@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical !important;
}	

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #8D939B;
}

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear: both;
  display: block;
}
	
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}

p {
	margin-top: 15px;
	font-weight: bold;
}
.spacer {
	height: 200px;
}
