/* Global Styles */

body {
	margin:0;
	background-color: #000099;
	color: #FFF;
	font-weight: normal;
	}

td 	{
	color:#00C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
	
a {
	color: #A45745;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #C78677;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	color: #FFF;
	letter-spacing:.1em;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding: 8px 14px;
	border-bottom: 2px solid #4C3C26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bolder;
	}
	
#navigation a:hover {
	color:#0FF;
	border-bottom: 2px solid #F7E8D5;
	font-weight: bolder;
	}
}
	
/* Class Styles */

.logo {
	color: #FFC;
	letter-spacing:.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	}
	
.tagline {
	letter-spacing:.5em;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00C;
	font-weight: bold;
	}
	
.bodyText {
	line-height:20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #00F;
	}
	
.pageName {
	color: #00C;
	letter-spacing:.3em;
	line-height:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}
	
.subHeader {
	color: #00C;
	line-height:20px;
	letter-spacing:.1em;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #F7E8D5;
	letter-spacing:.1em;
	line-height:14px;
	}

	.header{
	color: #00D2A9;
	letter-spacing:.1em;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	}
.bold {
	margin:0;
	background-color: #FFF;
	color: #00C;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
