BODY
{
	background-image : url(frame.jpg); 
	background-position : top left; 
	background-attachment: fixed; 
	background-repeat: no-repeat;    	
	font-family: Arial;
  	font-size: 12px;
  	color: #2c1b0e;
	scrollbar-face-color:#d19e6f;
	scrollbar-shadow-color:#d19e6f;
	scrollbar-highlight-color:#d19e6f;
	scrollbar-3dlight-color:#5d3a1c;
	scrollbar-darkshadow-color:#5d3a1c;
	scrollbar-track-color:#d19e6f;
	scrollbar-arrow-color:#5d3a1c;
	scrollbar-base-color:#d19e6f;
}

TD, P
{
	font-family: Arial;
  	font-size: 12px;
  	color: #2c1b0e;
}

/* Links */
a:link, a:visited {
	font-size: 12px; color: #2c1b0e; text-decoration: none;
	font-family:  Arial;
	font-weight: bold;
	}

a:hover {
	color: #000000;        text-decoration: none;
	font-weight: bold;
	}
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #000000;
}
h4 {
	font-size: 20px;
	color: #000000;
}

