/* CSS Document */

<!--
body,td,th {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #0d294e; 
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
-->
.title {font-family:Arial; font-size:20px; color: #ff9900; text-align:center}
.footernote {font-family:Tahoma; font-size:11px; color: #6a89c0; text-align:center}
.copy {font-family:Tahoma; font-size:10px; color: #002B55; text-align:justify}
.phone {font-family:Tahoma; font-size:13px; color: #94d40a; text-align:center; font-weight: bold}
.calendar {font-family:Tahoma; font-size:12px; color: #FF9900; text-align:center; font-weight: bold}
.red {font-family:Tahoma; font-size:11px; color: #ff0000}

a:link {text-decoration: none; font-family: Tahoma; font-size: 11px; color: #FF9900}
a:visited {text-decoration: none; font-family: Tahoma; font-size: 11px; color: #FF9900}
a:hover {text-decoration: underline; font-family: Tahoma; font-size: 11px; color: #6a89c0}

a.menu:link {font-family: Tahoma; color: #FF9900; text-decoration: none; font-size: 12px; font-weight:bold}
a.menu:visited {font-family: Tahoma; color: #FF9900; text-decoration: none; font-size: 12px; font-weight:bold}
a.menu:hover {font-family: Tahoma; color: #6a89c0; text-decoration: none; font-size: 12px; font-weight:bold}

a.home:link {font-family: Tahoma; color: #999999; text-decoration: none; font-size: 11px}
a.home:visited {font-family: Tahoma; color: #999999; text-decoration: none}
a.home:hover {font-family: Tahoma; color: #90b822; text-decoration: none}

a.bottom:link {font-family: Tahoma; color: #0d294e; text-decoration: none; font-size: 11px}
a.bottom:visited {font-family: Tahoma; color: #0d294e; text-decoration: none; font-size: 11px}
a.bottom:hover {font-family: Tahoma; color: #0066ff; text-decoration: none; font-size: 11px}


/**********************************************************************************
*** TABLE STYLES ***
***********************************************************************************/


.mytable {
width: 600px;
padding: 0;
margin: 0px 0px 40px 0px;
}


th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #CAE8EA;
font-weight:bold;
}


th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
}


.mytable td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72;
font-size:11px;
}


td.alt {
background: #F5FAFA;
color: #797268;
font-size:10px;
}


th.one {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #fff url(images/bullet1.gif) no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:none;
font-weight:normal;
}


th.two {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #f5fafa url(images/bullet2.gif) no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-transform:none;
font-weight:normal;
}

th.sub {
border-left: 1px solid #C1DAD7;
border-right:0px;
border-top: 0;
background: #fff url(images/bullet1.gif) no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-transform:none;
background-color:#D5FDFF;
}


td.sub {
background-color:#D5FDFF;
color: #797268;
font-size:10px;
border-right:0px;
border-left:0px;
}



