BODY {
	height:100%; 
	color: white;
	font: 8pt arial;
	font-weight: none;
	text-decoration: none;
	background-attachment : fixed;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #4A8685; 
	SCROLLBAR-3DLIGHT-COLOR: #4A8685; 
	SCROLLBAR-ARROW-COLOR: #4A8685; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
} 


.hrfaq {
	width:90%;
	height:1px;
	color:darkslategray;
}

.lowercase {
	text-transform: lowercase; 
}

a:link {
	color: #000000;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000000;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: underline;
}

a.homebtn:link {
	color: #FF6600;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: none;
}
a.homebtn:visited {
	color: #FF6600;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: none;
}
a.homebtn:active {
	color: #FF6600;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: none;
}
a.homebtn:hover {
	color: #FF6600;
	font: 8pt verdana;
	font-weight: bold;
	text-decoration: underline;
}

H1 { 
	color: #FF6600;
	font: 14pt arial;
	font-weight: normal;
	text-decoration: none;
}

.fakeH1 { 
	color: #FF6600;
	font: 14pt arial;
	font-weight: normal;
	text-decoration: none;
}

H2 { 
	color: #darkslategray;
	font: 8pt arial;
	font-weight: bold;
	text-decoration: none;
}

H3 { 
	color: #F7941D;
	font: 14pt arial;
	font-weight: normal;
	text-decoration: none;
}

td {
	 color: #000000; 
	 font: 8pt verdana; 
	 font-weight: none; 
	 text-decoration: none; 
}
.small {
	 color: #000000; 
	 font: 7pt verdana; 
	 font-weight: none; 
	 text-decoration: none; 
}

input { 
	color:darkslategray; 
	font: 8pt arial; 
	font-weight: none; 
	text-decoration: none; 
	background: white; 
	border: 1px solid #66A9C6;
}
input.box { 
	color: #737373; 
	font: 8pt arial; 
	font-weight: none; 
	text-decoration: none; 
	background: white; 
	border: none;
}  
select {
	color: #737373;
	font:  8pt arial;
	font-weight: none;
	text-decoration: none;
	background: white;
	border: 1 dotted gray;
}
textarea { 
	color: #737373; 
	font: 8pt arial; 
	font-weight: none; 
	text-decoration: none; 
	background: white; 
	border: 1px solid #66A9C6;
}

.siteimg {
	border: 1px solid darkslategray;
}