/* CSS Document */

 <style type="text/css">{  }
a{font-size:12pt;:text-decoration:none;font-weight : bold;}
a:link { text-decoration:none; font-weight:bold; color:#004080; }
a:visited { text-decoration:none; font-weight:bold; color:#004080; }
a:hover { text-decoration:underline; font-weight:bold; color:#990000;}
a:active { text-decoration:none; font-weight:bold; color:#004080;} 
-->
</style>
 
 
 
 
 
 A.menulink {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        font-family: Verdana;
        font-size: 13px;
        color: #000000;
        font-weight: bold;
        background-color: #DDDDDD;
        border-style: none;
        border-width: 1px;
        border-color: #000000;
 }

 A.menulink:hover {
        border-style: none;
        border-width: 1px;
        border-color: #FF0000;
        color: #DDDDDD;
        background-color: #0066CC;
 }

.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
body {
	background-color: #FFCC00;
}
a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
.biggertext
{
	font-weight:600;
}
.tooltip {
	position: absolute;
	display: none;
	background-color: #009966;
}
acronym { border-bottom:1px dotted; cursor:help; 
}

}
a:link {color:red; text-decoration:none;
a:visited {color:blue; text-decoration:none;
a:active {color:blue; text-decoration:none;
a:hover {color:blue; text-decoration:underline;
}