﻿body {
	font: normal 0.8em "Trebuchet MS", Arial, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #000000;
}

p	{font: 1em "Trebuchet MS", Arial, sans-serif; color:#000000; margin-top: 0px; margin-bottom: 0px;}
p.scroller	{margin-top: 20px;}

td	{font: 14px "Trebuchet MS", Arial, sans-serif; color:#000000}
th	{font-size: 14px; text-align: center;}
th.whiteonblack	{background-color: #024AA1; color: #FFFFFF;}
#calendar td	{
	width: 15px;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
#calendar td.withevent	{
	background-color: #FF0000;
	font-weight: bold;
	cursor: pointer;
}
#calendar th	{
	background-color: #BBBBBB;
}

#maincalendar table	{
	margin-left: auto;
	margin-right: auto;
}
#maincalendar td	{
	width: 25px;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
#maincalendar td.withevent	{
	background-color: #FF0000;
	font-weight: bold;
	cursor: pointer;
}
#maincalendar th	{
	background-color: #BBBBBB;
}

div.maincalendar	{
	float: left;
	width: 215px; 
	height: 175px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	border: 1px solid green;
	margin: 10px;
	text-align: center;
}
div.event	{
	height: 4px;
	background-color: #BBBBBB;
	margin-bottom: 1px;
}	
span.calendarlegend	{
	white-space: nowrap;
	margin-right: 10px; 
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

h1	{font: bold 1.6em Arial,sans-serif; color: #024AA1; margin-bottom: 5px; }
h2	{font: bold 1.5em Arial,sans-serif; color: #024AA1; margin-bottom: 5px;}
h3	{font: bold 1.4em Arial,sans-serif; color: #024AA1; margin-bottom: 5px;}
h4	{font: bold 1.2em Arial,sans-serif; color: #024AA1; margin-bottom: 5px;}
h5	{font: bold 1em Arial,sans-serif; color: #024AA1; margin-bottom: 5px;}

img.content	{margin: 10px;}

input, select	{font-size: 11px;}

a.link.link, a.link.visited {text-decoration:none; color:#983720}
a.link.hover, a.link.active {text-decoration:none; color:#acadb4}

#footer	{
	font-size: 8pt;
	color: #FFFFFF;
}

.smallbutton	{
	width: 50px; 
	text-align: center; 
	height: 20px; 
	background-image: url(../images/smallbuttonbackground.gif);
	display: block;
}

.mediumbutton	{
	width: 100px; 
	text-align: center; 
	height: 20px; 
	background-image: url(../images/mediumbuttonbackground.gif);
	display: block;
}

.largebutton	{
	width: 150px; 
	text-align: center; 
	height: 20px; 
	background-image: url(../images/largebuttonbackground.gif);
	display: block;
}

input.smallbutton	{
	background-image: none;
	display: inline;
}

input.mediumbutton	{
	background-image: none;
	display: inline;
}

input.largebutton	{
	background-image: none;
	display: inline;
}

.noscriptwarning	{
	color: #FFFFFF;
	background-color : #CC0000;
	padding: 4px;
}

.largenormalblack	{
	font-weight: normal;
	font-size: 24px;
	color: #000000; 
	margin-top: 0px; 
}

.largenormalwhite	{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px; 
}

.largestrongwhite	{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px; 
}

.smallstrongwhite	{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px; 
}

.smallstrongblack	{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 15px; 
}

.smallnormalwhite	{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px; 
}

.smallnormalblack	{
	font-weight: normal;
	font-size: 12px;
	color: #024AA1;
	line-height: 15px; 
}

.mediumnormalblack	{
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	line-height: 15px; 
}

.mediumnormalwhite	{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 15px; 
}

.mediumstrongblack	{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 15px; 
}

.mediumstrongwhite	{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 15px; 
}

.giantstrongwhite	{
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
}

.largestrongblack	{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 15px; 
}

a.mediumlinkblack:link, a.mediumlinkblack:visited	{
	font: bold 16px Arial,sans-serif;
	text-decoration: none;
	color: #024AA1; 
}

a.mediumlinkblack:hover, a.mediumlinkblack:active	{
	font: bold 16px Arial,sans-serif;
	text-decoration: underline;
	color: #024AA1; 
}
a.mediumlinkwhite:link, a.mediumlinkwhite:visited	{
	font: bold 16px Arial,sans-serif;
	text-decoration: none;
	color: #FFFFFF; 
}

a.mediumlinkwhite:hover, a.mediumlinkwhite:active	{
	font: bold 16px Arial,sans-serif;
	text-decoration: underline;
	color: #FFFFFF; 
}

a.smalllinkwhite:link, a.smalllinkwhite:visited	{
	font: bold 12px Arial,sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px; 
}

a.smalllinkwhite:hover, a.smalllinkwhite:active	{
	font: bold 12px Arial,sans-serif;
	text-decoration: underline;
	color: #FFFFFF; 
	line-height: 20px; 
}

a.smalllinkblack:link, a.smalllinkblack:visited	{
	font: bold 12px Arial,sans-serif;
	text-decoration: none;
	color: #024AA1;
	line-height: 20px; 
}

a.smalllinkblack:hover, a.smalllinkblack:active	{
	font: bold 12px Arial,sans-serif;
	text-decoration: underline;
	color: #024AA1; 
	line-height: 20px; 
}

a.largelinkwhite:link, a.largelinkwhite:visited	{
	font: normal 24px Arial,sans-serif;
	text-decoration: none;
	color: #FFFFFF; 
}

a.largelinkwhite:hover, a.largelinkwhite:active	{
	font: normal 24px Arial,sans-serif;
	text-decoration: underline;
	color: #FFFFFF; 
}

a.largelinkblack:link, a.largelinkblack:visited	{
	font: normal 24px Arial,sans-serif;
	text-decoration: none;
	color: #024AA1; 
}

a.largelinkblack:hover, a.largelinkblack:active	{
	font: normal 24px Arial,sans-serif;
	text-decoration: underline;
	color: #024AA1; 
}
