H1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 15pt;
   color: #006699;
}

H2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: italic;
   font-size: 15px;
   color: #111111;
   }
H3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: italic;
   font-size: 13px;
   color: #111111;
}

p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #111111;
   	font-size: 11pt;

}
.content {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #111111;
   font-size: 11pt;
}


#coolmenu{
border: 1px solid white;
width: 170px;
background-color: white;
}
#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #111111;
text-decoration: none;
border-bottom: 1px solid black;
}

#coolmenu a{
width: auto;

}
#coolmenu a:hover{
background-color: white;
color: white;
}
#tabledescription{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: red;
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}




a {
   	font-size: 11pt;
   		font-weight: bold;
   color: #111111;
	border-bottom: 1px dotted #000000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
   color: #111111;
	border-bottom: 1px dotted #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
   color: #111111;
	border-bottom: 1px dotted #000000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
   color: #111111;
	border-bottom: 1px solid #666666;
}
a:active {
	font-weight: bold;
   color: #111111;
	text-decoration: underline;
	border-bottom: 1px dotted #000000;
}