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

/* General Tag specifications */
B, TD, INPUT, SELECT  {
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 15px;
	line-height: 22px;
	color:#999999;
}

TD.HAPPYPEOPLE  {
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	line-height: 18px;
	color: #CCCCCC;
}

BODY  {
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	line-height: 18px;
	color: #999999
	background-image: url('http://www.back9clicks.com/images/grass.jpg'); 
	background-repeat: repeat-x;
	background-attachment: fixed;
    background-position: bottom center;
}

a:link { 
    FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 15px;
	line-height: 22px;
	color: #990000;
	text-decoration: none;
	}
a:visited { 
	color: #990000;
	text-decoration: none;
	}
a:hover { 
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	}
a:active { 
	color: #ffffff;
	}	
	
	
a.HAPPYPEOPLE:link { 
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
	line-height: 18px;
	}
a:HAPPYPEOPLE:visited { 
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
	line-height: 18px;
	}
a:HAPPYPEOPLE:hover { 
	font-family: Helvetica, sans-serif;
	font-size: 10pt
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	}
a:HAPPYPEOPLE:active { 
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 18px;
	}


H1  {
	FONT-FAMILY: Helvetica, sans-serif;
	FONT-SIZE: 15px;
	line-height: 22px;
	color: #FFFFFF;
	display: inline;
}

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

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
}

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


