/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	/*background-color: #FFFFFF;*/
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	line-height: 22px;
	
}
.cellpad15 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:15px;
	padding-right:15px;
	color: #000000;
	line-height: 17px;	
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #091A4B;
	text-decoration:none;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #338FF6;
	text-decoration:none;
}
.heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	text-decoration:none;
	color: #ffffff;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	text-decoration:none;
	color: #333333;
}
.footerlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	text-decoration:underline;
	color: #016FC0;
}
.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	line-height: 18px;
	text-decoration:none;
	color: #fff;
}
.mainlinks:hover {
	background-color:#4099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
}
.leftlinksbg {
	background-image: url(images/links_bg.gif);
	background-repeat: no-repeat;
}
