

BODY { 
	background-color: white; 
	margin: 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	}

p.top_menu	{
	width:100%;
	text-align:right;
	background-color:#FF9900;
	padding:0px;
	}

p.bottom_menu	{
	width:100%;
	text-align:center;
	padding:2px;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#FF9900;
	font-size:70%;
	color:rgb(0,70,140); 
	}
		
p.title	{
	font-size:120%;
	width:100%;
	text-align:left;
	color:#FF9900;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	}
		
td.content	{
	padding:5px;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#FF9900;
	}
	
td.left_hand_panel	{
	vertical-align:top;
	background-image:url(../images/lhsbg.gif);
	background-repeat:repeat-y;
	padding:15px;
	}	

td.bottom_border	{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#FF9900;
	}	
	
		
p, ul, {
	font-size:80%;
	color:black;
	padding-bottom:5px;
	}
			
p.tight	{
		margin-top:0;
		margin-bottom:2px;
		}	
			
p.semitight	{
		margin-top:2;
		margin-bottom:4px;
		}		
			
p.content_menu	{
		margin-top:2;
		margin-bottom:2px;
		font-weight:normal;
		}		
			
.small	{
		font-size:70%;
		color:rgb(0,70,140); 
		}	
		
		
.big { 
	font-size:120%; 
	font-weight:bold;
	color:#4e6b6e; 
}

img.logo	{
	border-width:0px;
	}


a:hover { 
	color:#FF9900;  
	text-decoration: none; 
	background-color:white;
	}
a:link { 
	color:rgb(0,70,140); 
	text-decoration: none; 
	}
a:active { 
	color:rgb(0,70,140);   
	text-decoration: none; 
	}
a:visited { 
	color:rgb(0,70,140);   
	text-decoration: none; 
	}


			
	

