.Headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #001FBA;
}

.Headertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.bullet_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #292267;
}

.bullet_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #292267;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color: #000000;
}

.bg_top {
	background-image: url(images/topright_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_leftnav {
	background-image: url(images/leftnav_tile.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.bg_rightborder {
	background-image: url(images/white_rightborder.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

A:link {
    text-decoration: underline; color: #FF0000;
}

A:visited {
    text-decoration: underline; color: #FF0000;
}

A:active {
    text-decoration: none; color: #000000;
}

A:hover {
    text-decoration: none; color: #000000;
}
#footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#footerLinks a:link, #footerLinks a:active, #footerLinks a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footerLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

