/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Shopping Tree Store Frontend
' Version  : 3.3
' Modified : January 2005
' Copyright: Copyright (C) 2004 Shopping Tree.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@ShoppingTree.com
'**************************************************************************/

/* General Tag specifications */

body {
background-image: url(bg_1.jpg);

}

body, b, td, p {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}

.footer {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}

.footer a:link {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}

.footer a:visited {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}

.footer a:hover {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}
.footer a:active {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}


.pagehead {
color: #ffffff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12pt;
font-weight:bold
}



a:link {
	color: #FFF;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
color: #333333;
font-size: 8pt;
font-weight: normal;
text-decoration: underline;
}
a:hover {
color: #333333;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
}
a:active {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #EDEDED;
}
