 
a:link, a:visited, a:active {
	color: #006600;
	font-weight: normal;	
	text-decoration: underline;
}

a:hover {		
	text-decoration: none;
}


a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	font-weight: normal;	
	text-decoration: underline;
}

a.white:hover {		
	text-decoration: none;
}

a.gray-home:link, a.gray-home:visited, a.gray-home:active {
	font-size: 14px;
	color: #666666;
	font-weight: normal;	
	text-decoration: none;
}

a.gray-home:hover {			
	text-decoration: underline;
}

a.white-home:link, a.white-home:visited, a.white-home:active {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;	
	text-decoration: none;
}

a.white-home:hover {			
	text-decoration: underline;
}


a.highlight1:link, a.highlight1:visited, a.highlight1:active {
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;	
	text-decoration: none;
}

a.highlight1:hover {		
	text-decoration: underline;
}

a.highlight2:link, a.highlight2:visited, a.highlight2:active {
	color: #006600;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;	
	text-decoration: none;
}

a.highlight2:hover {		
	text-decoration: underline;
}

.transparent:hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	zoom: 1;
}

a.index:link, a.index:visited, a.index:active {	
	font-size: 11px;
	font-family: Trebuchet MS;	
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
	
}

a.index:hover {
	text-decoration: none;	
	padding: 0px 4px 0px 4px;
	border: 1px solid #006600; 
}

.display-index {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
}

.display-index:hover {
	border: 1px solid #006600; 
}

.display-index-off {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
}

.display-index-on {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #006600; 
	background: #006600;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}





a.highlight-index:link, a.highlight-index:visited, a.highlight-index:active {	
	font-size: 14px;	
	line-height: 22px;	
	font-weight: normal;
	text-decoration: none;	
	padding: 0px 8px 0px 8px;
	color: #ffffff;
	background: #006600;
	
}

a.highlight-index:hover {
}

a.highlight-index-on:link, a.highlight-index-on:visited, a.highlight-index-on:active {	
	font-size: 14px;	
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;	
	padding: 0px 8px 0px 8px;
	color: #006600;
	background: #b9d300;
	
}

a.highlight-index-on:hover {
}

