html, body {
	background-color:#fff;
	margin:0; padding:0;
	height:100%;
	font:12px Verdana, Geneva, sans-serif;
	line-height: 17px;
}


a {
	color:#000;
	text-decoration: none;
	/* border-bottom: 1px dashed; */
}

a:hover {
	text-decoration:underline;
	/* border-bottom: none */
}

a img {
	border:none}
img {border: none;}	
p, ul{
	line-height:17px;
}
h1, h2, h3{
color: #004A78;
font-family: 'Myriad Pro', 'Lucida Sans Unicode', 'Lucida Grande';
font-weight: normal;
margin-top: 0px;
padding-bottom: 10px;
padding-top: 0px;
} 
h1 {
	border-bottom: 1px dashed #8C8C8C;
    font-size: 30px;
}
.content h3{
	/* border-bottom: 1px dashed #8C8C8C; */
    font-size: 22px;
    margin: 1em 0;
}
h3 a{
	color: #004A78;
}
a.dashed{
border-bottom: 1px dashed;
color: #900;
}
a:hover.dashed{
text-decoration:none;
}
