html{
	overflow:-moz-scrollbars-vertical;
}
body{
	background:#FFF url(../images/page_bg.jpg) center top repeat-x;
	behavior: url("iehover.htc");
	font:13px "Lucida Grande", Arial, Helvetica, sans-serif;
}
body, div, input, a, form, h1, h2, h3, h4, ul {
	margin:0;
	padding:0;
	}
p{
	margin:12px 0 0 0;
}

h1{font-size:18px;
	color:#a80000;
	font-weight:normal;
	margin-bottom:15px;
}
h2{
	width:560px;
	height:20px;
	padding:0;
	position:relative;
}
.bodytext{
	font:12px/20px Lucida Grande, Arial, Helvetica, sans-serif;
	color:#454545;
	cursor:default;
	list-style:square;
}
.bodytext a, .bodytext a:visited, .bodytext a:active{
	color:#A20000;
	text-decoration:none;
}
.bodytext a:hover{
	color:#F00;
	text-decoration: underline;
}

/******************************* MISC *************************/
#clearfix{
	clear:both;
	height:23px;
	background:url(../images/clearfix_bg.jpg) left top no-repeat;
}
