/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #0066FF;
	text-decoration:none;
	font-weight:bold;
	}

	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	}
	
#navigation a:hover {
	color: #000000;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 5px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.bodyHeading {
	font:20px arial;
	line-height:28px;
	color:#333333;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
}
.bodyText {
	font:16px arial;
	line-height:20px;
	color:#333333;
	margin: 10px 10px 10px 10px;
	}
.bodyText a:hover {
	color: #0099FF;
	text-decoration:underline;
	}
.bodyText a:visited {
	color: #003399;
}

.bodyTextList {
	font:16px arial;
	line-height:20px;
	color:#333333;
	list-style-type: disc;
	}
.bodyTextList a:hover {
	color: #0099FF;
	text-decoration:underline;
	}
.bodyTextList a:visited {
	color: #003399;
}
		
.logo_colour {
	color: #FFFF00;
	font-weight:bold;
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.logo_title {
	color: #FFFF00;
	letter-spacing:0.4em;
	font-weight:bold;
	background-color: #660000;
	font-family: "Monotype Corsiva";
	font-size: 36px;
	}

.primary_nav {
	color: #FFFF00;
	font-weight:bold;
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 175%;
	}
.primary_nav a:hover{
	color: #FF0000;
}

.related_links {
	color: #FFFF00;
	font-weight:bold;
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
.related_links a:hover {
	color: #FF0000;
}

.pageName {
	font:20px georgia;
	color: #000000;
	letter-spacing:0.1em;
	line-height:26px;
	}
