@charset "utf-8";
/* CSS Document */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: underline;
	color: orange;
}
a:active {
	text-decoration: none;
	color: #000;
}
blockquote {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}
body {
	background-attachment: fixed;	
	background-color: #FFFFEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
}
body,td,th {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
ul { margin: 5px 0px 10px 20px; padding: 0px; }
.twoColFixLtHdr #container { 
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	width: 900px;
	height: 250px;
	background: url(img/header.png);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #hmenu { 
	width: 900px;
	height: 50px;
	background: #FFC;
	margin-top: 5px;
	margin-bottom: 5px;
}
<!-- text styles -->
.font10b { font-size: 10px; font-weight: bold; }
.font15 { font-size: 15px; }
.font15b { font-size: 15px; font-weight: bold; }
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
<!-- table styles -->
table.centered td { text-align: center; vertical-align: middle; }
table.sing_prod td {
	text-align: center; 
	vertical-align: middle; }
.td_prod_det {
	height: 30px;	
	text-align: center;
	vertical-align: middle;
	background: #111;
	color: #FFF;
	font-size: 15px;
	width: 150px;
}
.td_prod_det_neg {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	color: #111;
	font-size: 15px;
	width: 490px;
}
