A:visited {
	color : #005ebd;
	text-decoration : none;
	font-weight: bold;
}

A:link {
	color : #005ebd;
	text-decoration : none;
	font-weight: bold;
}

A:hover {
	color : #005ebd;
	text-decoration : underline;
	font-weight: bold;
}

A:active {
	color : #005ebd;
	text-decoration : underline;
	font-weight: bold;
}

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

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

.navcontent {
	font-size : 10px;
	line-height : 15.5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
}

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

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

.subcontent3 {
	font-size : 9px;
	line-height : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.hr {
height: 0;
font-size: 0;
line-height: 0;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.dotted {
border-bottom: dotted 1px #005ebd;
}
.dashed {
border-bottom: dashed 1px #005ebd;
}