<?

	error_reporting('E_ALL'); 
	$dr = $_SERVER['DOCUMENT_ROOT'];
	if ($dr=="") { $dr = $DOCUMENT_ROOT; }
	include("$dr/includes/config_style.php");
	echo "

		body {
			background: no-repeat top left url(images/index_04.jpg) fixed;
			scrollbar-face-color: $scrollbarfacecolor;
			scrollbar-highlight-color: $scrollbarhighlightcolor;
			scrollbar-shadow-color: $scrollbarshadowcolor;
			scrollbar-track-color: $scrollbartrackcolor;
			scrollbar-3dlight-color: $scrollbar3dlightcolor;
			scrollbar-arrow-color: $scrollbararrowcolor;
			scrollbar-darkshadow-color: $scrollbardarkshadowcolor;
		}
		
		H1 {color:$textcolor; font:9pt;  font-family:courier line-height:12pt; letter-spacing: .2em}
		
		li {color:$textcolor; font-size:15px; }
		P {color:$textcolor; font-size:12px; font-family:courier line-height:12pt; margin-left:.25in; margin-right:.25in; margin-top:.25in; }
		P.small {color:$textcolor; font-size:10px; font-family:arial;}
		P.main {color:#cc99ff; font-size:14px; font-family:arial; line-height:14pt;}
		P.bold {font-size:12px; font-family:arial; font-weight:bold; color:$textcolor; line-height:14pt;  letter-spacing: .2em}
		P.top {color:$textcolor; font-size:12px;  font-family:arial; line-height:12pt; letter-spacing: .2em}
		P.head {color:$textcolor; font-size:16px;  font-family:arial; line-height:12pt; letter-spacing: .2em}
		P.head2 {color:$textcolor; font-size:14px;  font-family:arial; line-height:12pt; letter-spacing: .2em}
		
		.quote	{ font-family: Verdana, Arial; font-size: 11px; color: #EBE5FF; line-height: 125%;
				  background-color: #676579; border: #602C72; border-style: solid;
				  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
				}
		
		A {text-decoration:none;}
		A:link {color:$alink;}
		A:visited {color:$avisited;}
		A:active {color:$aactive;}
		A:hover {color:$ahover;}
	
		.forminputtext {font-size:$forminputfontsize; font-family:$forminputfontfamily; color:$forminputfontcolor; background:$forminputbgcolor; font-weight:$forminputfontweight}
		.forminputbutton {color:$formbuttonfontcolor; background:$formbuttonbgcolor2; border:$formbuttonbgcolor2 1px solid; font-size:$formbuttonfontsize; font-family:$formbuttonfontfamily; font-weight:$formbuttonfontweight;}

	";
?>
