/* BASIC BODY TAGS */
body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

.darktext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

.whitetext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

.redtext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #9D1D21;
	line-height: 16px;
}

.differenttext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #E0EF73;
	line-height: 16px;
}

.pricetext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

a:link {  color: #E39500; text-decoration: underline}
a:hover {  color: #E39500; text-decoration: none}
a:active {  color: #E39500; text-decoration: underline}
a:visited {  color: #E39500; text-decoration: underline}

a.productlink:link {  color: #333333; text-decoration: none}
a.productlink:hover {  color: #333333; text-decoration: underline}
a.productlink:active {  color: #333333; text-decoration: none}
a.productlink:visited {  color: #333333; text-decoration: none}


.origin {  
	background: #D3CCC2; 
	background-image: url("images/background.jpg");  
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px
}

