a:link
{
	color: rgb(0,0,204); 
}
a:visited
{
	color: rgb(0,0,204); 
} 
a:active 
{
	color: rgb(0,0,204);
}

a:hover 
{ 
   color: rgb(0, 0, 204) ; 
   background-color: rgb(255, 255, 204); 
} 
tr           { table-border-color-light: rgb(255,204,102); table-border-color-dark: 
               rgb(204,153,102); border-top: 1px solid #3399FF; 
               border-bottom: 1px solid #3399FF;  }
p.column1      { table-border-color-light: rgb(255,204,102); table-border-color-dark: 
               rgb(204,153,102); color: black; font-weight: bold }
body, td, p
{
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
    color: black;
		font-size : 11pt;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(153,153,51);
	font-size: 2em;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(204,153,0);
	font-size: 1.5em; 
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,102,153); 
	font-size: 1.2em;
}
h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times, serif;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times, serif;
	color: rgb(51,102,204);
}
p.normal_table 
{
    font-family: "Trebuchet MS", Geneva, sans-serif;
    margin-left: 2%;
    text-align: left;
}
div.contents 
{
   font-family: "Arial narrow", Arial , sans-serif;
   text-decoration: none 
}
p.normal_centered 
{
    font-family: "Trebuchet MS", Geneva, sans-serif;
    text-align: center;
}
div.sidebar  
{
    font-family: sans-serif;
    position: relative;
    float: right;
    width: 200px;
    background-color: rgb(204,204,221);
    color: #000000;
    font-size : small;
    text-align: Left;
    margin-top: 0
}

