body {
	background-color:white;
	color:#333;
	font-family:'Trebuchet MS', 'Trebuchet', verdana, sans-serif;
	font-size:13px;
	line-height:1.35em;
	margin:0;
}

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

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

a img { border:none; }

strong {
	color:#000;
}

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

h1, h2 { font-weight:normal; }
h2 { font-size:30px; margin-bottom:0.6em; }
h3 { font-size:19px; }
h4 { font-size:15px; }

h2 + p, h3 + p, h4 + p, h2 + ul, h3 + ul, h4 + ul { 
	margin-top:0.5em;
}

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

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;
}

.notice {
	padding-left:27px;
	background:url(../images/info_icon.png) top left no-repeat transparent;
}

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

.pic {
	border:2px solid #ccc;
}