body { 
   background-color: #c0c0c0;
   color : #333333;
   margin-left : 0px;
   margin-top : 0px;
   margin-right : 0px;
   margin-bottom : 0px;
}

ol {
  font-family : Verdana;
  font-size : 11px;
  line-spacing : 150%;
}

ul {
  font-family : Verdana;
  font-size : 11px;
  line-spacing : 150%;
  }

li {
  font-family : Verdana;
  font-size : 11px;
  line-spacing : 150%;
  padding-bottom : 10px;
}

input {
  border : #333333 1px solid;
  margin : 0px
  padding : 2px;
  font-family : Verdana;
  font-size : 11px;
  background-color : #ffffff;
  color : #333333;
  }
  
textarea {
  border : #333333 1px solid;
  margin : 0px
  padding : 2px;
  font-family: Verdana;  
  color : #333333; 
  background-color : #ffffff; 
  font-size : 11px;
  line-height : 150%;
  } 

.button {
  border : #333333 1px solid;
  margin : 0px
  padding : 2px;
  font-family : Verdana;
  color : #000000;
  background-color : #efefef;
  font-size : 11px;
  }
   
.header
{ font-family : Verdana;
  background-color : #333333;
  font-weight : bold;
  color : white;
  font-size : 11px;
  padding-left : 30px;
  padding-bottom : 10px;
  padding-top : 70px;
}

.tagline
{ font-size : 11px;
  font-weight : normal;
  text-decoration : none;
  color : #666666;
}


.title
{ font-weight : bold;
}


.topleft {
   font-family : Verdana;
   font-size : 11px;
   font-weight : bold;
   text-align : left;
   padding-left : 20px;
   padding-right : 20px;
   padding-top : 80px;
   padding-bottom : 10px;
   border-bottom-style : solid;
   border-bottom-width : 1px;
   border-bottom-color : #666666;
   border-left-style : solid;
   border-left-width : 1px;
   border-left-color : #666666;
   background-color : #efefef; 
  }

.topright {
   font-family : Verdana;
   font-size : 11px;
   font-weight : normal;
   text-align : center;
   padding-left : 20px;
   padding-right : 20px;
   padding-top : 80px;
   padding-bottom : 10px;
   border-bottom-style : solid;
   border-bottom-width : 1px;
   border-bottom-color : #666666;
   border-right-width : 1px;
   border-right-color : #666666;
   border-right-style : solid;
   background-color : #efefef;
   }

.bottomleft {
   padding-top : 20px;
   padding-bottom : 0px;
   padding-left : 20px;
   padding-right : 20px;
   border-left : 1px #666666 solid;
   background-color : #efefef;
}

.bottomright {
   padding-top : 20px;
   padding-bottom : 0px;
   padding-left : 20px;
   padding-right : 20px;
   border-right : 1px #666666 solid;
   background-color : #efefef;
}
.left {
   background-color : #ffffff;
   font-family : Verdana;
   font-size : 11px;
   line-height : 150%;
   padding-left : 20px;
   padding-right : 20px;
   padding-top : 20px;
   padding-bottom : 20px;
   color : #333333;
   border-left-width : 1px;
   border-left-color : #666666;
   border-left-style : solid;
   border-bottom-width : 1px;
   border-bottom-color : #666666;
   border-bottom-style : solid;
}


.right {
   font-family : Verdana;
   font-size : 11px;
   line-height : 150%;
   padding-left : 20px;
   padding-right : 20px;
   padding-bottom : 20px;
   padding-top : 20px;
   background-color : #ffffff;
   color : #333333;
   border-right-width : 1px;
   border-right-color : #666666;
   border-right-style : solid;
   border-bottom-width : 1px;
   border-bottom-color : #666666;
   border-bottom-style : solid;
}



.box {
   padding-left : 20px;
   padding-right : 20px;
   border-style : dashed;
   border-color : #cccccc;
   border-width : 1px;
}


a:link
{ text-decoration: none;
border-bottom : 1px #999999 solid;
color: #0000CC; }

a:active
{ text-decoration: none;
color: #ffffff; }

a:visited
{ text-decoration: none;
border-bottom : 1px #999999 solid;
color: #0000CC;
}

a:hover
{ text-decoration: none;
border-bottom : 1px #999999 solid;
color : #0000CC;
}
