BODY, TD
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000
}

A
{
	text-decoration: none;
	color: navy;
}

A.menu
{
	text-decoration: none;
	color: black;
	font-weight: bold
}

A.menugreen
{
	text-decoration: none;
	color: green;
	font-weight: bold
}

A.menu:Hover
{
	text-decoration: none;
	color: blue;
	font-weight: bold
}

A:Hover
{
	text-decoration: none;
	color: red;

}

.RedBold
{
	font-family : arial ;
	font-size : 14pt ;
	color : red ;
	font-weight : bold
}

.headline
{
	font-family : arial ;
	font-size : 14pt ;
	color : navy ;
	font-weight : bold
}
.tiny
{
	font-family : arial ;
	font-size : 7pt ;
	color : navy
}

.tiny2
{
	font-family : arials ;
	font-size : 7pt ;
	color : navy ;
	line-height : 9pt
}
.textbox
{
	font-family : arial ;
	font-size : 10pt ;
	color : GREEN ;
	font-weight : bold ;
	width : 120pt
}
.redbold
{
	font-family : arial ;
	font-size : 10pt ;
	color : red ;
	font-weight : bold ;
}
#Menu
{	font-family: Tahoma;
	font-size: 12pt;
	color: navy;
	font-weight: bold;
}

#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #E6E6E6;
}

#coolmenu a{
font: bold 13px Comic Sans MS;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #6c34c9;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: yellow;
color: navy;
}
