body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660066;
	background-color: #FFF5ED;
}
a {
	color: #660066;
}
a:link {text-decoration: none;
}
a:visited {text-decoration: none;
}
a:hover {text-decoration: underline;
}
li {
	font-weight: bold;
}
/* ------- layout ------ */
#copyright {
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/dropshadow-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #660066;
}
#footer a{
	color: #FFFFFF;
}
.clear_all {
	clear: both;
}

/* ------- content ------ */
#mainTxt {
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
	height: 333px;
}
table.tableTxt {
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
	height: 333px;
}
#mainTxt h1 {
	font-size: 14px;
	font-weight: bold;
}
#mainTxt h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* ------- nav ------ */
#nav {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}
#nav a {
	color: #FFFFFF;
}
/* ------- product box ------ */
.product_box {
	border: 1px solid #000000;
}
.product_box td {
	vertical-align: top;	
}
.product_box h1 {
	background-color: #660066;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.product_box h2 {
	background-color: #D8AED8;
	color: #660066;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.product_box h5 {
	background-color: #E6E6E6;
}
.product_box h6 {
	background-color: #FFFFFF;
}
.product_box h5, .product_box h6 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
}
img {
	border: none;
}
