body {
	background-color:#fff;
	color:#333;
	font-size:13px;
	line-height:1.35em;
	margin:0;
}

p, li, h1, h2, h3, h4 {
	line-height:135%;
}

a { 
	color:#036;
	outline:none;
	text-decoration:underline;
}

a:hover { color:black; text-decoration:underline; }

a img { border:none; }

h1, h2, h3, h4, h5 {
	color:#036;
	font-weight:normal;
	margin:0;
	line-height:1.3em;
}

h2 { font-size:21px; margin:0 0 0.5em 0; }
h3 { font-size:19px; }
h4 { font-size:15px; }

/* h2 + p, h4 + p { margin-top:0.3em; } */

.underline { border-bottom:1px solid #003777; }
.note { color:#666; }
.small { font-size:11px; }
.tiny { font-size:11px; }
.clear { clear:both; }
.date { font-size:12px; color:#666; }
.left { float:left; margin:0 1em 1em 0 }
.right { float:right; margin:0 0 1em 2em }
.hilite { color:#036; }

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

th, td { padding:0.3em 1em 0.3em 0; border-bottom:1px solid #ddd; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }
caption { text-align:left; }
address { font-style:normal; }

.error {
	border:1px solid red;
	padding:0.5em;
	color:red;
}

.pdf {
	padding-left:17px;
	background:url(../images/pdf-small.gif) center left no-repeat transparent;
}

ul.pdfs li {
	list-style-image:url(../images/pdf-small.gif);
	margin-bottom:0.3em;
}

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a.button {
	padding:0.4em 0.7em;
	background-color:#001c4f;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:100%;
}

a.button:hover {
	background-color:#036;
}

a.button span {
	font-weight:normal;
}

p.button_p {
	margin:1.5em 0;
}