/* Global Styles */

body {
	margin:0px;
	color: #030303;
	}
	
td {
	color:#3E303C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	font-style: normal;
	font-stretch: semi-expanded;
	background-color: #FFFFFF;
	letter-spacing: 0.2 em;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #4D8CD5;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:0.2em;
	background-color: #32559E;
	font-weight: normal;
	}

#calheader td {
	font-weight:bold;
	background-color: #6693cf;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.BodyLIst {
	line-height:12px;
	color:#FFFFFF;
	font-family: arial;
	font-size: 10px;
	background-color: #FFFFFF;
	letter-spacing: 0px;
	}
	
.pageName {
	color: #446BA6;
	letter-spacing:normal;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	}
	
.subHeader {
	font:14px georgia;
	color: #333333;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
.navText {
	color: #32559E;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 10px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	background-color: #E3E3E3;
	}
	
	
