/* Global Styles */

body {
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #003300;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #003300;
	}

/* Class Styles */

.logo {
	font:30px arial;
	color: #0E177C;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	border: 1;
	}

.tagline {
	font:10px arial;
	color: #CC3300;
	letter-spacing:0.2em;
	}

.bodyText {
	font:12px arial;
	color:#333333;
	line-height:24px;
	letter-spacing: .1em;
	}
	
.navText {
	font:12px century gothic;
	color: #333300;
	letter-spacing:0.1em;
	padding-left: 50px;
	}
	
