body
{
	font-family:Arial;
	font-size: 11px;
}
.submitbtn {border: 1px #003366 solid;  font-weight: bold; font-size: 11px; color: #FFFFFF; line-height: 1.2; padding-top: 1px; padding-right: 1px; padding-left: 1px; padding-bottom: 1px;  font-family: Tahoma, Arial, Helvetica; background-color: #666666}
.text {  color: #000000; font-size:12px; font-family: Arial, Helvetica, sans-serif}

.mapToday
{
	background-color:Blue;filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=50);
}
.header_menu
{
	font-size: 11px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}
.footer
{
	font-size: 10px;
	font-family: Arial;
}
.footer a:link {
	color: #0000FF;
	text-decoration: underline;
}
.footer a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.footer a:active {
	color: #0000FF;
	text-decoration: underline;
}
.footer a:hover{
	color: #FF0000;
	text-decoration: underline;
}
A:link  {
    text-decoration:    underline;
    font-size: 12px;
    color:  blue;
}

A:visited   {
    text-decoration:    underline;
    font-size: 12px;
    color:  blue;
}

A:active    {
    text-decoration:    underline;
    font-size: 12px;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    font-size: 12px;
    color:  red;
}