html, body {
	background-color:#ffffff;
	margin-top : 5%;
}

.content {
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
}

td {
	font-size: 8pt;
	font-style: normal;
	color: #0E1B8D;
	font-family: verdana;
}

input, select, textarea {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #001548;
	text-decoration: none;
	border: 1px #697CA8 solid;
	text-align: left;
}

h1 {
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: 15pt;
	color: #001548;
	font-weight:bold;
} 

.xl {
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	color: #001548;
	font-weight:bold;
} 




a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	color: #001548;
	font-weight: normal;
	text-decoration: none;
}
a.bluelink:hover {
	color: #001548;
	font-weight: normal;
	text-decoration: underline;
}



