A:visited {
	color : #0039a6;
	text-decoration : none;
	font-weight: bold;
}

A:link {
	color : #0039a6;
	text-decoration : none;
	font-weight: bold;
}

A:hover {
	color : #0039a6;
	text-decoration : underline;
	font-weight: bold;
}

A:active {
	color : #0039a6;
	text-decoration : none;
	font-weight: bold;
}

.maincontent {
	font-size : 11px;
	line-height : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0039a6;
}

.whitecontent {
	font-size : 11px;
	line-height : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
}

.subcontent {
	font-size : 10px;
	line-height : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0039a6;
}

hr{
border: thin dashed #0039a6;
}