body {
	font-family:'Trebuchet MS', helvetica, arial;
	font-size:13px;
	color:#333;
	margin:0;
	padding:0;
	/* background:url(../images/body_bkgd.png) repeat-x top left #039; */
	background:url(../images/body_bkgd3a.png) repeat-x top left #bee7f8;
}

p, h1, h2, h3, h4, h5, li, dd, dt { line-height:1.4em; }

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

a:hover {
	color:#000;
}

a img { border:none; }

h1, h2, h3, h4, h5 {
	color:#039;
	/*
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	*/
	font-weight:normal;
	margin:0.4em 0;
	line-height:1.3em;
	
}

h2 { font-size:24px; margin-bottom:0 }
h3 { font-size:19px; }
h4 { font-size:15px; }
h5 { font-size:12px; color:#666; }

h2 + p, h3 + p, h4 + p { margin-top:0.3em; } /* paragraph's preceded by a heading */

.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:#be7900; }

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

.success {
	padding-left:40px;
	background:url(../images/tick.png) center left no-repeat transparent;
	color:#667f20;
	font-size:17px;
}

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

.dropshadow {
	float:right;
	background:transparent url(../images/dropshadow.png) no-repeat scroll right bottom;
	margin:10px 0 10px 10px;
}

.dropshadow img {
	background-color:#FFFFFF;
	border:1px solid #371005;
	display:block;
	margin:-6px 6px 6px -6px;
	position:relative;
}

a.button {
	padding:0.4em 0.7em;
	background-color:#ce8900;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

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

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

p.button_p {
	margin:1.5em 0;
}