body {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.5;
	color: #cccccc;
	background-color: #000000;
	font-size: 11px;
}

a:link {color: #cccccc; text-decoration: underline; }
a:visited {color: #cccccc; text-decoration: none; }
a:hover {color: #cccccc; text-decoration: underline; }
a:active {color: #cccccc; }

.Title {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 2.5;
	color: #cccccc;
	font-size: 13px;
	font-weight: bold;
}

.bodySM {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.5;
	color: #cccccc;
	font-size: 9px;
}

.nav {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.3;
	color: #cccccc;
	font-size: 11px;
}

.nav a:link {color: #cccccc; text-decoration: none; }
.nav a:visited {color: #cccccc; text-decoration: none; }
.nav a:hover {color: #cccccc; text-decoration: underline; }
.nav a:active {color: #cccccc; }

.footer {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.3;
	color: #cccccc;
	font-size: 8px;
}

.footer a:link {color: #cccccc; text-decoration: underline; }
.footer a:visited {color: #cccccc; text-decoration: none; }
.footer a:hover {color: #cccccc; text-decoration: underline; }
.footer a:active {color: #cccccc; }

.menu{
margin: 5px 0;
padding: 0;
width: 201px; /*width of menu*/
}

.menu div.silverheader a{
background: black url(silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.menu div.silverheader a:visited, .menu div.silverheader a:active{
color: white;
}


.menu div.selected a, .menu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: white;
}

.menu div.submenu{ /*DIV that contains each sub menu*/
/*background: #FFFFFF;*/
padding: 5px;
height: 250px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}