BODY 
{ 
  	background-image: url('images/back.gif');
  	margin-top: 0px;
 	margin-left: 0px; 
	marin-left: 0px; 
	letter-spacing: normal; 
	text-transform: none; 
	word-spacing: normal; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	border-style: none; 
}



h1 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	color: #FFA34F;
	text-align: center;
}

h2 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	color: #FFA34F;
	text-align: left;
}

div {
	scrollbar-face-color:#EFEFEF;
	scrollbar-arrow-color:#006699;
	scrollbar-track-color:#F9F9F9;
	scrollbar-shadow-color:#EFEFEF;
	scrollbar-highlight-color:#F9F9F9;
	scrollbar-3dlight-color:#F9F9F9;
	scrollbar-darkshadow-Color:#006699;
}


#container {
	margin: 0px auto;
	padding: 0px;
	width: 951px;
	height: 801px;
}

a:link { 
	font-weight: bold;
	color:#006699; 
	text-decoration: none; 
}
a:active { 
	font-weight: bold;
	color: #006699; 
	text-decoration: none; 
}
	
a:visited { 
	font-weight: bold;   
	color: #006699;
	text-decoration: none; 
}

a:hover { 
	font-weight: bold;
	color: #FFA34F;
	text-decoration: underline;
}