BODY {
	font-family : Verdana;
	font-size : 12px;
	scrollbar-face-color: #B4B4B4;
	scrollbar-shadow-color: #B4B4B4;
	scrollbar-highlight-color: White;
	scrollbar-arrow-color: White;
	scrollbar-3dlight-color: #B4B4B4;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: #DFE0E3;
}

H1 {
	font-family : Verdana;
	font-size : 11px;
}

.menu {
	text-decoration: none;
	color : #095BA6;
	font-weight: bold;
}
    
.menu:hover {
	text-decoration: underline;
	color : #095BA6;
	font-weight: bold;
}    

A {
	text-decoration: underline;
	color : Black;
	font-weight: bold;	
}
    
A:hover {
	text-decoration: none;
	color : Black;
	font-weight: bold;	
}

.submenu_link {
	text-decoration: none;
	color : #4A9CD6;
	font-weight: bold;
}
    
.submenu_link:hover {
	text-decoration: underline;
	color : #4A9CD6;
	font-weight: bold;
}    

TD {
	font-family : Verdana;
	font-size : 12px;
}

.menu_table {
	border : 1px solid #23A7F5;
	background-color : #DBEEFD;
}

.submit_button {
	font-family : Verdana;
    color: white;
	font-size : x-small;
	background-color:#7197C8;
	border-width : 1px solid white;
}
