body {
	margin-top: 0;
	background-color: #ffffff;
	background-image: url(gfx/woodbkg.jpg);
	scrollbar-face-color: #D7B56E;
	scrollbar-shadow-color:#C6C6C6;
	scrollbar-3dlight-color:#C6C6C6;
	scrollbar-highlight-color:#C6C6C6;
	scrollbar-track-color:#D7B56E;
	scrollbar-arrow-color:#000000;
}

body.ii {
  	margin-top: 0;
	margin-left: 0;
	background-color: #ffffff;
	background-image: url(gfx/woodbkg3.jpg);
	scrollbar-face-color: #BBA97B;
	scrollbar-shadow-color:#C6C6C6;
	scrollbar-3dlight-color:#C6C6C6;
	scrollbar-highlight-color:#C6C6C6;
	scrollbar-track-color: #223351;
	scrollbar-arrow-color:#000000;
}




div.big{
	color: #1F304C; 
	font-family: verdana;
  	font-size: 14pt;
 	font-weight: 700;
	font-style: italic;
}

div.medium{
	color: #1F304C; 
	font-family: verdana;
  	font-size: 12pt;
 	font-weight: 750;
}

div.text{
	color: #1F304C; 
	font-family: verdana;
   	font-size: 10pt;
 	font-weight: 550;
}

div.small{
	color: #1F304C; 
	font-family: verdana;
             font-size: 8pt;
 	font-weight: 450;
}


div.rtext{
	color: darkred; 
	font-family: verdana;
       	font-size: 8pt;
 	font-weight: 800;
}


a:hover{
	background-color: #D4CBB1;
	
}
a:link{
	color: darkblue; 
}

a:visited{
	color: darkblue; 
}


table {
			background-image: url(gfx/woodbkg3.jpg);
			border-left: none;
 			border-right: thin ridge rgb(0,0,0);
			border-top: none;
			border-bottom: thin ridge rgb(0,0,0);
			
}

table.inner {
			width: 700;
			border-width: 0px;
			border-style: none;
}


input {
	background-color:#223351;
	font-size: 11px;
	font-family:verdana;
	color:#ffffff;
	border: 0px;
	
}

textarea {
	background-color:#223351;
	font-size: 11px;
	font-family:verdana;
	color:#ffffff;
	border: 0px;
	

}
