BODY /* general layout preferences */
{
  font-size: 9pt;
  width: 644px;
  color: #333333;
  font-family: Verdana, sans-serif;
  background: #FFFFFF url("aquila_bg.jpg") no-repeat fixed; 
  background-position: 100px 0px;
  margin-top:10px;
}

.news { /* create border around main text */  
  margin: 10px 1ex 1ex 1ex;
  margin-top:10px;
  padding: 1ex 1ex 1ex 1ex;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  width:385px;
  background: #FFFdFd;
  border-color: #ffb2b2;
  -moz-border-radius: 15px; 
}

.main { /* create border around main text */  
  margin: 0.4em 1ex 1ex 1ex;
  padding: 1ex 1ex 1ex 1ex;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  width:600px;
  background: #FFFdFd;
  border-color: #ffb2b2;
  -moz-border-radius: 15px; /* mozilla only */
}


table
{ 
  border: solid 0px black;
 }

tr.even
{ 
  border: solid 1px #C0C0C0;
  background: #F1F1F1;
}

tr.oneven {  
  background: white;
 
}

td.empty, th.empty { 
  border: solid 0px black;  

}
TD
{
  font-size: 9pt;
  color: #333333;
  font-family: Verdana, sans-serif;
  border: solid 1px #b2b2b2;
  padding: 1px;
}

TH
{
  font-family: Times, Verdana, Arial, Helvetica, sans-serif;
  color: #C10000;
  font-weight:bold;
  font-size: 14px;
  border: solid 1px #b2b2b2;
  border-bottom: solid 2px #C10000;
}

.info_cont
{ 
  position:absolute;
  left: 420px;
  top: 10px;
  width:225px;
} 

.info  /* create border with darker background for specific info */
{
  margin: 0em 0ex 1ex 1ex;
  margin-top:0px;
  padding: 0ex 1ex 0 1ex;
  border-style: solid;
  border-width: 1px;
  background: #FFf9f9;
  font-size:8pt;
  border-color: #ffb2b2;
  -moz-border-radius: 15px; /* mozilla only */
}

.info h1
{
  margin-bottom:1px;
  margin-top: 1px;
  text-align: center;
}

#info table
{
 background-color:white;
}

.info td
{
  font-size: 8pt;
}


caption
{
  font-size: 9pt;
  font-weight: bold;
  color: #C10000;
  font-family: Verdana, sans-serif;
  border: solid 0px #b2b2b2;
  padding: 1px;
}


h1,h2,h3 {
  font-family:   Verdana,Times, Arial, Helveticai, sans-serif;
  color: #C10000;
  font-weight:bold;
  margin-bottom:7px;
  margin-top: 1px;
}  


h1 { 
  font-size: 18px;
}

h2 { 
  font-size: 16px;
  margin-top:10px;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

h3 { 
  font-size: 12px;
  margin-top:10px;
  border-bottom-width:1px;
  border-bottom-style:solid;
}


a:link {
  color: #C10000;
  text-decoration: none;	
}

a:visited {
  color: #C10000;
  text-decoration: none;	
}

a:hover{ 
  color: red;
  text-decoration: underline;
}


img{
	border-color:#c10000;
}

dt { 
  color:#c10000;
   font-weight:bold;
}
