BODY
{
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color: Black;
	MARGIN-TOP: 20px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	background-image: url(images/BG_page.jpg);
}

TD
{
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : Black;
}


/******  FORM STYLES ******/
FORM
{
	display: inline;
} 
INPUT
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : #333333;
}
TEXTAREA
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : #333333;
}

.ButtonUpdateCart {
	background: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	FONT: bold;
	COLOR: White;
	border: thin;
	border-color: Green;
}

/******  TABLE CELLS THAT HAVE A CHECK BOX ******/
.check
{
	padding-top : 2px;
	FONT-SIZE: 10px;
	line-height : 14px;
	padding-bottom : 6px;
}


/******  BODY TEXT ******/
.bodytext
{
	line-height : 16px;
}
.smalltext
{
	FONT-SIZE: 10px;
	line-height : 12px;
}
.mediumtext
{
	FONT-SIZE: 11px;
	line-height : 14px;
}
.largetext
{
	FONT-SIZE: 12px;
	line-height : 18px;
}


A, A:link
{
	TEXT-DECORATION: underline;
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A:visited
{
	TEXT-DECORATION: underline;
	color : Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A:hover
{
	TEXT-DECORATION: none;
	color : red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/******  FOOTER ******/
.footer
{
	FONT-SIZE: 10px;
	color: Black;
}
.footer A
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana, arial, tahoma, helvetica;
	color: Blue;
}

.footer A:visited
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana, arial, tahoma, helvetica;
	color: Blue;
}
.footer A:hover
{
	
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana, arial, tahoma, helvetica;color: red;
	text-decoration: underline;
}

.CopyRight
{
	FONT-SIZE: 12px;
	color: Gray;
}

.date
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px #B2B2AC;
}

.pageheader
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	padding-bottom: 15px;
}


/****** HEADINGS ******/

h1, h2, h3, h4
{
	font-weight: bold;
}

h1
{
	font-size: 14px;
	padding-bottom: 15px;
}

h2
{
	font-size: 12px;
}

h3
{
	font-size: 11px;
}

h4
{
	font-size: 10px;
}

	/* box structure */

	table.box_container
	{
	  border-top: solid 1px #c0c0c0;
	  border-left: solid 1px #c0c0c0;
	  border-bottom: ridge 2px #999;
	  border-right: ridge 2px #999;
	  border-collapse: collapse;
	  padding: 0;
	  margin: 0 0 10px 0;
	}

	/* table cells within tab or box */

	td.box_content
	{
	  padding: 8px 8px 4px 8px;
	  margin: 0;
	  font-size: 10px;
	}
