body {
	margin:			0px;
	padding:		0px;
	background-color:	#FFFFFF;
	background-image:	url( assets/orangegradpixel.gif );
	color:			#003366;
	font-family:		arial;
	font-size:		12px;
}

.footer {
	background-image:	url( assets/footer_repeat.jpg );
	background-repeat: 	repeat-y;
	font-size:		10px;
	font-weight:		bold;
	padding:		0px 0px 0px 30px;
}

.footer td {
	font-size:		10px;
	font-weight:		bold;
}

.footer a {
	text-decoration:	none;
	color:			#003366;
}

.Menu a {
	font-weight:		bold;
	text-decoration:	none;
	font-size:		16px;	
	color:			#003366;
}

.Menu a:hover, .MenuOn {
	color:			#FF9900;
	background-image:	url( assets/navroller.gif );
	background-repeat: 	no-repeat;
	background-position: 	center right;
}

.Menu td {
	text-align: 		right;
	padding:		8px 15px 5px 5px;
}

.Statement {
	color:			#FF0000;
	font-size:		16px;
	padding:		5px 5px 5px 30px;
	font-weight:		bold;
	background-image:	url( assets/whitepixel.gif );
}

.Header {
	font-size:		20px;
	font-weight:		bold;	
}

.content {
	padding:		15px 15px 15px 15px;
}

.content, .content td {
	color:			#003366;
	font-family:		arial;
	font-size:		12px;
	text-align:		justify;
}

.subHeader {
	color:			#FFFFFF;
	background-color:	#003366;
	font-weight:		bold;
	font-size:		16px;
	text-transform:		uppercase;
	padding:		5px;
}

.smallContent {
	font-size:		11px;
}

.smallContent a {
	text-decoration:	none;
	color:			#003366;	
}	

.light {
	background-color:	#D8DFE7;
}

.light a {
	color:			#003366;
}

.button {
	background-color:	#003366;
	border:			1px #FFFFFF solid;
	color:			#FFFFFF;
}

.input {
	width:			100%;
	border:			#003366 1px solid;
}

a {
	color:			#003366;
}	
