@charset "utf-8";
/* CSS Document by CeJay Associates, LLC: www.cejayassoc.com: for QUALITY web design and website maintenance */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #dddddd;
	background: #000000;
	margin: 1% auto;
	scrollbar-face-color : #5959AC; 
	scrollbar-highlight-color : #5959AC; 
	scrollbar-3dlight-color : #5959AC;
	scrollbar-darkshadow-color : #333333;  
	scrollbar-arrow-color : #333333;   
	scrollbar-shadow-color : #333333;   
	scrollbar-track-color: #5959AC; 

}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
p {
	font-size: 1em;
	font-weight: normal;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc3333;
	text-decoration: none;
}
table{
  table-layout:fixed;
}
.nav {font-size: 13px;}
.copperplateLav {
	color: #9C9CCD;
	font-family: "Copperplate Gothic Light", "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 6px 0px;
}
.copperplateRegular { font-family: "Copperplate Gothic Light", "Times New Roman", Times, serif; }
.colorYello { color: #FFFF33; }
.colorRed { color: #FF0000; }
.colorGreen {color: #00FF00; }.colorWhite { color: #FFFFFF; }
.important { font-size:1.1em; font-weight:bold; }
.smaller { font-size:.9em; }
.small15 {
	font-size: 15px;
	font-weight: normal;
}
.small10 { font-size: 10px; }
