body{
margin:0;
padding:0;
background-color:#fff;
width:777px;
}
#header{
float:left;
width:777px;
}

#content{
float:left;
width:550px;
position:relative;
top:-370px;
left:210px;
}
#content img{
border:1px solid #333;
}
#foot{
border-top:3px dotted #333;
margin-bottom:11px;
clear:both;
padding:1px;
height:14px;
}
#foot p{
width:550px;
margin:0;
font-family:Arial, sans-serif;
font-size:8pt;
}
#foot a{
font-family:Arial, sans-serif;
font-size:8pt;
color:#777;
}
#box{
margin-right: 11px;
float: left;
width: 250px;
padding: 11px;
border: 1px solid #f30;
}
#box2 {
float: left;
width: 240px;
padding: 11px;
border: 1px solid #f30;
}
#box3 {
float: right;
width: 220px;
padding: 11px;
border: 1px solid #f30;
margin-bottom:22px;
}
#box p{
font-family:Arial, sans-serif;
font-size:9pt;
}
.left{
float:left;
}
.right{
float:right;
}
p,li,td{
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
font-weight:normal;
text-decoration:none;
color:#333;
}
li{
margin-bottom:11px;
}
a{
font-family:Verdana, Arial, serif;
font-size:10pt;
font-weight:normal;
text-decoration:underline;
color:#00c;
}
h1{
width:550px;
margin:0;
border-bottom:3px dotted #F57329;
font-family:Trebuchet MS, Arial, sans-serif;
font-size:16pt;
color:#F57329;
}
h2 {
font-family:Verdana, Arial, sans-serif;
font-size:11pt;
font-weight:bold;
color:#333;
text-align:left;
}
h3 {
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
font-weight:bold;
color:#fff;
background:#039;
}
table{
width:100%;
}
form{
width:535px;
padding:11px 0 15px 15px;
border:1px solid #999;
background:#EFF9FA;
clear:both;
}
.formHeader{
font-size:8pt;
line-height:22px;
font-weight:bold;
color:#333;
}
.formLabel{
white-space:nowrap;
width:1%;
padding:0 9px;
vertical-align:top;
background:#cc11;
font-size:8pt;
line-height:22px;
font-weight:bold;
color:#333;
}
.formInput{
line-height:22px;
width:100%;
vertical-align:baseline;
padding-right:9px;
background:#1911;
}
.messageErrorForm{
width:100%;
margin:0;
padding:0;
color:#f00;
}



hr{
border:0px;
border-top:3px dotted #333;
height:3px;
width:100%;
}

.warning {
color:#f90;
}
.alert {
color:#f90;
}
.error {
color:#f30;
}
.serif {font-family: Georgia, Times, serif;}

.orange {color: #DD5800;}
.red    {color: #f30;}
.blue   {color: #039;}
.green  {color: #090;}
.brown  {color: #630;}
.white  {color: #fff;}
.black  {color: #000;}
.silver {color: #555;}
.shadow {color: #999;}

.smallest {font-size: 7pt;}
.small    {font-size: 8pt;}
.large    {font-size: 10pt;}
.largest  {font-size: 12pt;}
.headline {font-size: 14pt;}

.left   {text-align: left;}
.center {text-align: center;}
.right  {text-align: right;}

.bold {font-weight: bold;}