@charset "UTF-8";

body,td,th {
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*main links*/

a:link {
	color: #003D9C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003D9C;
}
a:hover {
	text-decoration: none;
	color: #003D9C;
}
a:active {
	text-decoration: underline;
	color: #003D9C;
}

/*footer links*/

.footerlinks a:link {
	color: #08183A;
	text-decoration: underline;
	font-size:9pt;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #08183A;
	font-size:9pt;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #08183A;
	font-size:9pt;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #08183A;
	font-size:9pt;
}

.twoColFixLtHdr #mainContent p { 
	margin: 0px;
	padding: 8px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent ul { 
	padding: 0px 0px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style:url(../images/bullet.gif);
	line-height:13px;
} 

.boldblue {
	color:  #003D9C;
	font-weight: bold;
}
