/*************************************************************************
' Function : CSS defintions for the store.
'**************************************************************************/

/* General Tag specifications */
B, TD, INPUT, SELECT  {
	FONT-FAMILY: Arial, Helvetica, Verdana;
	FONT-SIZE: 9pt;
	line-height: 18px;
	color: #ffffff;
	
}

BODY  {
	FONT-FAMILY: Helvetica, Verdana, Arial;
	FONT-SIZE: 10pt;
	line-height: 18px;
	color: #999999; 
}

a.video:link { 
    font-size: 8pt;
	line-height: 14pt;
	color: #CCCCCC;
	text-decoration: none;
	}
a.video:visited { 
	color: #999999;
	font-size: 8pt;
	line-height: 14pt;
	text-decoration: none;
	}
a.video:hover { 
    font-size: 8pt;
	line-height: 14pt;
	color: #ffffff;
	text-decoration: none;
	}
a.video:active { 
    font-size: 8pt;
	line-height: 14pt;
	color: #ffffff;
	}


a:link { 
	color: #CC0000;
	text-decoration: none;
	}
a:visited { 
	color: #999999;
	text-decoration: none;
	}
a:hover { 
	color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #ffffff;
	}


H1  {
	FONT-FAMILY: Arial, Helvetica, Verdana;
	FONT-SIZE: 9pt;
	line-height: 18px;
	color: #CC0000;
	margin-top: 0px;

}

H2  {
	FONT-FAMILY: Arial, Helvetica, Verdana;
	FONT-SIZE: 9pt;
	line-height: 18px;
	color: #FFFFFF;
	display: inline;
}

H3  {
	FONT-FAMILY: Myriad Pro, Helvetica, Verdana, Arial;
	FONT-SIZE: 14pt;
	line-height: 27px;
	color:#999999
}

P  {
	FONT-FAMILY: Helvetica, Verdana, Arial;
	FONT-SIZE: 8pt;
	line-height: 12px;
	color:#999999
}


