A {
	color: #183850;
	text-decoration: none;
}

A.news {
	color: White;
	text-decoration: none;
}

A.news:HOVER {
	color: White;
	text-decoration: underline;
	background-color : #183850;
}


A.news:LINK, A.news:VISITED, A.news:ACTIVE {
	color: White;
	text-decoration: none;
}


A.rightnews {
	color: #364F68;
	text-decoration: none;
	text-align:justify;
}

A.rightnews:HOVER {
	color: #364F68;
	text-decoration: none;
	background-color : #FFDEAD;
}




A:visited {
	color: #183850;
	text-decoration: none;
}

A:active {
	color: #183850;
	text-decoration: none;
}

A:hover {
	color: #FFDEAD;
	text-decoration: underline;
	background-color : #678EAA;
}

TD {
	font-family: Verdana;
	font-size: 12px;
}

.main {
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 5px;
}


BODY {
	font-family: Verdana;
	font-size: 12px;
	margin : 0px 0px 0px 0px;
	background-image : none;
	list-style : circle;
	background-color :#678EAA;
}

H1, H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #183850;
	margin-left: 5px;

}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
	color : #183850;
	margin-left: 5px;
}
H4, H5, H6 {
	font-size : 12px;
	color : #678EAA;
}



.news {
	font-family: Verdana;
	font-size: 12px;
	text-indent : 0px;
	margin-left : 4px;
	margin-right : 0px;
	color : White;
}

.rightnews {
	font-family: Verdana;
	font-size: 11px;
	text-indent : 0px;
	margin-left : 1px;
	margin-right : 1px;
	margin-bottom : 1px;
	margin-top : 1px;
	color : Black;
}


.footer {
	font-family: Verdana;
	font-size: 11px;
	color : White;
}



P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	margin-left: 5px;

}


.bold {font-weight: bold;
color : #183850;
}

.italic {font-style: italic}
