body{
	background:#e7cd54 url(none) repeat fixed;
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ca6f15; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:#ca6f15; 
	scrollbar-darkshadow-color:#ca6f15; 
	scrollbar-shadow-color:#ca6f15;
	scrollbar-arrow-color:#ca6f15;
	color:#ca6f15;
	font-size:8pt;
	font-family:arial;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;

}
table{
	background-color:#ffffff;
	font-size:8pt;
	
}
a:link{
	color:#eaac21; 
	border-bottom:1px dashed;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:visited{
	color:#eaac21;
	border-bottom:1px dashed;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:active{
	color:#eaac21;
	border-bottom:1px dashed;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:hover{
	color:white;
	text-decoration:none;
	font-weight:normal;
	cursor: help;
	letter-spacing:2pt;
	background-color:#eaac21;
	border-bottom:1px dashed #ffffff;
}
.header{
	font-family:georgia; 
	font-size:13pt;
	font-weight:bold; 
	color:#ffffff;
	background-color:#d4ae41;
	width:100%;
	letter-spacing:2pt;
	v-align:right;
}	

i{
	font-family:georgia;
	font-size:9pt;
	font-weight:italic;
	color:#b96f26;
	letter-spacing:-1pt;
	border-left:1px dashed #eaac21;
	border-bottom:1px solid #eaac21;
}
	
b{
	font-family:georgia; 
	font-size:10pt;
	font-weight:bold; 
	font-style:italic;
	color:#b96f26;
	letter-spacing:2pt;
	text-align:left;
	border-left:3px solid #d4ae41;
	border-bottom:2px solid #d4ae41;
}

hr{
	width:80%;
	color:#ca6f15;
}
textarea{
	background-color:#ffffff;
	border:1px dashed #d4ae41;
	font-face:times new roman;
	font-color:#000000;
	font-size:8pt;
}
