P  {}

H1  {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 12pt;
}

H2  {}

H3  {}

A  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	text-decoration : none;
}

A:Visited  {
	color : #333333;
}

A:Active  {}

A:Hover  {
	color : #000000;
}

BODY  {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}


TD  {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

TD.GRAY  {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

P {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

LI {
	position:relative;
	left: -15px;
}
UL {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	list-style-type : square;
}

#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	margin-top : 5px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #B6CEEA;
}


A.linky {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #669966;
	text-decoration : none;
}

A.linky:hover{ /*hover background color*/
color: #336699;
}