
/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
	margin-top:0;
}
td.Logo {
 background-color: #D3E0FE;
}
td.MenuIdle {
 background-color: #003366;
 border:1px solid #003366;
 cursor:hand;
 color:#FFFFFF;
}
td.MenuActive {
 background-color: #79A5FF;
 opacity:.80;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 border:1px solid black;
 cursor:hand;
 color:#364389;
}
td.MenuHeading {
 background-color: #DC2E8F;
 border-bottom:1px solid #49763F;
 color:#FFFFFF;
}
h1 {
	font-size:45px;
	font-weight: bold;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	margin-bottom:0;
}
h2 {
	font-size:25px;
	font-weight: bold;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	margin-bottom:0;
}

h3 {
	font-size:18px;
	font-weight: bold;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	margin-bottom:0;
}
td.PageBorder {
 background-color: #79A5FF;
}

td.SubMenuIdle {
 background-color: #0033CC;
 border-bottom:none;
 cursor:hand;
 color:#FFFFFF;
 padding-left:10px;
}
td.TitleBG {
 background-color:#FFEACA;
 border-top:solid ridge;
 border-bottom:solid ridge;
}


td.ContentCell {
 background-color: #EAF1E9;
 }
td.MainCell {
 background-color: #FFFFFF;
 border-left:solid thin ridge #999999; 
 border-right:solid thin ridge #999999;
 border-bottom:solid thin ridge #999999;
 border-top:solid thin ridge #999999;
}
td.CellTitle {
 background-color: #CCCCCC;
 color:#364389;
 font-size:x-small;
 }


.SubTitle {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #61567C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Content {
	font-size: large;
	font-style:normal;
	font-weight:normal;
	color: #990000;
	font-family: Times, serif;
}
.Calendar {
	font-size: x-small;
	font-style:normal;
	font-weight:bold;
	color: #0066CC;
	font-family: Times, serif;
}
.Printable {
	font-size: x-large;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	font-family: Times, serif;
}
.ContactContentTop {
	font-size: x-large;
	font-style:italic;
	font-weight:bold;
	color: #990000;
	font-family: Times, serif;
}
.ContactContent {
	font-size:large;
	color: #990000;
	font-family: Times, serif;
}
.Signature {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
	font-family: Times, serif;
}
.Error {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	color: #FF0000;
	font-family: Times, serif;
}
.CalendarContent {
	font-size:xx-small;
	font-style:normal;
	font-weight:normal;
	color: #000000;
	font-family: Times, serif;
}

.MenuText {
	font-style:normal;
	font-weight:bold;
	font-family: Times, serif;
	color:#FFFFFF;
	text-decoration:none;
}
-->
</style>

