body {
	font-size:65%;
	font-family:Arial,Helvetica,sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

li {font-size: 10pt;}

#smallprint p {
text-align: left;
font-size: 8pt;
color: #666666;
margin-left:10px;
margin-right:10px;
text-decoration: none;
 }
 
 #smallprint a {
font-size: 8pt;
color: #666666;
text-decoration: none;
 }
 
 #smallprint a:hover {
font-size: 8pt;
color: #333333;
text-decoration: underline;
 }

#terms p {
text-align: left;
font-size: 8pt;
color: #999999;
text-decoration: none;
 }
 
 #terms a {
font-size: 8pt;
color: #999999;
text-decoration: none;
 }
 
 #terms a:hover {
font-size: 8pt;
color: #666666;
text-decoration: underline;
 }

#footer p {
text-align: center;
font-size: 8pt;
color: #999999;
text-decoration: none;
 }

#footer a {
font-size: 8pt;
color: #999999;
text-decoration: none;
 }

#footer a:hover {
font-size: 8pt;
color: #666666;
text-decoration: underline;
 }

p {
font-size: 10pt;
color: #666666;
margin-top: 5pt;
margin-bottom: 5pt;
line-height: 150%;
}

h1 {
color: #4D9CC4;
font-size: 12.5pt;
font-weight: normal;
margin-top: 2pt;
margin-bottom: -2pt; }

h2 {
color: #333333;
font-size: 11pt;
font-weight: normal;
margin-bottom: -3pt;
line-height: 110%;
}

h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #63717c;
font-size: 9pt;
font-weight: bold;
line-height: 140%;}

h4 {
color: #333333;
font-size: 10pt;
font-weight: bold; }

a:link {
color: #3E7E9E;
text-decoration: none;}

a:visited {
color: #3E7E9E;
text-decoration: none;}

a:hover {
color: #359AF0;
text-decoration: underline;}


.flash {
position: absolute;
top: 0px;
right: 0px;
}

form.general {
	padding:0;
	margin:0;
	}

form.general label {
	width:180px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:9pt;
	}

form.general select,
form.general input,
form.general textarea{
	margin-left:10px;
	border:#CCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:9pt;
	}

form.general textarea{
	width:250px;
	height:120px;
	padding:2px 5px;
	}

form.general input{
	width:250px;
	padding:2px 5px;
	background:#EEEEEE url(images/formboxbg.jpg) repeat-x;
	}

form.general input.checkbox {
	width:15px;
	border:0;
	}

form.general input.button{
	width:auto;
	}
