body 	{ font-family: verdana,arial;
	  font-size: 11px;
	  color: white;
	  scrollbar-arrow-color: white;
	  scrollbar-base-color:black;
	  background-color:black;
	}

.pghdr	{ font-family: verdana, arial;
	  font-size: 18px;
	  font-weight: bold;
	  color: white;
	}

.pgshdr	{ font-family: verdana, arial;
	  font-size: 12px;
	  font-weight: bold;
	  color: white;
	  padding-top: 3px;
	  padding-left: 0px;
	  padding-right: 3px;
	  padding-bottom: 3px;
	  border-bottom: solid 1px white;
	}

.pgtxt	{ font-family: verdana, arial;
	  font-size: 13px;
	  color: white;
	  padding: 3px;
	}
	
.pgftr	{ font-family: verdana, arial;
	  font-size: 11px;
	  color: white;
	  padding: 3px;
	}

.mhdr	{ font-family: verdana, arial;
	  font-size: 15px;
	  color: white;
	  padding: 3px;
	  font-weight: bold;
	  text-align: center;
	}

.mihdr	{ font-family: verdana, arial;
	  font-size: 11px;
	  color: white;
	  padding: 3px;
	  font-weight:bold;
	}

.mitxt	{ font-family: verdana, arial;
	  font-size: 10px;
	  color: white;
	  padding: 3px;
	}


.menutxt{ font-family: verdana, arial;
	  font-size: 11px;
	  font-weight: bold;
	  color: white;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 3px;
	  padding-bottom: 3px;
	}

.menubdr{ border-top: solid 1px #666666;
	  border-left: solid 1px #666666;
	  border-bottom: solid 1px #666666;
	  border-right: solid 1px #666666;
	  padding: 2px;

	}

.frmlbl { font-family: verdana, arial;
	  font-size: 11px;
	  color: white;
	  padding: 3px;
	}

.frmfld { font-family: verdana, arial;
	  font-size: 11px;
	  color: white;
	  border-top: solid 1px white;
	  border-left: solid 1px white;
	  border-right: solid 1px white;
	  border-bottom: solid 1px white;
	  background-color: #333333;
	}

.frmbtn { font-family: verdana, arial;
	  font-size: 11px;
	  color: black;
	}



a:link	{ color:#a0a0a0; 
	  text-decoration: none;
	}

a:visited{ color:#808080; 
	  text-decoration: none;
	}

a:active{ color:#a0a0a0; 
	  text-decoration: none;
	}

a:hover	{ color:black; 
	  text-decoration: none;
	  background-color: #a0a0a0;
	}

