body {
  font-family: Lucida, Arial;
  color: black;
  font-size: 10pt;
  text-align: left;
}

table,tr,td {font-size: 10pt;}

a {
  color:#CA0006;
  text-decoration:none;
  text-weight: bold;
  font-size:110%;
}

h1,h2,h3 {
  font-size:130%; 
}

h1,h2,h3,h4,h5,h6 {
  color:#CA0000;
  text-align: center;
  font-weight:bold;
}

h5 {
 font-size:105%; 
 
}

h6 {
 font-size:90%; 
 color:#ff9c00;
}

a:hover {
  color:#CA0000;
  text-decoration:underline;
  text-weight: bold;
  font-size:110%;
}

#footer {
  background-color: rgb(255, 156, 0); 
  height: 40px; 
  text-align: right;
  color: white;
  width: 100%;
  margin-right: 300px;
}  

#left {
  text-align: left; 
  vertical-align: top;
  padding-left: 10px;
  width: 230px; 
  position: relative;
  left: 5px;
  top: 5px;
  float: left;
  font-size: 10pt;
}  

#main {
  width: 924px; 
  clear: both; 
  text-align: center;
  font-size: 10pt;
}


#search {
  float: left;
  overflow: hidden;
}

#search1 {
  background-image: url(../images/search.gif);
  height: 41px;
  width: 216px;
}

#inputsearch {
  background:transparent none repeat scroll 0 0;
  border:0 none;
  font-size:110%;
  overflow:hidden;
  width: 190px;
  padding:10px;
  left: 20px;
  padding-left: 40px;
}

#content {
  width: 580px;
  top: 5px;
  margin-left: 245px;
  font-size: 10pt;
}

p {
text-align: justify;
text-indent:10px;
font-size: 10pt;
}

p#right{
text-align: right;
text-indent:10px;
font-size: 13pt;}