
BODY
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    FONT-SIZE: 11pt;
    COLOR: #ffffff;
    BACKGROUND-IMAGE: url('graphics/menu_graphics/bg.jpg'); 
    BACKGROUND-REPEAT: repeat-y;
    
}

/*************** Header Tag Section ******************************/

H1
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    COLOR: #ffffff;
    FONT-SIZE: 24pt;
}

H2
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    COLOR: #6699ff;
    FONT-SIZE: 18pt;
}

H3
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    COLOR: #ffffff;
    FONT-SIZE: 14pt;    
}

H4
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    COLOR: #ffffff;
    FONT-SIZE: 12pt;
}

H5
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    COLOR: #ffffff;
    FONT-SIZE: 10pt;
}

H6
{
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    COLOR: #ffffff;
    FONT-SIZE: 8pt;
}


/******************** FAQ Section ************************************/  

.displayNone
{
    DISPLAY: none;
}

.displayBlock
{
    DISPLAY: block;
}

.highlight
{
    FONT-WEIGHT: normal;
    CURSOR: hand;
    COLOR: #ff9900 !important;
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    TEXT-DECORATION: none !important;
}

.faqText
{
    FONT-WEIGHT: normal;
    COLOR: #ffffff !important;
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    TEXT-DECORATION: none !important;
}

.answerText
{
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    FONT-FAMILY: Century Gothic, Arial, Helvetica;
    BACKGROUND-COLOR: #6699ff;
}


/*************** Page Text Section ************************************/

.smallText  
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: 400;
	
}
		  
.normalText 
{
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: normal
}

.mediumText 
{
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 12.5pt;
	FONT-WEIGHT: normal
}
		   
.largeText  
{
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 14pt;
	FONT-WEIGHT: normal
}

.largerText  
{
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 16pt;
	FONT-WEIGHT: normal
}

.boldText   
{
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold
}
		   

/*************** Template Links *************************************/

A:link
{
    FONT-FAMILY: Arial;
}

A:visited
{
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none; 
	COLOR: #ffffff !important;
}

A:hover
{
   	FONT-FAMILY: Arial;
	TEXT-DECORATION: none !important;
	COLOR: #ff9900 !important;
}

A:active
{
    	FONT-FAMILY: Arial;
	TEXT-DECORATION: none; 
	COLOR: #ff9900;
}

.headerLinks
{
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	TEXT-DECORATION: none !important;
}	

.menuLinks
{
	FONT-SIZE: 12pt;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	TEXT-DECORATION: none !important;
}			

.footerLinks
{
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	TEXT-DECORATION: none !important;
}

.searchLinks  
{
	FONT-SIZE: 9pt;
	FONT-WEIGHT: 400;
	COLOR: #ffffff;
	TEXT-DECORATION: none !important;
}

.searchText
{
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
}


/*************** Body Links *************************************/	
	   
.smallLinks  
{
	FONT-SIZE: 9pt;
	FONT-WEIGHT: 400;
	COLOR: #ffffff !important;
	TEXT-DECORATION: underline !important;
}


.normalLinks 
{
	FONT-SIZE: 11pt;
	FONT-WEIGHT: normal;
	COLOR: #ffffff !important;
	TEXT-DECORATION: underline !important;
}
			 
			 
.largeLinks 
{
	FONT-SIZE: 14pt;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	TEXT-DECORATION: underline !important;
}


.boldLinks  
{
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	TEXT-DECORATION: underline !important;
}

		
/*************** General Section *************************************/

.tableBGColor
{
	BACKGROUND-COLOR: #6699ff;
        FONT-SIZE: 11pt;
}

			 