
a {
	color: #185573;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#000;
	border-bottom-color: #333;
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}
h2 {
	font-size: 2.2em;
	font-family: times, serif;
	font-style: italic;
	color: #000;
	font-weight: bold;
	margin: 0 25px 10px 0;
	width: 100%;
	line-height: 1.5em;
}
h1 {
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #aaa;
}
h3 {
	font-size: 1.3em;
	font-family: times, serif;
	color: #000;
	font-weight: bold;
	margin: 16px 0 5px 0;
	font-style: italic;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

p {
	font-size: 1em;
	margin: 10px 0 0 0;
	line-height: 1.5em;
	color: #000;
}

table {
	border: none;
}
table td, table th {
	vertical-align: top;
}

ul {
	padding: 0;
}
ul li {
	padding: 0 0 8px 18px;
	background: 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;
} 
ol {
	margin: 0 0 0 20px;
}
ol li {
	padding: 0 0 8px 0;
	background: no-repeat 0 4px;
	line-height: 1.3em;
}

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: 400px;
}
input.button {
	width: auto;
	padding: 0 20px
}
input.checkbox, input.radio {
	width: 14px;
	display: inline;
}
/******************
UTILITY CLASSES
**************/
.clearer {
clear:both;
display:block;
font-size:1px;
height:1px;
line-height:1px;
margin-bottom:-1px;
}

.hidden {
left:-10000px;
position:absolute;
}

.centered {
	text-align: center;
}
li.odd {
	background-color: #fff;
}
li.even {
	background-color: #efefef;
}

