a.notes span {display: none;}

a.notes:hover span { 
	display:block;
	position:absolute;
	width: 300px;
	padding: 2px;
        text-align: left;
	border: 1px solid #000000;
	background-color:#ffffff; 
	color:#000000;
        text-transform: lowercase; 
	}

TR
{   color: #000000; 
    background: #d080af;
    padding: 2px;
    font-weight: normal;
    font-size: 11px;
    cell-spacing: 0px;}

TD
{    cell-spacing: 2px;
     padding: 2px;}

.avi
{  background: #904671;
   margin-top: 1px;
   margin-left: 1px;
   margin-right: 5px;
   padding: 2px;}

.tableheader
{   color: #fb90cc;
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    background: #6d1f4b;
    font-family: Trebuchet MS;
    cell-spacing: 0px;
    border-bottom: 2px solid #470b2d;}

.blanktable
{   background: #c06e9e;
    padding: 0px;
    cell-spacing: 0px;
    border: none;
    text-align: right;}

.specialtable
{    border-bottom: 1px solid #90a081;
     text-align:left;
     cell-spacing: 0px;
     padding-left: 2px;}

body {background: #efb6d9;
   font-family: Trebuchet MS;
   color: #000000; 
   font-weight: normal;
   font-size: 11px;
   text-align: center;
   margin: auto;}

a:link, a:visited, a:active {color: #722751; 
   text-transform: lowercase; 
   text-decoration: none;
   font-size: 11px;
   font-weight: normal; 
   background-color: none;
   border-bottom: none}

a:hover {color: #fb90cc;
   text-decoration: none;
   font-size: 11px;
   text-transform: uppercase;
   border-bottom: 1px dotted;
   padding-bottom: 0px;}


#container {width: 750px;
    background: url("/bg.jpg");
    padding: 0px;
    margin: auto;
    overflow: auto;
    text-align: left;}

#content {
    margin: -25px 0px 0px 220px;
    width: 505px;
    padding: -15px;
    text-align: justify;   
    font-family: Trebuchet MS;
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    position: relative;}  

h1 {
    color: #fb90cc;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    font-style: none;
    letter-spacing: 2px;
    text-align: center;
    text-transform: lowercase;
    border-bottom:1px solid #fb90cc;
    margin-bottom: 3px;}

h2 {color: #fb90cc;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    background-color: #a44279;
    text-transform: lowercase;
    margin-bottom: 2px;}    
    
h3 {color: #fb90cc;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: right;
    background-color: #a44279;
    text-transform: lowercase;
    margin-bottom: 2px;}     
    
h4 {color: #fb90cc;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    background-color: #a44279;
    margin-bottom: 2px;}    
    
hr {color: #722751;
height: 1px; }   

b { color: #000000;}

.navigation {margin: 0px;
    padding: 0px;
    list-style-type: none;}

.navigation li {margin-bottom: 2px;}

#sidebar {
	margin: -25px 0px 0px 25px;
	width: 155px;
	float: left;
	display: inline;
	position: relative;
	}	

input, textarea, option, select 
{
color:#000000;
background:#efb6d9;
font-size: 11px;
font-weight: normal;
text-decoration: none;
font-family: Trebuchet MS; 
text-align: left;
border-width: 1px;
border-style: dotted;
border-color:#000000;
cursor:default
