/* CSS Document */
/* general styles -----------------------------------------------------------*/
html,
body  {
	margin: 0;
	padding: 5px;
}
body  {
	background: #FFF;
	font: 100.01% 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
}
a  {
	text-decoration: none;
	color: #933;
}
a:hover  {
	text-decoration: underline;
}
h1  {
	margin: 17px 0 0 0;
	float: left;
}
h1 a  {
	display: block;
	width: 378px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/logo.gif') no-repeat;
	cursor: pointer;
}
h2  {
	color: #2a618e;
	font: bold 200% 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	margin: 12px 0;
}
h3  {
	color: #666;
	font: bold 150% 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	margin: 0 0 -20px 0;
}
h4  {
	margin: 0;
	padding: 0 10px;
	font: normal 100% 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	color: #F6C768;
}
h5  {
	color: #B51916;
	font: bold 150% 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	margin: 15px 0;
}
img  {
	border: none;
	display: block;
}
p  {
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	margin: 20px 0;
}
ul  {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
li  {
	padding: 0 0 0 10px;
	background: url('../images/bullet.gif') no-repeat 0 5px;
}

