body {
	margin: 0;
	color: #000000;
	background: #000 url(/img/bg-128.jpg) fixed;
	    scrollbar-3d-light-color: #FFFFFF;
		scrollbar-arrow-color: #000000;
		scrollbar-base-color: #663300;
		scrollbar-dark-shadow-color: #330000;
		scrollbar-face-color:#FFCC99;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #663300; }
	   

a:link { color: ##996633; text-decoration: underline; }
a:visited  { color: ##996633; text-decoration: underline; }
a:hover { color: #CC9966; text-decoration: none; }



h1 { 
	margin: 0 0 2px 0;
	font: bold italic 150% Georgia, "Times New Roman", Times, serif;
	color: #630; }
h2 { 
	font: bold italic 116% Georgia, "Times New Roman", Times, serif;
	color: #300; }


ul { list-style-image:  url(/img/bullet-arrow.gif); font-family: "Times New Roman", Times, serif; font-size: 13pt; }


input, select, textarea  {
	font: Arial, Helvetica, sans-serif;
 	font-size : 8pt;
 	border-width : 1pt;
 	border-color : #333333;
 	border-style : ridge;
	color: #000000;
	background-color: #FFFFFF; }


/* ------- FONTS ------- */

.xx-small { font:  70% "Times New Roman", Times, serif; }
.x-small  { font:  80% "Times New Roman", Times, serif; }
.small    { font:  90% "Times New Roman", Times, serif; }
.medium   { font: 106% "Times New Roman", Times, serif; }
.large    { font: 116% "Times New Roman", Times, serif; }
.x-large  { font: 126% "Times New Roman", Times, serif; }
.xx-large { font: 136% "Times New Roman", Times, serif; }

.ari   { font-family: Arial, Helvetica, sans-serif; }
.cour  { font-family: "Courier New", Courier, mono; }

