
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height: 1.3em;
	color: #333;
}

a {
	color:#cc0000;
	text-decoration:none;
}
a:hover {
	color:#990000;
	border-bottom-color:#333;
	text-decoration:underline;
}

h1,h2,h3,h4,h5 {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size:1.6em;
	color: #555;
	font-weight: normal;
}
h2 {
	font-size:1.4em;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size:1.2em;
	color: #555;
	font-weight: bold;
	margin: 16px 0 5px 0;
}
h4 {
	font-size:1em;
	color: #000;
	font-weight: bold;
}

p {
	font-size:1em;
	margin: 12px 0 0 0;
	line-height: 1.4em;
}

table {
	border: none;
}
table td, table th {
	vertical-align: top;
}

ul {	
	margin: 0 0 0 20px;
	padding: 0;
}
ul li	{

}
ul li span {
	color: #000;
}

dl {	
	margin: 0;
	padding: 0;
}
dt	{
	font-weight: bold;
	margin: 0 0 4px 0;
}
dd	{
	padding: 0;
	margin: 0 0 6px 0;
	font-size: .9em;
	line-height: 1.3em;
	color: #000;
}

strong {
	font-weight: normal;
}
.red {
	color: #df2028;
}
img {
	padding: 0;
	margin: 0;
}

hr { 
	color: #000066;
	width: 95%;
	margin: 20px 0;
}

/******************
UTILITY CLASSES
**************/
.clearer {
clear:both;
display:block;
font-size:1px;
height:1px;
line-height:1px;
margin-bottom:-1px;
}

.hidden {
left:-10000px;
position:absolute;
}