/*   validated 2005-01-05 max burley*/
a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:hover
{
	font-weight: bold
}
a:active 
{
	color: rgb(255,51,0);
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(0,0,0);
	color: #ffffcc;
}
p
{
	color: #ffffcc;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1em;
	font-weight:normal;
}
p.useful
{
	margin: 10px 9px 5px; 
	background-color: black; 
	color: white;
	font-family:arial, helvetica, sans-serif; 
	font-variant: small-caps; 
	font-size: 0.95em; 
	line-height: 1.3; 
	text-align: center;
	vertical-align:middle;
}
.bodytxt_1
{
	width: 340px;
	line-height: 1.3;
	font-size: .9em;
	text-align: justify;
	padding: 0px 10px 5px 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
}
h1
{
	color: #ffffcc;
}
h2
/*   h2 is the largest Heading used on this style*/
{
	color: #ffffcc; 
	padding: 20px;	
}
h3
{
	color: #ffffcc; 
	
}
h4
{
	color: #ffffcc; 
}
h5
{
	color: #ffffcc; 
}
h6
{
	color: #ffffcc; 
}

ul
{
	list-style: outside square;
	font-size: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS", verdana, sans-serif;
	line-height:1.3;
	text-align: left;
}
li.bdy /*   adds spacing to list items*/
{
	margin-bottom: 1.4em;
}
li.bdy:first-line
{font-weight:bold;}
.listit /*   formats list title*/
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 2em;
	text-align: left;
} 
.faq
{
	font-weight:bold;
}
	
.smltxt
{
	font-size:.8em;
	font-weight:normal;
}
.navmenu
{
	width: 120px;
	height: auto;
	color: rgb(0,0,0);
	list-style: none;
	text-align: center;
	padding: 0 0 0 0;
	margin-left: auto;
  margin-right: auto;
	line-height: 1.5;
	font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 14px;
}	
a:link.navmenu
{
	color:black;
}
.topNav
{
	padding:350px 0px 0px 0px; 
	font-size: 1em;
	font-variant:small-caps; 
	text-align:center;
	color: black;
	text-decoration: none;
}