.container {
   margin: auto;
   width: 750px;
 }
 
.clear {
   clear: both;
} 



.left {
   width: 230px;
   float: left;
   padding: 20px;
 }
 
.content {
   width: 500px;
   float: left;
   margin-left: 10px;
   padding: 10px;
 }
 
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #CCCCCC;
font-family: verdana;
font-size: 10pt;
}




 
 
 .list { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 8pt; padding: 0; font-weight: bold; }
 .top { margin: 15px; margin-left: 30px; padding: 3px; }

 .article_bullet { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 8pt; padding: 0; font-weight: normal; }
 .article_numbers { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 8pt; padding: 0; font-weight: normal; }

 
.error { color: #FF0000; }
.color { color: #999966; }
.green { color: #009900; }

h1 { font-family: arial; font-size: 36pt; color: #000000; font-weight: normal; }
h2 { font-family: arial; font-size: 18pt; color: #666666; font-weight: normal; }
h3 { font-family: verdana; font-size: 10pt; line-height: 12pt; }
h4 { font-family: verdana; font-size: 10pt; font-weight: bold; line-height: 5pt; }


a:link { color: #000000; text-decoration: underline } 
a:hover { color: #333333; text-decoration: blink }
a:visited { color: #000000; } 
a:active { color: #000000; } 
 
.awhite a:link { color: #FFFFFF; text-decoration: underline } 
.awhite a:hover { color: #FFFFFF; text-decoration: blink }
.awhite a:visited { color: #FFFFFF } 
.awhite a:active { color: #FFFFFF } 
 
 
.small {
  font-family: verdana;
  font-size: 8pt;
 }
 
 .small-paragraph {
  font-family: verdana;
  font-size: 8pt;
  line-height: 12pt;
 }
 
.med {
  font-family: verdana;
  font-size: 10pt;
 } 
 
.med-paragraph {
  font-family: verdana;
  line-height: 10pt;
 }

 
.large {
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
 }
 
.large2 {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
 }
 
 
 .x-large {
  font-family: arial;
  font-size: 20pt;
 }