html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	background-image: url(../images/general/bkgrd1.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
p { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 10px;
 }
#container_head {
	width: 750px;
	background: none;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container_main {
	width: 750px;
	background: none;
	margin-right: auto;
	margin-left: auto;
}
#container_foot {
	width: 750px;
	text-align: center;
	margin: 0px auto;
}
a, a:focus, a:link, a:visited {
	color : #C00;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dashed #C00;
}
h1 {
   font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	background-color: #fff;
	color: #666;
	letter-spacing: .5px;
	padding-bottom: 6px;
}
h2 {
   font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #C00;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}
.emphasis {
	font-weight: bold;
}
.white_text {
	font-weight: bold;
	color: #fff;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 22px;
	color: #000;
	letter-spacing: 1.5px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
	padding-top: 6px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-bottom: 6px;
	color: #000;
	background-color: #FFF;
	letter-spacing: 2px;
}
.formfields {
	font-size: 12px;
	font-weight: normal;
	font-family: "Courier New", Courier, mono;
}
.caption {
	padding-top: 6px;
	padding-bottom: 5px;
	 font-family: Verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
	 line-height: 11px;
}
ul {
	list-style-type: square;
	margin-top: 6px;
	margin-bottom: 9px;
}
li {
	list-style-type: square;
}