
.action
{
    font-family:            "ARIAL", "HELVETICA", "CLEAN", "sans-serif";
    background-color:       #FFFFCC;
    layer-background-color: #FFFFCC;
    font-size:              10pt;
    font-weight:            600;
    color:                  #000000;
}	

.required
{
    font-family:            "ARIAL","HELVETICA";
    color:                  #FF0000;
    font-size:              10pt;
	font-style:				bold;
}
/* Specialty Fonts Below */	
/* relics from old site, keeping around in case something fishy happens during site transfer */
header, .header
{
    font-family:            "arial","helvetica",sans-serif;
    font-size:              15pt;
    font-weight:            600;
    color:                  #000000;    
}
subhead, .subhead
{
    font-family:            "arial","helvetica",sans-serif;
    font-size:              12pt;
    font-weight:            700;
    color:                  #333399;    
}
/* end relics */

/* used on FAQ pages */
.subnumbers
{
   font-family:            "ARIAL","HELVETICA",sans serif;
   font-size:              10pt; 
   color:                  #006666; 
   font-weight:            700;
}
	
/* used on some product list pages with black background */
.white
{
   font-family:            "ARIAL","HELVETICA";
   font-size:              10pt;
   color:                  #ffffff;
   font-weight:            500;	
}	
.inset
{
    font-family:            "ARIAL", "HELVETICA";
 
    margin:					1in;

}
/* used on: calendar, complian_testing */
.red
{
   font-family:            "ARIAL","HELVETICA";
   font-size:              10pt;
   color:                  #ff3333;
   font-weight:            700;	
}

/* used on: members logo area */
.green
{
   font-family:            "ARIAL","HELVETICA";
   font-size:              10pt;
   color:                  #009900;
   font-weight:            700;	
}
	
/* used on channel sales page */
.grey {
	font-family:"ARIAL","HELVETICA";
	font-size:10pt;
	background-color:CCCCCC;
	}
/* used for poll boxes */
td.leftpolledge
{
	background-image:		url(/poll_images/survey_left.gif);
	background-repeat: 		repeat-y;
}
td.rightpolledge
{
	background-image:		url(/poll_images/survey_right.gif);
	background-repeat: 		repeat-y;
}

/* used for awards box on home page */
td.awardRight
{
	background-image: 		url(/images/new_award/right.gif);
	background-color:		#e5e5e5;
	background-repeat:	    repeat-y;
}
td.awardLeft
{
	background-image: 		url(/images/new_award/left.gif);
	background-color:		#e5e5e5;
	background-repeat:	    repeat-y;
}