
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #333;
}

a {
	color:#336600;
	text-decoration:none;
}
a:hover {
	color:#000;
	border-bottom-color: #333;
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.8em;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0 25px 10px 0;
	letter-spacing: 1px;
}
h1 {
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 16px 0 5px 0;
}
h4 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

p {
	font-size: 1em;
	margin: 12px 0 0 0;
	line-height: 1.5em;
}

table {
	border: none;
}
table td, table th {
	vertical-align: top;
}

ul {
	padding: 0;
}
ul li {
	padding: 0 0 8px 18px;
	background: url(/images/bullet.gif) no-repeat 0 4px;
	list-style: none;
	line-height: 1.3em;
}
ul ul li{
	list-style: circle;
	background: none;
	padding: 0;
	margin: 0 0 4px 20px;
} 
dl {	
padding: 0 0 8px 0;
}
dt	{
	font-weight: bold;
	margin: 12px 0 0 0;
}
dd	{
	padding: 0;
	margin: 0 0 6px 0;
	font-size: .9em;
	line-height: 1.3em;
	color: #000;
}
dd p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

.red {
	color: #df2028;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
img.top {
	vertical-align: top;
}
img.bottom {
	vertical-align: bottom;
}

hr { 
	color: #666;
	width: 95%;
	margin: 20px 0;
}
input,textarea,select {
width: 280px;
}
input.checkbox, input.radio {
	width: 14px;
	margin: 2px 2px 0 2px;
}
/******************
UTILITY CLASSES
**************/
.clearer {
clear:both;
display:block;
font-size:1px;
height:1px;
line-height:1px;
margin-bottom:-1px;
}

.hidden {
left:-10000px;
position:absolute;
}

/*
d4d4e0 light blue bkgd
3e4d7f dark ble
54670a green
717197 med blue
*/