body {
	top-margin: 0;
	bottom-margin: 0; 
	left-margin: 0; 
	right-margin: 0; 
	font: 10px verdana; 
	letter-spacing: 0px; 
	line-height: 13px; 
	text-align: justify; 
	color: #7A7B6D;
	background-color: #FFFFFF;
	background: url(images/bg.gif); 
}


p {
	text-indent: 25px;
}

d {
	color: #857A68; 
	font-weight: bold; 
}

h1 {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font: 12px georgia;
	font-weight: bold; 
	line-height: 25px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #999174;
	background-color: #BAB39D;
	text-transform: lowercase;
}

table {	
	font: 10px verdana;
	text-align: justify; 
}

input, select, textarea {
	border-top: 0px;	
	border-right: 0px;
	border-left: 0px;

	border-bottom: 1px solid #7A7B6D;
	font: 10px century gothic;
	color: #7A7B6D;
	background: url(images/bg.gif); 
}

a, a:link, a:active, a:visited {
	color: #778584; 
	font: 10px verdana; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px dashed #778584; 
	letter-spacing: 0px; 
}

a:hover {
	color: #647977; 
	font-weight: bold;
	text-decoration: none; 
	border-bottom: 0px;
}