

html{
	font-size:62.5%;
}
body{
	margin: 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
}

a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F18025;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #659ABF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F18025;
	text-decoration: none;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F18025;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-size: 0.7em;
}
li 
{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	line-height: 12px;
*/
	
}
.p {
	font-size: 0.7em;
}
.pb {
	font-size: 0.7em;
	font-weight:bold;
}
.borderbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #659ABF;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	line-height: 15px;
}
.foot2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
#normal {
	margin: 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.7em;
	color: #333;
}
#normal a {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A49AF;
	text-decoration: underline;
}
#normal a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #679AC9;
}
#reward {
	margin: 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
}
#reward a {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A49AF;
	text-decoration: underline;
}
#reward a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #679AC9;
}
#tips {
	margin: 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.7em;
	color: #333;
	position:relative; 
	list-style:none;
}
#tips a  
{
	font-family:  verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E64E20;
	text-decoration: none;
}

#tips a:hover 
{
	font-family:  verdana, Arial, Helvetica, sans-serif;
	color: #659ABF;
	text-decoration: none;
}
#tips a span {display: none;}
#tips a:hover span {
	display: block;
	position:absolute;
	left: 10%;
	width: 350px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #333;
	background: #EDF3F6;
	font: 11px verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #659ABF;
	text-decoration: none;
}
.calloutBox {
  background-color: #D69AC6;
  color: #000;
  float: left;
  width: 165px;
  border-right: 10px solid #FFF;
}
.portrait {
  border-bottom: 10px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: 10px solid #FFF;
  margin: 0 30px;
}
.portrait p {
  margin: 0 -20px;
  padding: 1em;
  background-color: #FFF;
  color: #000;
  font-style: italic;
  text-align: center;
}
.leftalign 
{
	text-align: right;
	float right;
}
.float
{
float:left;
width:200px;
}
.clear
{
clear:both;
}
.required {
	color:#FF0000;
	font-weight:bold
}
#plain {
	margin: 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #333;
}
#plain a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#plain a:hover {
	color: #659ABF;
}