body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

p, ol, br, table
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 140%;
background-color: white;
color: black;
}

.hide
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 100%;
background-color: white;
color: white;
}


ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 140%;
background-color: white;
color: black;
list-style-image: url(images/bullet.gif);
}


h1
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18pt;
line-height: 110%;
background-color: white;
color: black;
text-align: left;
margin-top: 18;
padding: 0;
}

h2
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
line-height: 110%;
background-color: white;
color: black;
text-align: left;
margin-bottom: 0;
padding: 0;
}

h3
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt;
line-height: 130%;
background-color: white;
color: black;
text-align: left;
margin-bottom: 0;
padding: 0;
}

.topoff
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt;
line-height: 1em;
background-color: #99ccff;
color: black;
text-decoration: none;
}

.topon
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt;
line-height: 1em;
background-color: #99ccff;
color: #ffff99;
text-decoration: none;
}

/* Styles for Menu Items */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 13em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2.5em;
		margin-bottom : -1px;
		width: 13em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.9em;
		margin-top : -2.7em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 13em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : #ffff99;
		border : 1px solid #99ccff;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : black;
		background-color : #99ccff;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
