/* CSS Document */
body {
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding:0px;
}

a {
	text-decoration: underline;
	color:#A09952;
}

.regular {
/*	font: .8em/1.3em verdana,arial,helvetica,sans-serif; */
/*	font-family: Tahoma; */
/*	font-size: 12px; */
	font-style: normal;
	color: #000;
}

.req {
/*	font: .8em/1.3em verdana,arial,helvetica,sans-serif; */
/*	font-family: Tahoma; */
/*	font-size: 12px; */
	font-style: normal;
	color: #A09952;
	font-weight: bold;
}


#flashcontent {				
	margin: 0px 0px 0px 0px;	
	width: 780px;	
	height: 480px;			
}
		

TR.head, TD.head, P.head, DIV.head{
  	background-color: #3D3C2C;
	text-align:center;  
	/*background: #615E3F url(images/logo.gif) top left repeat-x;	  */
}	
	
TR.foot, TD.foot, P.foot, DIV.foot{
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	color: #000;  
  	font-weight:bold;	
  	background-color: #3D3C2C;  
  	height:40px; 
  	padding:15px;
	text-align:center;
}	

TR.breadcrumb, TD.breadcrumb, P.breadcrumb, DIV.breadcrumb{
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	line-height: 2.0;
  	color: #A09952;  
  	font-weight:bold;  
  	background-color: #3D3C2C;  
  	padding:6px;
	text-align:left; 
}

TR.light, TD.light, P.light, DIV.light{
  	background-color: #A09952;
	text-align:center;  
}	

TR.bodyclass, TD.bodyclass, P.bodyclass, DIV.bodyclass{
  	background-color: #615E3F;
	text-align:center;  
}	