html, body {
	background-color:	#084B80;	
	font-family:            Verdana, sans-serif;
	font-size:		16px;
	color:			#FFFFFF;
	padding: 		0;
   	margin: 		0;
	height:			100%;
}

.footer {
	background-image: 	url( assets/bottom_repeater.jpg );
	background-position:	top left;
	background-repeat:	repeat-x;
	padding-top:		20px;
}

.header {
	background-image: 	url( assets/top_repeater.jpg );
	background-position:	top left;
	background-repeat:	repeat-x;
}

.txtHeader {
	font-size:		27px;
	color:			#FFFFFF;
	white-space: 		no-wrap;
	margin-top:		155px;
}

.txtContent {
	font-size:		16px;
	color:			#000000;
	padding-left:		20px;
}

A {
	color:			#0B4B7F;
	text-decoration:	none;
}

A:hover {
	color:			#0B4B7F;
	text-decoration:	underline;
}