/* Global Styles */

body {
	margin:0px;
	margin-bottom:1px
	}
	
a {
	color: #ff33cc;
	text-decoration:underline;
	}
	
a:hover {
	color: #035303;
	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;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.body {
	font:14px Verdana, Arial, Helvetica, sans-serif
	}

.biggerbody {
	font:15px Verdana, Arial, Helvetica, sans-serif
	}
	
.Title {
	font:20px Arial;
	font-weight: bold;
	}	
	
.style4 {font-size: 18pt}
	
.boldbigbody {
	font:18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.subTitle {
	line-height:14px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}
	
