TABLE,TD {
	FONT-SIZE: 12px; COLOR: #86979f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	MARGIN-RIGHT: 5px; MARGIN-LEFT: 5px; MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px;
}
P { FONT-SIZE: 12px; COLOR: #86979f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px; text-align:justify;
}
BODY {
	FONT-SIZE: 12px; MARGIN: 10px 20px; COLOR: #76878f;
}

A:link { text-decoration: none; color: #76878f; } 
A:visited { text-decoration: none; color: #999090;} 
A:active { text-decoration: none; }
A:hover { text-decoration: underline; color: #3366cc; }
  
h1 {  
    font-size: 18px;
	font-weight: normal;
	}  

h2 {  
    font-size: 12px;
	font-weight: normal;
	display: inline;
}  
  
h3 {  
    font-size: 12px;
	font-weight: normal;
	display: inline;
}
h4 {  
    font-size: 12px;
	font-weight: normal;
	display: inline;
}
h5 {  
    font-size: 12px;
	font-weight: bold;
	display: inline;
}

.info{
font-size: 16px;
}

.news_head{
}
.news_list{
	text-indent:20px;
}
.news_anons{
	text-indent:20px;
}

.highslide {
    cursor: pointer;
    outline: none;
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Arial;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-loading {
    display: block;
	color: white;
	font-family: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}