A:visited {
	color : #0087C7;
	text-decoration : none;
}

A:link {
	color : #0087C7;
	text-decoration : none;
}

A:hover {
	color : #0087C7;
	text-decoration : underline;
}

A:active {
	color : #0087C7;
	text-decoration : none;
}

.maincontent {
	font-size : 11px;
	line-height : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0087C7;
}

.subcontent {
	font-size : 11px;
	line-height : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #93BFEB;
}

hr{
border: thin dashed #0087C7;
}