/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#333333;
	font-family: Garamond;
	font-size: 11px;
	font-variant: small-caps;
	}
	
a {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
	text-transform: uppercase;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:0,1;
	font-family: arial;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #000073;
	text-decoration:underline;
	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 */
.linie{
	border-style:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-left-color:#000080;
	border-bottom-color:#FFFFFF;
	border-right-color:#FFFFFF;
}
.logo {
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	font-family: Garamond;
	font-size: 24px;
	font-variant: small-caps;
	text-transform: uppercase;
	}

.sidebarText {
	color: #FFFFFF;
	line-height:18px;
	font-family: georgia;
	font-size: 12px;
	}
	
.bodyText {
	line-height:24px;
	color:#202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	}
	
.pageName {
	color: #000000;
	letter-spacing:.1em;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	}
	
.subHeader {
	color: #000000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.navText {
	color: #333300;
	letter-spacing:.1em;
	font-family: Garamond;
	font-size: 10px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
#eMail a:hover {
	color: #000000;
	text-decoration:underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
}

