/* Global Styles */

body {
	background-color: #0A143B;
}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
a {
	color: #FFFFFF;
	}
	
a:link {
	color: #0A143B;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}

a:active {
	text-decoration: none;
}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FFFFFF
	}

#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1pt;
	background-position: center center;
	line-height: 18px;
	}
	
#navigation a:hover {
	color:#FFCCOO;
	font-weight:bold;
	}
	
/* Class Styles */
	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1pt;
	background-position: center center;
	line-height: 18px;
	}
	
.btmnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1pt;
	background-position: center center;
	line-height: 18px;
	}

.title1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0A143B;
	font-size: 24px;
	letter-spacing: 3pt;
	background-position: center center;
	line-height: 18px;
	font-style: italic;
	text-transform: uppercase;
	}
	
.title2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0A143B;
	font-size: 16px;
	letter-spacing: 1pt;
	background-position: center center;
	line-height: 18px;
	font-style: normal;
	text-transform: uppercase;
	}
