body {
 font-family: optima, tahoma, verdana, serif;
 font-size: 0.83em;
 color: black;
 background: white;
 background-image: url('/images/gradient.jpg');
 background-repeat: repeat-x;
 border: 0px;
 text-align: center;
}

table{
 padding: 1px;
 border: 0px;	
}

h2 {
 color: black;
 line-height: 1em;
}

h1 {
 color: black;
 padding: 0px 0px 0px 15px;
}

h3{
 color: black;
 font-size: 1.29em;
}

th{
 vertical-align: top;
 text-align: left;
}
ul{
 list-style: none;
} 
li{
 padding: 0px;
 margin: 0px; 
}

a{
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}

a:visited{
 color: black;	
}

a:hover{
 color: DarkSlateBlue;
}

.smallText{
 font-size: 0.78em;
}

.paging{
 text-decoration: none;	
}

.smallTable{
 font-size: 0.78em;
}

#footer{
 line-height: 1.5em;
 padding: 0px;
 text-align: center;
}

#wrapper{
 background: white;
 padding: 5px 10px 10px 10px;
 min-width: 900px;
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

#header{
 height: 100px;	
 background: black;
 padding: 0px 0px 0px 20px;
 background-image: url('/images/logo.jpg');
 background-position: 0px 0px; 
 background-repeat: no-repeat;
 color: #C9DBE7;
 min-width: 900px;
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

