/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #0000CE;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#TableFormat {
	color: #ffffff;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#TableList {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: .1em solid #999999;
	background-color: #CCCCCC;
	}

#calheader td {
	font-weight:bold;
	}
	
#Header {
	font-size:20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:17px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:20px;
	background-color:#FFFFFF;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:17px; /* the correct height */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}

/* Class Styles */

.logo {
	font:20px arial;
	color: #3300FF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	color: #666666;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.bodyText {
	line-height:normal;
	color:#000000;
	font-family: arial;
	font-size: 10px;
	}
	
.pageName {
	font:18px arial;
	color: #0000FF;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #000066;
	font-family: arial;
	font-size: 11px;
	}
	
.calendarText {
	line-height:14px;
	color:#000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	}
		
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

.formLabel {
	font:11px arial;
	line-height:14px;
	color:#000000;
	font-weight: bolder;
	}

.warning {
	line-height:20px;
	color:red;
	font-weight: bolder;
	font-family: arial;
	font-size: 16px;
	font-variant: small-caps;
	}
	
.navTextHeading {
	color: #000066;
	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: underline;
}

.navTextHeader {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: 900;
}

.QuoteText {
	font:13px arial;
	line-height:24px;
	color:#333333;
}

.QuotebodyText {
	line-height:normal;
	color:#000000;
	font-family: arial;
	font-size: 12px;
	}
	