/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #FFEA00;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #66FFFF;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #FFEA00;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #66FFFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #00ADEF;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	font-family: "times new roman";
	font-size: x-large;
	}

.tagline {
	color: #FF0099;
	letter-spacing:0.2em;
	font-family: "times new roman";
	font-size: 12px;
	}

.smallText {
	font:12px times new roman;
	color: #FFFF00;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #FF0099;
	letter-spacing:0.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#FFFFFF;
	line-height:16px;
	}
	
.pageName {
	font:14px arial;
	color: #FF0099;
	letter-spacing:0em;
	line-height:14px;
	font-weight: bold;
	}
	
.subHeader {
	font:14px times new roman;
	color: #66CCFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px arial;
	color: #FFEA00;
	letter-spacing:0.1em;
	}
	
