<!--
Color Notes:
---YELLOWS---
#ffff33 - yellow 
#ffff66 - light yellow 
#ffcc00 - orange yellow
#ffff00 - bright yellow (used for border and hover)


---BLUES---
#336699 - mid blue tone
#6699cc - lighter blue tone
#009999 - seafoam blue
#99ccff - baby blue
#003366 - darker (navy) blue tone (used for background)
-->
/* Order of Link references is very important. */
a:link			{color:blue; text-decoration:underline;}
a:visited		{color:blue; text-decoration:underline;}
a:active		{color:red; text-decoration:none;}
a:hover			{color:red; text-decoration:none;}

<style type="text/css">
<!--
BODY {font-family:Trebuchet MS; background-color:"white"; font-color:#ffffff; font-size:10pt;}


.header
{ 
 font-size:16px; 
 font-family:Trebuchet MS;
 text-decoration:none; 
 color:#ffff00; 
 background:#003366; 
 font-weight:bold; 
 width:150px; 
 line-height:35px;
 letter-spacing:2px;
}

a.vertical:link 
{ 
 font-size:14px; 
 font-family:Trebuchet MS;
 text-decoration:none; 
 color:#ffffff; 
 background:#003366; 
 font-weight:bold; 
 width:150px; 
} 
  
a.vertical:active 
{ 
 font-size:14px; 
 font-family:Trebuchet MS;
 text-decoration:none; 
 color:ffff00; 
 background:003366; 
 font-weight:bold; 
 width:210px; 
} 
  
a.vertical:visited  
{ 
 font-size:14px; 
 text-decoration:none; 
 color:ffffff; 
 background:#003366; 
 font-weight:bold; 
 width:150px; 
} 

a.vertical:hover 
{ 
 font-size:14px; 
 font-family:Trebuchet MS;
 text-decoration:none; 
 color:ffff00; 
 background:#003366; 
 font-weight:bold; 
 width:135px; 
} 
  
.verticalBorder 
{ 
 background:#ffff00; 
 border-style:solid; 
 border-color:#ffff00; 
 border-width:0px; 
 width:170px; 
}

table.trial
{position:absolute;
top:550px;
left:45px;
padding:15px
width:170px; 
background:#ffff00;
}

td.info
{ font-family:Trebuchet MS;
 line-height:20px;
 font-size:11px;
 letter-spacing:1px;
}
 
-->
</style>


