/* CSS Document */
body	{
	background: #003d73;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00599D;
	text-decoration: underline;
}

a:hover	{
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003D73;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003D73;
	text-transform:uppercase;
}

.right {
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	text-align: right;
}

.topR {
	color: #AEC5E7;
	margin-top: 82px;
	
}

a.top	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #AEC5E7;
	text-decoration: none;
}

a.top:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}

.left {
	background-color: #FFFFFF;
	color: #003D73;
	padding-bottom: 20px;
}

a.left	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003D73;
	text-decoration: none;
}

a.left:hover	{
	text-decoration: underline;
}	

.content	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.top	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.bottom {
	background-image: url(images/footer.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003D73;
	text-align: center;
}

.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003D73;
	text-align: center;
}

.footer2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}