
<!-- Styles for BODY TEXT & MAIN CONTENT in general -->
body 
	{	font-family:			Arial,Helvetica;
		font-size:				10pt;
		color:					#000000;
		text-decoration:		none;
		margin-left:			0px;
		margin-right:			0px;
		margin-top:				0px;
      	background-color:		#ffffff;
	}

h2 
	{	font-family:			Verdana,Arial,Helvetica;
		font-size:				14pt;
		color:					#000000;
		text-decoration:		none;
		margin-left:			10px;
		margin-right:			10px;
	}

p 
	{	font-family:			Arial,Helvetica;
		font-size:				10pt;
		font-weight:			bold;
		color:					#000000;
		text-decoration:		none;
		margin-left:			10px;
		margin-right:			10px;
	}

.button
	{
		text-align:     		center;
		text-decoration:		none;
		color:          		#ffffff;
		background:     		#cc0000;
		border-top:     		2px solid #CCCCCC;
		border-left:    		2px solid #CCCCCC;
		border-right:   		2px solid #333333;
		border-bottom:  		2px solid #333333;
		font-family:    		Verdana, Arial, Helvetica, sans-serif;
	}

.dropdown
	{
		border-top:     		2px solid #333333;
		border-left:    		2px solid #333333;
		border-right:   		2px solid #cccccc;
		border-bottom:  		2px solid #cccccc;
		background:				#ffffff;
	}

<!-- Style for small text like Legal Notice (Footer Include) -->
.smalltext
	{	font-family:			Verdana,Arial,Helvetica;
		font-size:				10pt;
		font-weight:			bold;
		color:					#cc0000;
		text-decoration:		none;
	}


<!-- Style for flag 2 Item Price -->
.FEATUREDitemprice 
	{	font-family:			Arial,Helvetica;
		font-size:				10pt;
		font-weight:			bold;
		color:					#333333;
		text-decoration:		none;
	}


<!-- Styles for Anchors (LINKS) in body -->
A:link
	{	font-weight:			normal;
		color:					#000000;
		text-decoration:		none;
	}

A:active
	{	font-weight:			normal;
		color:					#333333;
		text-decoration:		underline;
	}

A:visited
	{	font-weight:			normal;
		color:					#0000ff;
		text-decoration:		underline;
	}

A:hover
	{	font-weight:			normal;
		color:					#cc0000;
		text-decoration:		underline;
	}

<!-- Styles for Anchors (LINKS) in ALL Tables -->
A.tablelink:link
	{	font-weight:			normal;
		color:					#000000;
		text-decoration:		none;
	}

A.tablelink:active
	{	font-weight:			normal;
		color:					#333333;
		text-decoration:		underline;
	}

A.tablelink:visited
	{	font-weight:			normal;
		color:					#0000ff;
		text-decoration:		underline;
	}

A.tablelink:hover
	{	font-weight:			normal;
		color:					#cc0000;
		text-decoration:		underline;
	}

<!-- Style for ALL TABLES (except View Cart & Transaction History table) -->
.tableborder
	{	
		background-color:		#666666;
	}

.tableheading
	{	font-family:			Arial,Helvetica;
		font-size:				10pt;
		font-weight:			bold;
		color:					#ffffff;
		text-decoration:		none;
		background-color:		#666666;
	}

.tablebody
	{	font-family:			Arial,Helvetica;
		font-size:				10pt;
		font-weight:			bold;
		color:					#333333;
		text-decoration:		none;
		background-color:		#999999;
	}

.tablebutton
	{
		text-align:     		center;
		text-decoration:		none;
		color:          		#ffffff;
		background:     		#cc0000;
		border-top:     		2px solid #cccccc;
		border-left:    		2px solid #cccccc;
		border-right:   		2px solid #333333;
		border-bottom:  		2px solid #333333;
		font-family:    		Verdana, Arial, Helvetica, sans-serif;
	}

.tablefield
	{
		border-top:     		2px solid #333333;
		border-left:    		2px solid #333333;
		border-right:   		2px solid #cccccc;
		border-bottom:  		2px solid #cccccc;
		background:				#ffffff;
	}
