/* CSS Document */

body {
	background-color: #F4F0DC;
	color:#000000;
	margin-left: 5px ; 
	margin-top: 0px ;
	margin-right: 0px ;
	scrollbar-face-color: #ccffcc; 
	scrollbar-shadow-color: #336600; 
	scrollbar-highlight-color: #CCFFFF; 
	scrollbar-3dlight-color: #99CCCC; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #339933;
	scrollbar-arrow-color: #000000; 
	font-size:75%;
	font-family:"arial","helvetica","sans serif" ; 
	color:#000000;
	
}

table,tr,th,td,p,input,select,textarea {	font-size:100% ; 
											font-family:"arial","helvetica","sans serif" ; 
}

a:link {color:#0000FF}
a:visited {color:#990066}
a:hover {color:#990099; text-decoration:underline;}


H1,H2 	{font-size: 130% ;}
H3 		{font-size: 120% ;}
H4 		{font-size: 110% ;}
H5,H6 	{font-size: 100% ; }


td.topbanner {
/*  			dont' want to show this picute just yet. 
			background-image:url("images/logo.jpg"); 
			background-repeat:no-repeat;
			background-position:left top; 
*/
			
}

h1.topbanner {
			color:#EEAA77;
			margin-bottom:0px;
			padding-bottom:0px;
}


table.bottommenu {
	background-color:#999999;
}

table.bottommenu td { text-align:center;
}

table.bottommenu a div  { width:100%;
}

table.bottommenu a:link  , table.bottommenu a:visited  {
					color:#000000;
					font-weight:bold;
					text-decoration:none;
}

table.bottommenu a:hover  {
					color:#F4F0DC;
					background-color:#000000;
					font-weight:bold;
					text-decoration:none;

}

