body{

background: #ffffff;
font-family: verdana, helvetica, arial;
font-size: 0.9em;
color: navy;
margin: 6px;
scrollbar-face-color:#ffffc0;
scrollbar-arrow-color:#314331;
scrollbar-track-color:#C7DBC7;
scrollbar-shadow-color:#6F9F70;
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:#6F9F70;

}

A:link {
	color: blue; 
	text-decoration: none; 
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}

A:visited {
	color: darkgreen; 
	text-decoration: none; 
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}
	
A:hover {
	color: blue; 
	text-decoration: underline;
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}
	

	
A:active {
	color: red;  
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}

h1,h2,h3,h4,h5,h6 {color: navy; font-weight: bold;}

h1{font-size: 1.7em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

p{font-family:  verdana, helvetica, arial;}
hr{color: navy; width: 70%;}
ul{font-family:  verdana, helvetica, arial;}
ol{font-family:  verdana, helvetica, arial;}
li{font-family:  verdana, helvetica, arial;}
img{border: 0px;}




/*classes*/
/*border-right: solid 1px #CC0000; */

.in20{margin: 20px;}
.in60{margin: 60px;font-size: 1.0em;}
.tiny {font-size: 0.6em;}
.wee {font-size: 0.7em;}
.small {font-size: 0.8em;}
.smallin60 {font-size: 0.8em; margin: 60px;}
.middling {font-size: 0.9em;}
.middlingbold {font-size: 0.9em; font-weight: bold;}
.middlingin60 {font-size: 0.9em; margin: 60px;}
.medium {font-size: 1em;}
.mediumin60 {font-size: 1em; margin: 60px;}
.mediumin80 {font-size: 1em; margin: 80px;}
.bigger {font-size: 1.2em;}
.highlight {font-family: arial; font-size: 1.2em; font-weight: bold;}
.cellgreen {background-color: #3A733C;}
.menulight {background-color: #b8e0FF;}
.menuyellow2 {background-color: #ffffc0;}
.menuyellow {background-color: #ffffc0; font-size: 0.9em; border-width: thin; border-color: #3A733C; border-style:dotted;}
