.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFF00;
	font: georgia;
}
	
a:hover {
	color: #003366;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted yellow;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}


#logo {
	font:times new roman;
	color: #FFFFFF;
	line-height:inherit;
	letter-spacing:0.4em;
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	}

/* Class Styles */

.bodyText {
	font:arial;
	color:#FFFFFF;
	line-height:normal;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFF00;
	letter-spacing: 0.3em;
}
.title {
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: normal;
	font: georgia;
}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

	
