
body {
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:75%;
	color: #333;
}

a {
	color:#990099;
	text-decoration:none;
}
a:hover {
	color:#990000;
	border-bottom-color: #333;
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.8em;
	color: #555;
	font-weight: normal;
}
h1 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #555;
	font-weight: bold;
	margin: 16px 0 5px 0;
}
h4 {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
p {
	font-size: 1em;
	margin: 12px 0 0 0;
	line-height: 1.3em;
}

table {
	border: none;
}
table td, table th {
	vertical-align: top;
}

ul {
	padding: 0 0 0 20px;
}
ul li {
	padding: 0;
	list-style: disc;
	line-height: 1.4em;
}
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: 8px 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: 15px 0;
	text-align: left;
	border-top: none;
}
input,textarea,select {

}
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;
}

.nodisplay {
	display: none;
}
/*
d4d4e0 light blue bkgd
3e4d7f dark ble
54670a green
717197 med blue
*/