.tab_menu_a { background-color: #FFFFFF; color: #004D99; font-size: 11pt; font-family: Arial; font-weight:bold }
.footer      { color: #4D4D4D; font-size: 10pt; font-family: Arial; }
.tab_menu    { color: #528FCC; font-size: 11pt; font-family: Arial; font-weight:bold }

a:link.tab_menu_a, a:visited.tab_menu_a {
	color: #004D99;
	text-decoration: none;
}

a:hover.tab_menu_a, a:active.tab_menu_a {
	color: #FF0000;
	text-decoration: underline;
}

a:link.tab_menu, a:visited.tab_menu {
	color: #528FCC;
	text-decoration: none;
}

a:hover.tab_menu, a:active.tab_menu {
	color: #FF0000;
	text-decoration: underline;
}

a:link.footer, a:visited.footer {
	color: #4D4D4D;
	text-decoration: none;
}

a:hover.footer, a:active.footer {
	color: #4D4D4D;
	text-decoration: underline;
}


.sidemenu {background-color:#3B8AD7;color:white}
.sidemenuitem {border-top:2px dotted white}
.sidemenu A,.sidemenu A:visited, {color:white;text-decoration:none}
.sidemenu A:hover {color:red;text-decoration:none}

.commmenu {background-color:#B3B3B3;color:white}
.commmenuitem {border-top:2px dotted white}
.commmenu A,.commmenu A:visited, {color:white;text-decoration:none}
.commmenu A:hover {color:red;text-decoration:none}

.Small {font-size:8pt}
.SmallGray {font-size:8pt;color:gray}