﻿/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-size:11px;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #ffffff;	
	text-decoration:underline;
	font-size: 11px;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}


/* Class Styles */

.logo {
	color: #ffffff;
	letter-spacing:normal;
	font-weight:bold;
	font-size: 36px;
	font-family:"Script MT Bold";
	width: auto;
	}
.internLinks
{
color: #0000FF;
letter-spacing:normal;
font-weight:bold;
font-size:14;
text-decoration:underline;
padding-right:25px;
text-align:left;

}
.internLinks:hover
{
color: #0000FF;
text-decoration:underline;
font-size: 14px;
}

 .titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	color: #484848;
	line-height: 16px;
}

.interiortext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #484848;
	line-height: 16px;
}
.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #5a83d2;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #000000;
	letter-spacing:.1em;
	font-weight:bold;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
