/* Global Styles */
body  {
	background: #999966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: 51; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow: scroll;
}

td {
	font:11px arial;
	color:#333333;
	}
	

/* ID Styles */
#h4 {font-size:10px;}
	
#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.sidebarText {
	font:12px georgia;
	color: #333333;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	padding-left: 10px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #333333;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px arial;
	color: #333333;
	letter-spacing:0.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
}
a:active {color:#808000;
font-size:24px;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10pt;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
.style1 {
	font-family: Skia;
	color: #333333;
	font-size:48px;
	font-weight: bold;	
}
.style3 {
	font-family: Skia;
	color: #333333;
	font-size:14pt;
	font-weight: bold;	
	font-size: 14pt;
}
.style4 {
	font-family: Skia;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size:14pt;
}
.style5 {
	font-family:Skia;
	color:#808000;
	font-size:24px;
}
.style6 {
	font-size: 18px;
	color: #808000;
	}
.style7 {
	font-family: Skia;
	color: #333333;
	font-weight: bold;
}	
.style8 {
	font-family: Skia;
	color: #333333;
	font-weight: bold;
	font-size:14pt
}	

.style14 {color: #BBBC7A}
