
/*//////////////////////////////////////////////////////*/ 
/*//// Style Properties for JS function Highlighter ////*/

.button
{
	color: #F09746;
	background:#000000;	
	border-color : #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
	font-weight : bolder;	
}	
.buttonoff
{
	font-weight: bolder;
}
/*//////////////////////////////////////////////////////*/ 

INPUT.radio 
{
 	background-color : #F1E7C7;
}

/*//////////////////////////////////////////////////////*/ 
/*////       Section Headers - Products Main        ////*/

A:link.prodHead, A:visited.prodHead, A:active.prodHead
{
	font: 400 13pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #F5E2A7;
}

A:hover.prodHead
{
	color: #FDEDCC;
	text-decoration: underline;
}
/*//////////////////////////////////////////////////////*/ 

A:link, A:visited, A:active 
{ 
	text-decoration: underline; 
	font-weight: none; 
	color:#F09746; 
} 
A:hover	
{ 
	text-decoration: underline; 
	color: #FCBF6D; 
}

.highlight 
{
 	font: 300 12pt/14px Comic Sans MS, arial, helvetica;
 	color : #DDFC01;
}

