@charset "UTF-8";
/* CSS Document */

.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #0071BC;
	font-weight: normal;
}

.heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #0071BC;
	font-weight: normal;
}

.heading3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0071BC;
	font-weight: bold;
}

.body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}

.body2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#666666;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:18px;
	color:#666666;
}

.footer2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#999999;
}

a.mainnav:link {
	color: #696969;
	text-decoration: none;
}
a.mainnav:visited {
	color: #696969;
	text-decoration: none;
}
a.mainnav:hover {
	text-decoration: none;
	color: #0071BC;
}
a.mainnav:active {
	text-decoration: none;
	color: #0071BC;
}

a.mainnav:onmousedown{
	text-decoration: none;
	color: #E21073;
}

