
body { 
font-family: arial; font-size: 8pt; color: darkblue; 
background-color: #ffffff;
background-image: url("images/bkgrd.jpg");
background-repeat: repeat-y;
background-attachment: fixed 
}

a:link { color: blue }
a:visited { color: darkblue }
a:hover { font-weight: bold; color: gold }
a:active { color: gold }

h5 { 
margin-left: 4cm; 
margin-bottom: -15px 
}

.spacing { 
margin-bottom: 0 
}

.logo { 
position: absolute; 
top: 5px; 
margin-left: 0px; z-index: 0 
}

.sideBar { 
position: absolute; 
top: 200px; 
left: 10px; 
z-index: 1; 
font-size: 10pt 
}

.tablePos { 
position: absolute; 
margin-left: 3.5cm; 
margin-top: 2cm; 
font-size: smallest; 
z-index: 2 }

.navBar { font-size: 8pt }

ul { list-style-type: disc }

hr { 
color: blue; 
noshade: true; 
height: 1px 
}

td { 
font-family: arial; 
font-size: 10pt; 
color: darkblue; 
}

.cbtop { 
border-top:solid windowtext 0.25pt darkblue;
border-bottom:solid windowtext 0.25pt darkblue;
border-right:solid windowtext 0.25pt darkblue;
}

.cbbottom { 
border-bottom:solid windowtext 0.25pt darkblue;
border-right:solid windowtext 0.25pt darkblue;
}

.cbbottomwhite { 
border-bottom:solid windowtext 0.25pt white;
}

.border {
border-top:solid windowtext 0.25pt darkblue;
border-bottom:solid windowtext 0.25pt darkblue;
border-right:solid windowtext 0.25pt darkblue;
border-left:solid windowtext 0.25pt darkblue;
} 