body {
	margin: 0px;
	padding: 0px; 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
}

a {font-weight: 900; text-decoration: underline; }

a:link, a:visited {color: #735700;}
a:hover {color: #D33600; }

p {	
	padding: 0 3px; 
	margin: 0; 
	text-align: justify; 
	line-height: 120%;
	font-family: Verdana;
	text-indent: 15px;
}

ul {
	list-style-type: square; 
	list-style-position: outside;
	line-height: 140%;
/*	
	list-style-image: url(i/listPointer.gif);
	margin-left: 16px;
*/
}

input {background-color: #FFFFFF}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #735700;
/*	font-size: 120%; */
	font-weight: 900;
	padding: 2px 2px 2px 14px;
	text-transform: uppercase;
}

h1, h2 {
	background-image: url(i/headerBg1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 120%;
}

h2 {text-transform: none ;}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #735700;
	font-weight: 900;
	padding: 2px 2px 2px 14px;
	background-image: url(i/headerBg1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 100%;
	text-transform:none;
}

form {margin: 0px}

hr {
	color: #735700;
	height: 1px;
	border: 1px solid #735700;
	border-width: 0 0 1px 0;
}
.helpbtn {
	cursor: default;
	color: #8b0000;
	font: bold normal small-caps 6pt Arial,Verdana;
	border: 0px none white;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
