@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-top:20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	
	
	SCROLLBAR-FACE-COLOR: #933F20; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CC9A66;
	SCROLLBAR-SHADOW-COLOR: #CC9A66; 
	SCROLLBAR-3DLIGHT-COLOR: #CC9A66; 
	SCROLLBAR-ARROW-COLOR: #FEF1D1; 
	SCROLLBAR-TRACK-COLOR: #CC9A66;
	SCROLLBAR-DARKSHADOW-COLOR: #CC9A66; 

}

h1 {
	
	font-family: Times New Roman, Times Roman, Times, serif;
	font-size:16pt;
	color: #115F5B;
	line-height: 19pt;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	}


h2 {
	font-family: Times New Roman, Times Roman, Times, serif;
	font-size:12pt;
	color: #FEF1D1;
	line-height: 14pt;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}

a {
	font-family: Times New Roman, Times Roman, Times, serif;
	font-size:9pt;
	color: #933F20;
	line-height: 8pt;
	text-decoration:none;
}
	a:hover {
		text-decoration:none;
		color: #115F5B;
	
	}
	
hr {
	color: #FEF1D1;
	background-color: #FEF1D1;
	border-style: none;
	height: 4px;
	
	
}

#main {margin-left:auto;
	margin-right:auto;
	margin-top: 0; 
	margin-bottom: 0;
    position:relative; 
    z-index: 1;
}

div.scroll {
	height: 400px;
	width: 590px;
	overflow: auto;
	border: 0;
	background-color: #cc9a66;
	padding-right: 40px;
}
