.container {
   margin: auto;
   width: 800px;
   font-family: verdana;
   color: #FFFFFF;
   font-size: 10pt;
 }
 
.clear {
   clear: both;
} 
 
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #000099;
}



.header {
width: 100%;
margin-top: 30px;
background-image: url(/images/image-header.gif); 
background-repeat: no-repeat;
height: 156px;
}

.ezcolumn { position: relative; float: left; padding: 5px; width: 150px;  }

  .style4-left {
   width: 280px;
   float: left;
 }  
 
  .style4-right {
   width: 280px;
   float: left;
 }
 
 

.hr {
  width: 95%;
  border: 1pt solid #FFFFFF;
 } 
 
.box-white {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
  border: 1px solid #333333;
}

.box-gray {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
  border: 1px solid #FFFFFF;
}


.box-red {
  background-color: #663399;
  color: #EEEEEE;
  padding: 10px;
  border: 1px solid #FFFFFF;
}



.layout-1 {
  float: left;
  width: 400px;
}


.layout-3 {
  float: right;
  width: 400px;
}
   
.list { margin: 15px; margin-left: 20px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 8pt; padding: 0; }

.error { color: #EEEEEE; }
.success { color: #009900; }

	h1 { font-family: times new roman; font-weight: normal; font-size: 24pt; color: #FFFFFF; }
    h2 { font-family: times new roman; font-weight: normal; font-size: 18pt; color: #FFFFFF; }
    h3 { font-family: verdana; font-size: 10pt; line-height: 12pt; }
    h4 { font-family: verdana; font-size: 10pt; font-weight: bold; line-height: 5pt; }
    
.large {
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
}

.small {
  font-size: 8pt;
}

 .bold { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 8pt; padding: 0; font-weight: bold; }
 .normal { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 8pt; }

a:link { color: #FFFFFF; text-decoration: underline } 
a:hover { color: #FFFFFF; text-decoration: blink }
a:visited { color: #CCCCCC; text-decoration: underline }