body {
	background-color: #082537;
	margin-top: 0px;
}
.ContactInfo {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.Menu {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../gfx/menu-bg.gif);
	background-repeat: repeat-x;
	padding-left: 18px;
}
.Menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Menu a:hover {
	text-decoration: none;
	color: #C3E1F0;
}

.Menu a:active {
	text-decoration: none;
	color: #C3E1F0;
}
.Copyright {
	color: #A8A8A8;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.Copyright a:link {
	color: #A8A8A8;
	text-decoration: none;
}
.Copyright a:visited {
	text-decoration: none;
	color: #A8A8A8;
}
.Copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.Copyright a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.Content {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 17px;
}
.Content a:link {
	color: #0D3E59;
	text-decoration: none;
}
.Content a:visited {
	text-decoration: none;
	color: #0D3E59;
}
.Content a:hover {
	text-decoration: underline;
	color: #176597;
}
.Content a:active {
	text-decoration: underline;
	color: #176597;
}
.Subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #0D3E59;
	font-family: Arial, Helvetica, sans-serif;
}

