	/*this section defines the body & for the sake of Netscape the table body*/
body,td {color: silver;
	background-color: #191919;
	background-image: url(images/blackback.jpg);
	font-family: "Verdana", sans-serif;
	font-size: medium;
	text-align: left;
	}
	/*this section does the link rollovers*/


a:link  { color: #DBDBDB; 
          background-color: #191919; 
          background-image: url(images/blackback.jpg); 
          text-decoration: none}
a:visited { color: silver; 
            background-color: #191919; 
            background-image: url(images/blackback.jpg); 
            text-decoration: none}
a:hover { color: white;  
          background-color: #191919;
          background-image: url(images/blackback.jpg); 
          text-decoration: underline}
a:active { color: white;  
           background-color: #191919;
           background-image: url(images/blackback.jpg); 
           text-decoration: none}



/*Defining various paragraph formats*/
p.intro {font-variant: small-caps;
	font-weight: bold;
	text-align: right}
p.right {font-family: "Verdana", sans-serif;
	font-size: medium;
	text-align: left}
p.just {font-family: "Verdana", sans-serif;
	font-size: medium;
	text-align: justify}
p.foot {font-family: "Verdana", sans-serif;
	font-size: x-small;
	text-align: right;
	font-weight: bold}
p.head {font-family: "Verdana", sans-serif;
	font-size: smaller;
	text-align: center;
	font-variant: small-caps;
	font-weight: bolder}
p.textlink {font-family: "Verdana", sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps}
p.footlink {font-family: "Verdana", sans-serif;
	background-color: Black;
	background-image: url(images/blackback.jpg);
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps}
	/*this section defines the 6 heading levels,some commented out allowing for future expansion*/
h1 { font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: Black;
		color: Silver;
		text-align: left;
	}
h2 { font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h3 { font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h4 { font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	}
/*h5 {
	
}*/
/*h6 {
	
}*/
	/*defining ordered, unordered and custom varients of lists*/
ul	{ list-style-image: url(images/navgen/unordered_list.gif)}
ol	{ list-style-type: decimal;
	  font-variant: small-caps;
	  font-size: smaller;
	  font-weight: bold}

ol.space { list-style-type: decimal;
	   font-variant: small-caps;
	   font-size: smaller;
	   font-weight: bold;
	   line-height: 175%}

#tiny   {font-size:8pt}
         
#emph   {font-weight:bold}

.center	{text-align:center}

td.border {vertical-align:middle;
	   text-align:center;
	   padding-left:5px;
	   border: solid;
	   border-width:thin;
	   border-color:white}
	   
.bdr	{border:solid;
	 border-width:thin;
	 border-color:white;
         text-align:left}