html{
	overflow:-moz-scrollbars-vertical;
}
body{
	margin:18px 0;
	background:#c1c1c1 url(../images/body_bg.jpg) left top repeat-x;
}
a{
	outline:none;
}
p{
	margin:12px 0 0 0;
}

form{
	margin:0;
}
h1{
	margin: 0;
	font:18px Arial, Helvetica, sans-serif;
	color:#017dc5;
}

h2{
	margin:0;
	font:16px Arial, Helvetica, sans-serif;
	color:#017dc5;
}
.bodytext
{
	font:12px Arial;
	color:#454545;
	cursor:default;
	list-style:square;
	
	
}
.bodytext_li
{
	font:85% Arial;
	color:#666666;
	cursor:default;
	list-style:square;
	line-height:1.5;
}

.bodytext a, .bodytext a:visited, .bodytext a:active{
	color:#990000;
	text-decoration:none;
}
.bodytext a:hover{
	color:#000;
	text-decoration: underline;
}
/*FORM*/
.button{
	background:#c61d3c url(../images/button1.jpg) left top repeat-x;
	border:none;
	font:12px/23px Lucida Grande, Arial, Helvetica, sans-serif;
	color:#FFF;
}



/******************************* MISC *************************/
#clearfix{
	margin:0;
	padding:0;
	clear:both;
	height:1px;
	overflow:hidden;
	display:block;
}

