
<!---

Place this in your php pages in the <head> section

print "<link rel='stylesheet' type='text/css' href='listingstyle.css'>\n";

or this in your html pages

<link rel='stylesheet' type='text/css' href='listingstyle.css'>


.boldtable, .boldtable TD, .boldtable TH { font-family:times; font-size:8pt; color:black; }
--->


.boldtable { font-family:times; font-size:8pt; color:black; }
        
A:link, A:visited, A:active { text-decoration: none; font-size: 12px }
A:link, A:visited, A:active { color: red }

.blacklinks { text-decoration: underline; color: black };
.whitelinks { text-decoration: underline; color: white };

.whitebg {
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	}

.blackbg {
	background-color: black; 
	font-weight: normal; 
	font-size: 12px; 
	color: white; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	}

.basictable {
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	padding:0;
	cellspacing:0;
	margin:0;
	}

.statstable {
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	padding:0;
	cellspacing:5;
	margin:0;
	border-style: solid; 
	border-color: black; 
	border-width: thin;
	}


.lbluebg {background-color: lightblue; font-weight: normal; font-size: 12px; color: black; font-family: verdana, times;}

.llgray {background-color: #CCCCCC; font-weight: normal; font-size: 12px; color: black; font-family: verdana, times;}

.ldgray {background-color: gray; font-weight: normal; font-size: 12px; color: black; font-family: verdana, times;}

.whitebutton {background-color: #CCCCCC; font-weight: bold; font-size: 12px; color: black; border-style:inset; margin:0;}

.lbluebutton {background-color: lightblue; font-weight: bold; font-size: 12px; color: black; border-style: inset; margin:0;}
.lgraybutton {background-color: #CCCCCC; font-weight: bold; font-size: 12px; color: black; border-style:inset; margin:0;}


.whitebg12 {
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	}


body {
	background-color: black; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	margin: 0px;
}

table {
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	margin: 1px;
}

.nomargins {
	background-color: white; 
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: verdana, times;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	margin: 0px;
}
