body {
	height:100%;
	width:100%;
	margin:0;
	overflow: yes;
	background-color: #575757;
	background-image: url("images/bg.gif");

	font-family: Arial, Verdana, sans-serif; 
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	font-margin-left: 25;
}


html {
	height: 100%;
	width : 100%;
	overflow: yes;
}



h1 { 
	font-family:"Times New Roman",Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #8A3315;
	margin-top: 0px; 
	margin-bottom: 0px;
} 



p { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11pt;
	font-style: normal;
	font-weight: lighter;
	color: #252525;
	margin-left: 0;
	margin-right: 25;
	margin-top: 0px; 
	margin-bottom: 10px;
} 



div {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11pt;
	font-style: normal;
	font-weight: lighter;
	color: #252525;
	margin-left: 25;
	margin-right: 25;
	margin-top: 0px; 
	margin-bottom: 10px;
}



:link {    color: #8A3315; text-decoration: none}  
:visited { color: #8A3315; text-decoration: none } 
a:active { color: #401000; text-decoration: none } 
a:hover {  color: #401000; text-decoration: none} 
