body {
	color:#000000;
	background-image:url(/images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F6F6F6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:67.5%;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:normal;
	text-align:center;
}
.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.arial{
	font-family:Arial, Helvetica, sans-serif;
}
#logo{
	width:185px;
	margin-bottom:30px;
}
hr{
	border:none;
	border-bottom:solid 1px #000;
	background:none;
	color:#FFF;
	margin:15px 0px 15px 30px;
	height:1px;
	display:block;
}
.display{
	display:inline !important;
}
.smaller {
	font-size:0.8em;
}
.smallest {
	font-size:0.7em;
}
.right{
	text-align:right;
}
.errors{
	color:#F00;
}
.bit-bigger {
	font-weight:bold;
	font-size:1.2em;
}
.bigger {
	font-weight:bold;
	font-size:2em;
}
.evenBigger {
	font-weight:bold;
	font-size:2.5em;
}
.darkGrey {
	color:#333333;
}
.custom-font-black{
	color:#112530;
}
.custom-font-grey{
	color:#949599;	
}
.lightGrey {
	color:#999999;
}
.green{
	color:#9cff00;
}
.blue{
	color:#003c5c;
}
.black{
	color:#000;
}
.orange{
	color:#ff3300;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1 {
	font-size:2.8em;
}
h2 {
	font-size:2em;
	color:#003c5c;
}
h3 {
	font-size:1.8em;
}

a:link, a:visited{
	color:#132530;
}
a:hover{
	color:#4F5C65;
}
a.green:link, a.green:visited{
	color:#9cff00;
}

.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.lightBlue{
	color:#0099cc;
}
strong{
	color:#132530;
}
.grey {
	color:#999;
}
div.clear{
	height:1px;
}

.no-padding{
	padding:0px;
}
.no-margin{
	margin:0px;
}
.margin{
	margin:5px 0px 5px 0px;
}
body{
	background-color:#FFF;
	background:none;
	text-align:center;
}
#main-wrapper{
	width:700px;
	margin:auto;
	text-align:left;
}
#main-body{
	background-image:url(/images/fm_mid.gif);
	background-repeat:repeat-y;
	padding:0px 45px 0px 45px;
}
