@charset "UTF-8";
/* CSS Document */

form#search {
	display: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #919295;
}
div#navigation {
	text-indent: -2px;
	color: #c8c8ca;
	
}
div#navigation a, div#footer a {
	color: #919295;
	text-decoration:none;
}
div#navigation a:hover, div#footer a:hover {
	color: #009ddc;
	text-decoration:none;
}

p {
	margin-bottom: 12px;
}

h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 1.4em;
}
h2 {
	margin-bottom: 0 !important;
}
h3 {
	font-size: 12px;
}
h3.spaced, img.spaced {
	margin-bottom: 12px;
}
p.nospace {
	margin-bottom: 0 !important;
}
img {	
	border: none;
}
div#bodycopy a {
	color: #009ddc;
	text-decoration: none;
}
div#bodycopy a:hover {
	text-decoration: underline;
}

a.white {
	color: #FFFFFF !important;
	text-decoration: none;
}
a.grey {
	color: #919295 !important;
	text-decoration: none;
}
a.black {
	color: #000000;
	text-decoration: none;
}
h3.grey {
	color: #919295 !important;
}
h4 {
	color: #0096D7;
}