body		{ background: white;
		  color: black; }

			
a:link,a:active,a:visited
		{ text-decoration: none;
		  color : #006699; }
		  
a:hover		{ text-decoration: underline;
		  color : #666666; }

p		{ background-color: white;
		  color: #444444; }

.header		{ font-family: "arial black", verdana, "Trebuchet MS", sans-serif;
		  font-size: 12pt;
		  font-weight: normal;
		  background-color: black;
		  color: #265571; }

.header_text	{ font-family: "Comic Sans Serif", verdana, "Trebuchet MS", sans-serif;
		  font-size: 12pt;
		  font-weight: bold;
		  color: white;  }

.tagline	{ font-family: arial, verdana, sans-serif;
		  font-weight: bold;
		  background-color: #90A773;
		  color: #42557B;}
		  
.leftvert	{ background-color: white; }
.rightvert	{ background-color: white; }

.pagecontent	{ font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
		  font-weight: normal;
		  font-size: 12px;
		  line-height: 16px;
		  color: yellow;
		}

.featured_row_0	{ background-color: #FFFFFF; }

.featured_row_1	{ background-color: #DDE3F9; }

.search_row_0	{ background-color: #FFFFFF; }

.search_row_1	{ background-color: #DDE3F9; }

.subsetText	{ font-weight: bold;
		  font-size: 16px;
		  color: black;
		}

.subsetThis	{ font-weight: bold;
		  font-size: 18px;
		  color: black;
		}
		
.subsetNumber	{ font-weight: normal;
		  font-size: 18px;
		  color: blue;
		}
		
a.subsetNumber:hover	{ color: red;
		  	  text-decoration: none;
			}

a.pageTop:hover	{ text-decoration: none;
		}

.footer		{ background-color: #90A773;
		  text-align: center;
		  color: #42557B; }


.poweredby	{ background-color: black;
		  color: #C0C0C0; }

.pbi		{ background-color: black;
		  color: black; }

a.pbi:link	{ color: black; }
a.pbi:visited	{ color: black; }
a.pbi:active	{ color: black; }
a.pbi:hover	{ color: black; }

a.poweredby:link { background-color:#0D496E;
		   color: #C0C0C0; }


a.poweredby:visited { background-color:#0D496E;
		  color: #C0C0C0; }


a.poweredby:active { background-color:#0D496E;
		  color: #3A2375; }


a.poweredby:hover { background-color:#0D496E;
		  color: #3A2375; }

.menuItem	{ font-family: "arial black", verdana, "Trebuchet MS", sans-serif;
		  width: 155px;
		  height: 36pt;
		  font-size: 12pt;
		  cursor:pointer;
		  font-style: italic;
		  font-weight: normal;
		  line-height: 30pt;
		  text-indent: 7px;
		  text-align: center;
		  display: block;
		  background: black;
		  border: white 0px solid; }

table.topMenu	{ padding-top: 5px;
		  padding-bottom: 0px;
		  background: black; }

td.topMenu	{ background: black;}
		  
a.menuItem:link, a.menuItem:visited
		{ text-decoration: none;
		  background: url("images/menuoff.gif") black;
		  color: #000000; }

a.menuItem:active, a.menuItem:hover
		{ text-decoration: none;
		  background: url("images/menuon.gif") black;
		  color: #F6C9A8; }

