/* Authored by Joseph De Araujo September 2005 */

body{
margin:0px;
background-color: #f2f1f1;
font-family: verdana,tahoma;
}

h1 {
font-size: 16px;
}

a {
color: #333333;
text-decoration: underline;
}

img {
border-style: none;
}

.maintable {
        border-left: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        background-color:#FFFFFF;
}

.topbg {
        /*background-image: url('images/topbg.gif');*/
        background-color: #000000;
}

.topnav {
        font-size: 11px;
        color: #969595;
        font-weight: bold;
}

a.topnav {
        text-decoration: underline;
}

table.dataTable {
  text-align: center;
  width: 100%;
}

table.dataTable thead {
  background-color:#F4F4F4;
  font-weight: bold;
  font-size: 110%;
}

table.dataTable th {
  padding: 5px;
  text-align: center;
}

table.dataTable tr.even {
  background-color:#FFE8FF;
}
table.dataTable tr.odd {
  background-color:#FFFFFF;
}

table.dataTable td {
padding:1px;
}

td.footer {
background-color: #ededed;
}

a.footer,
.footer {
        color: #969595;
        font-size: 11px;
}



/* Latest News styles */
.latestnews {
margin: 10px;
}

.latestnewsheader {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        font-family: tahoma;
}

.latestnewsdate {
        color: #959595;
        font-size: 10px;
        font-family: tahoma;
        font-weight: bold;
}

.latestnewscontent {
        font-family: tahoma;
        font-size: 11px;
        color: #666666;
}

.maincontent {
font-size: 12px;
color: #333333;
margin: 10px 20px 0px 20px;
}
