<!--
body {
	margin-left: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3E566F;
	background-image: url(images/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Tahoma;
	font-size: 10px;
	color: black;
   
}

.calendarDOW {
	color:#000000;
	font:10px tahoma;
	font-weight:bold;
	line-height:16px;
	padding-left:2px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	
}

.CalendarEventHeader {
	color:#ffffff;
	background-image:url(../images/footernav.bmp);
	font:10px tahoma;
	font-weight:bold;
	line-height:16px;
	padding-left:2px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	
}

.CalendarEventText {
	color:#4E4E4E;
	font:10px tahoma;
	line-height:16px;
	padding-left:7px;
	padding-top:3px;
	padding-right:7px;
	padding-bottom:2px;
}

.rightPanel {
	background-image:url(images/bg_blue_gray_line.jpg);
	background-repeat:repeat-y;
	position:relative;
}
.rightPanelText {
	color:#4E4E4E;
	font:10px tahoma;
	line-height:16px;
	padding-left:7px;
	padding-top:3px;
	padding-right:7px;
	padding-bottom:2px;
}

.leftPanel {
	background:#cccccc;
	background-repeat:repeat-y;
	position:relative;
}
.leftPanelText {
	font-family: Tahoma;
	font-size: 10px; 
	color: #800000;
	text-align: center;
	line-height:14px;
	padding-left:7px;
	padding-top:3px;
	padding-right:7px;
	padding-bottom:2px;
}

.tahoma10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #4E4E4E;
}
.arial10 {
	font-family: Arial;
	font-size: 10px;
}
.dark_blue {
	color: #143965;
}
.blue {
	color: #3567A4;
}
.copy {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C1C1C1;
	text-decoration: none;
}
.copy2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #8D9CAA;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #C1C1C1;
	text-align: center;
}

.header {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 2px;
	border-top-color: #ddddff;
	border-bottom-color: #ddddff;
	border-right-color: #ddddff;
	text-align: center;
}

a { 
	font-family: Tahoma;
	font-size: 10px; 
	color: #800000; 
	text-decoration: underline
}

a:hover { 
	font-family: Tahoma;
	font-size: 10px; 
	color: #B03030; 
	text-decoration: underline
}

p {
	font-family: Tahoma;
	font-size: 10px;
	color: #4E4E4E;
}
td { 
	border-style:none; 
}

td table td { 
	border-style: none; 
}

html, body {
	font-size: 100%;
}

td, th {
	font-size: 70%;
	font-family: "tahoma";
}
	td { 
		border-style:none; 
	}
	
	td table td { 
		border-style: none; 
	}

	html, body {
		font-size: 100%;
	}
	
	td, th {
		font-size: 70%;
		font-family: "tahoma";
	}
-->
