body {
	margin: 0px;
	background-color:#808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3A3A3A;
	font-size: 11px;
}

a.active_data:link{
	color: blue;
	text-decoration: none;
}

a.active_data:visited{
	color: blue;
	text-decoration:none;
}

a.active_data:hover{
	color: red;
	text-decoration: underline;
}

a.active_selected:link {
	color: blue;
	text-decoration: underline bold;
        border-bottom:0.2px solid;
}

a.active_selected:visited{
	color: blue;	
	
}

a.active_selected:hover{
	color: red;
 	text-decoration: underline; 
}


a.inactive_selected:active,a.inactive_selected:visited,a.inactive_selected:link{
	text-decoration: none;
	color: #4A4A4A;
        border-bottom:0.2px solid ;
}

a.inactive_selected:hover{
	color: #4A4A4A;
	text-decoration: underline;
}


.tr_header{
 background-image:url(bg.gif);
 background-repeat:repeat;
 cellspacing:0;
 border:0;
 border-collapse:collapse;
}

.td_header{
/*  background-color: #696969; */
/*  width:50%; */
 border:0px;
 border-collapse:collapse;
 align:center;
}

.tb_header {
 align:center;
 width:100%;
 background-color:white;
 cellspacing:0;
 border-collapse:collapse;
}

.td_body {
 background-color: white;
 align:center;
 width:100%;
}

.td_menu{
 background-color: #4A4A4A;
 align:center;
 width:100%;
/*  display:block; */

}

a.top_link:active,a.top_link:visited,a.top_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 20px;
}
a.top_link:hover{
	background-color:#4A4A4A;
	color: #FFFF00;
}

a.btm_link:active,a.btm_link:visited,a.btm_link:link{
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 20px;
}
a.btm_link:hover{
/* 	background-color:#C6002B; */
	color: #FFFF00;
}


a.inactive_data:active,a.inactive_data:visited,a.inactive_data:link{
	text-decoration: none;
	color: #4A4A4A;
	line-height: 20px;
}

a.inactive_data:hover{
	color: #4A4A4A;
	text-decoration: underline;
}



table.contact {
	border-width: 2px;
	border-spacing: 2px;
/* 	border-style: outset; */
	border-color: gray;
/* 	border-collapse: collapse; */
	background-color: white;
	border-collapse:collapse;
	border-left:2px solid lightblue;
	border-right:2px solid lightblue
}
table.contact th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.contact td {
	padding-left: 4px;
	background-color: white;
	-moz-border-radius: ;
	border-collapse:collapse;
	border-left:2px solid lightblue;
	border-right:2px solid lightblue
}


table.calendar {
	border-width: 2px;
	border-spacing: 2px;
	border-color: gray;
	background-color: white;
	border-collapse:collapse;
	border-top:0px;
	border-bottom:0px;
}
table.calendar tr {
	padding-left: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: white;
	-moz-border-radius: ;
	border-collapse:collapse;
	border-bottom:0px;
}
table.calendar th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.calendar td {
	padding-left: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: white;
	-moz-border-radius: ;
	border-collapse:collapse;
	border-bottom:0px;
}


table.data_tbl {
	border-width: 2px;
	border-spacing: 2px;
	border-color: gray;
	background-color: white;
	border-collapse:collapse;
	border-top:2px solid lightblue;
	border-bottom:2px solid lightblue
}
table.data_tbl th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.data_tbl td {
	padding-left: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: white;
	-moz-border-radius: ;
	border-collapse:collapse;
	border-bottom:2px solid lightblue;
/* 	border-right:2px solid lightblue */
}

a.data_menu:active,a.data_menu:visited,a.data_menu:link{
color:#009900;
font-weight:bold;
text-decoration:none;
}

a.data_menu:hover{
color:#009900;
font-weight:bold;
text-decoration:underline;
cursor:pointer;
}

a.menub:active,a.menub:visited,a.menub:link{
color:#555;
	text-decoration:none;
}

a.menub:hover{
color:#555;
          text-decoration:underline;
	  cursor:pointer;
}
#year_div a{
	display: inline-block;
}
