
/* CSS Document */
<style type="text/css">
<!--
body {
	background-color:#78B6D0;
}
td.Logo {
 background-color:#CACACA;
}
td.MenuIdle {
 background-color: #AD4701;
 border-bottom:1px solid silver;
 cursor:hand;
 color:#FFFFFF;

}
td.SubMenuIdle {
 background-color: #AD4701;
 border-bottom:none;
 cursor:hand;
 color:#FFFFFF;

}
td.TitleBG {
 background-color:#FFEACA;
 border-top:solid ridge;
 border-bottom:solid ridge;
}

td.MenuActive {
 background-color: silver;
 opacity:.80;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 border:1px solid black;
 cursor:hand;
 color:#9999FF;
}
td.ContentCell {
 background-color: #FFDE00;
 }
.Title {
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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:#000000;
	font-family: Times, serif;
}
.Printable {
	font-size: x-large;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	font-family: Times, serif;
}
.ContactContent {
	font-size: x-large;
	font-style:italic;
	font-weight:bold;
	color: #FFFFFF;
	font-family: Times, serif;
}
.Signature {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
	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>
