/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	}
	
	body.popup {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	}

a {
	color: #891518;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #333333;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #A7495B;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #d9d6d7;
	letter-spacing:0.2em;
	}

#calheader td {
	font-weight:normal;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #ffffff;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #333333;
	line-height:15px;
	}
	
.bodyText {
	color:#000000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
p {
	color:#000000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.pageName {
	font:20px georgia;
	color: #d9d6d7;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #a7495d;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:8px arial;
	color: #000000;
	letter-spacing:0.1em;
	}
	
ol, ul {
	font-size:90%;
	font: Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	}
	
	
a.whitelink {
color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
	}
a.whitelink: hover {
color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	}