<style type="text/css">
HTML
{
    FONT-FAMILY: arial;
    FONT-SIZE: 10pt
}
BODY {
	FONT-SIZE: 12px;
	MARGIN: 0px; 
	COLOR: #333333; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #003300;
	TEXT-ALIGN: left;
}
P
{
    FONT-FAMILY: verdana, sans-serif, arial;
    FONT-SIZE: 12pt
}

HR
{
    COLOR: #000000
}
A:link,A:visited,A:active
{
    COLOR: #000000;
    FONT-FAMILY: Arial, helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

myUnderline
{
	border-bottom: 2px solid #cccccc;
}

A:hover
{
    COLOR: #ff00ff;
    TEXT-DECORATION: underline;
    /*background: #ff00ff ;*/  
}

A.menu:link,A.menu:active,A.menu:visited,A.menu:hover
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;

 }

A.menu:hover
{
    COLOR: #ff00ff;
    TEXT-DECORATION: underline;
    /*background: #ff00ff ;*/  
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}



</style>