body{
font-family: Verdana;
font-size: 16px;
}





table.layout1{

font-family: Verdana;
font-size: 13px;
font-style: bold;
}





table.layout14{

font-family: Verdana;
font-size: 14px;
font-style: bold;
}




.hr{
margin: 0;
padding: 0;
border-bottom: 2px dotted black;
}




table.layout2{

font-family: Verdana;
font-size: 12px;
}


table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}

#mainmenu	{
	position: static;
}

table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #639CCE; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 12pt;
	white-space: nowrap;
	font-weight: bold;
}

body { 
scrollbar-face-color: #639CCE; 
scrollbar-shadow-color: gray; 
scrollbar-highlight-color: #E1DDD2;
scrollbar-3dlight-color: #E1DDD2;
scrollbar-darkshadow-color: black; 
scrollbar-track-color: #C7C7C3;
scrollbar-arrow-color: white }


