body
{
	margin : 0px 0px 0px 0px;
	width : 99%;
	background-color :  #e6e6e6;
	padding : 0px 0px 0px 0px;
	text-align : center;
}

a:link, a:visited, a:active , a:hover
{

	color : #003478;
}
a:link.red,  a:active.red, a:hover.red, a:visited.red
{

	color : #971b1e;
}
a:link.lblue,  a:active.lblue, a:hover.lblue, a:visited.lblue
{

	color : #7498bf;
}
h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 150%;
	font-weight : bold;
	/* color : #808284; */

}

.page
{
	background-image : url(images/bg.gif);
	background-color : #ffffff;
	vertical-align : top;
	width : 900px;
	height : 1000px;
}
.banner
{
	background-color : #971b1e;
	color : #FFFFFF;
		padding : 20 20 20 20;

}
.header_red
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color : #971b1e;
	padding-left: 20px;
}
.mainheader
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	 color: #971b1e;

}
UI,LI
{

	list-style : outside;
	margin-left : 5%;
}
.white
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-weight : bold;
	color : #FFFFFF;
	padding : 20 20 20 20;
}
.gray
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : bold;
	color : #808284;
	background-color : #ffffff;
	padding : 20 20 20 20;
}
.blue
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : bold;
	color : #002252;
	background-color : #ffffff;
	padding : 20 20 20 20;
}
.box
{
	border : 1px solid #cccccc;
	padding : 8 8 8 8;
	background-color : #ffffff;
}
.pbody
{
	/* background-image : url(images/bgbody.gif); */
	width : 753px;
		background-color : #FFFFFF;
}
.small
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 65%;
	font-weight : normal;
	color : #000000;
	padding : 20 20 20 20;
}
.boxtext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 65%;
	font-weight : normal;
	color : #000000;
	text-align : left;

}
.formlabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : bold;
}
.smalltext
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
}
form
{
	background-color : #f3f3f3;
	border : 1px groove;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight :normal;
}