
body {
	scrollbar-base-color: #C0CCC0;
	scrollbar-arrow-color: #080;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-face-color: #C0CCC0;
	scrollbar-highlight-color: #0F0;
	scrollbar-shadow-color: #0F0;
	scrollbar-track-color: #CCC;
	}

	
/***********  T E X T  ***********/	
	
	
body, p, td {
	font-size: 12px;
	color: #F6F6F6;
	font-family: Arial, Helvetica, Sans-Serif;
	}	
	
.arrows {
	font-size: 14px;
	font-weight: bold;
	color: #9B6;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	
.header {
	font-size: 24px;
	color: #EEE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	
.subheader {
	font-size: 16px;
	color: #EEE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	
.subsubheader {
	font-size: 12px;
	color: #EEE;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}
	
.subtitle {
	font-size: 10px;
	color: #808080;
	}

.small {
	font-size: 10px;
	color: #CCC;
	}
	
.medium {
	font-size: 11px;
	}
	
.standard {
	font-size: 12px;
	}
	
.standardbold {
	font-size: 12px;
	font-weight: bold;
	}
	
.standarddark {
	color: #606060;
	}

	
/***********  L I N K S  ***********/		
	
	
a {
	color: #CFCF9F;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular;
	text-decoration : none;
	}
	
a:hover {
	color: #FFC;
	text-decoration: none;
	}
	
a.active {
	color: #DDD;
	text-decoration: none;
	}
	
a.active:hover {
	color: #DDD;
	text-decoration: none;
	}

a.arrows {
	font-size: 14px;
	font-weight: bold;
	color: #9F6;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular;
	text-decoration : none;
	}
	
a.arrows:hover {
	color: #9D6;
	text-decoration: none;
	}	

	
/***********  F O R M S  ***********/	


INPUT {
	width: 150px;
	height: 16px;
	font-size: 8pt; 
	color: #333;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;	
	background-color: transparent;
	}

TEXTAREA {	
	width: 300px;
	font-size: 9pt;
	color: #333;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;	
	background-color: transparent;
	}
	
.button {
	width: 153px;
	height: 22px;			
	font-size: 9pt;
	font-weight: bold;	
	color: #EEE;
	line-height: 12pt;	
	border: 1px solid #0C0;	
	background-color: #777;
	}
	
.button:hover {		
	color: #EEE;
	cursor: pointer;			
	border: 1px solid #0F0;
	background-color: #777;
	}
