body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align:top;
/*   Getting rid of the cheesy scrollbar!!!!
	scrollbar-3d-light-color:#006633; scrollbar-arrow-color:#006633;
	scrollbar-base-color:#006633; scrollbar-dark-shadow-color:#006633;
	scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#006633;
	scrollbar-track-color:#990033; scrollbar-shadow-color:#006633; 
*/	
}
				 
A:VISITED {
	color : #0066FF;
	text-decoration : none;
} 
A:HOVER {
	color:yellow;
	text-decoration : underline;
}
A:ACTIVE { 
	color : #0066FF;
	text-decoration : none;
} 
A:LINK { 
	color:#0066FF;
	text-decoration : none;
} 

/* Link in dark colored background */
.color a:visited {
					color:#ffffff;
					text-decoration : none;
}
.color a:hover	{	color:#CCCCCC;
					text-decoration : underline;
}
.color a:active {
					color:#ffffff;
					text-decoration : none;
}
.color a:link	{
					color:#ffffff;
					text-decoration : none;
}

/* sublinks in dark colored background */
.sublink a:visited {
					color:#FFFF00;
					text-decoration : none;
}
.sublink a:hover	{
					color:#CC0000;
					text-decoration : none;
}
.sublink a:active {
					color:#FFFF00;
					text-decoration : none;
}
.sublink a:link	{
					color:#FFFF00;
					text-decoration : none;
}



.header {			font-weight:bold;
					color:#006633;
					font-size:16px;
}

.sub_header {			font-weight:bold;
					color:#006633;
					font-size:13px;
}


.champ_title {		font-weight:bold;
					color:#006633;
					font-size:12px;
					padding-left:2px;
				
}
.champ_links_left {	font-weight:bold;
					font-size:10px;
					padding-left:15px;
					padding-top:6px;
}
.champ_links_right {font-weight:bold;
					font-size:10px;
					padding-right:;
					padding-top:6px;
}
.champ_padding {	
					padding-top:4px;
					padding-bottom:4px;
}

.form {
				font-size:11px;
}

.active_sub_link {
		text-decoration:underline overline;
}