.Title {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1em;
	font-size: 20px;
	line-height: 40px;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #943A11;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	height: 30px;
}
.nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid;
	display: block;
	width: 180px;
	padding: 15px;
	text-align: right;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #245D9E;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E6E6E6;
	padding: 10px 30px;
	line-height: 16px;
}
.content_Home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding: 10px 30px;
	line-height: 20px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
body {
}
body {
	margin: 0px;
	background-color: #004990;
	background-image: url(images/bg_wave.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a{
	color: #A24A12;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #ECAC36;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #CCCCCC;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: left;
}
#Table {
	background-image: url(images/bg_compass.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.wave {
	background-image: url(images/bg_wave.gif);
	background-repeat: repeat-x;
	background-position: center;
}
