*{
	font-family: arial;
	font-size: 12px;
}
BODY{
	font-family: arial;
	margin: 0;
	background-color: #e6e0d4;
}

TABLE, TD, P {
	font-family: Arial;
}

FORM{ display: inline; }
A{

}
A:link{
	font-weight: normal;
	text-decoration: underline;
	color: #254c7c;
}
A:visited{
	font-weight: normal;
	text-decoration: underline;
	color: #254c7c;
}
A:hover{
	font-weight: normal;
	text-decoration: none;
	color: #254c7c;
}
A:active{
	font-weight: normal;
	text-decoration: underline;
	color: #254c7c;
}
.body_text {
	color: #254c7c;
}
A.body_text:link{
	text-decoration: underline;

}
A.body_text:visited{
	text-decoration: underline;

}
A.body_text:hover{
	text-decoration: none;

}
A.body_text:active{
	text-decoration: underline;

}
.footer_text {
	color: #b3b3b3;
}

.home_box_header {
	font-size: 14px;
	font-weight: bold;
	color: #bdd3ec;
}

.white_text {
	color: #ffffff;
}

.top_nav {
	font-size: 10px;
	color: #3d5f8a;
}

A.top_nav:link{
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
A.top_nav:visited{
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
A.top_nav:hover{
	text-decoration: underline;
	padding-left: 20px;
	padding-right: 20px;
}
A.top_nav:active{
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}