body {
	background-color:		#E6E2D7;
	background-image:		url( "images/bg.jpg" ); 
	background-repeat:		repeat;
	margin:						0px; 
	padding:					20px;
	scrollbar-face-color:	#E6E2D7;
	padding-top:				40px;
	padding-left:				40px;
}
body, table, td, p, a, h1, h2, h3, font, ul {
	font-size:		14px;
    font-family:		Georgia, Times new roman, Verdana, Arial, Helvetica,  sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
}
a, a:hover  {
	font-size:		14px;
	color:			#9F7F28; 
	text-decoration: none;
	font-weight:		normal;
	border-bottom: 1px dotted #9F7F28;
}
a:hover {
	color:			#A40000;
	border-bottom: 1px dotted #A40000;
}
input {
	height:		18px;
	font-size:	11px;
	width:		160px;
	background-color:		#F6F2EA;
    font-family:		Verdana, Arial, Helvetica,  sans-serif;
}
textarea {
	font-size:	11px;
	background-color:		#F6F2EA;
    font-family:		Verdana, Arial, Helvetica,  sans-serif;
}
input.submit {
	height:						18px;
	font-size:					11px;
	background-color:		#E6E2D7;
    font-family:			Verdana, Arial, Helvetica,  sans-serif;
	margin-top:		8px;
	cursor:				hand;
}
small {
	font-size: 11px;
	padding-top: 8px;
}
ul.long, ul.short {
	display: block; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.long li, ul.short li {
	background-image:		url( "images/bullet.gif" ); 
	background-repeat:		no-repeat;
	background-position:	2px 8px;
	display: inline; 
	list-style-type: none;
	margin: 0px;
	padding: 4px;
	padding-left: 22px;
}
ul.long li {
	width: 100%;
	display: block;
	text-align: left;
}
ul.short li {
	width: 260px;
	display: block;
	text-align: left;
}
td.title {
	padding-top: 12px;
	width: 100px;
}
td.quote {
	background-image:		url( "images/quote.gif" ); 
	background-repeat:		no-repeat;
	background-position:		290px 10px;
}