/*Body and scrollbar */
body {
	scrollbar-base-color : #3E0400;
	scrollbar-arrow-color : #666666;
	scrollbar-highlight-color : #666666;
	scrollbar-face-color : #3E0400;
	scrollbar-shadow-color : #3E0400;
	scrollbar-track-color : #000000;
	}
/* Content Div */
#content {
	width:446px; 
	height:269px; 
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	border: 1px none #000000; 
	/*comment out for netscape */
	overflow-y: auto; 
	overflow-x: auto; 
	overflow: auto;
	/* end comment */
	padding-left: 5px;
	padding-right: 5px;
	}
/* Regular Text */
.regular {
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
.bold {
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* Small Text */
.small {
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
}
/* Red Headlines */
.headline, .TableHeader {
	color: #3E0400;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
}

/*Links */
a {
	color: #3E0400;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #3E0400;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #3E0400;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.footer {
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.footer:link, a.footer:visited, a.footer:active {
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.footer:hover {
	color: #666666;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/* Text box */
.TX, .text, .textbox, .textbox-right {
	border: 1px solid #666666;
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
.TA {
	border: 1px solid #666666;
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
.SE, .select {
	border: 1px solid #666666;
	background-color: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
}
.btn {
	border:solid;
	border-style:outset;
	border-width:thin;
	font-weight:bold;
	padding:2;
	color:#3E0400;
	background-color:#666666;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
/*button for store*/
.btnCart {
	border:solid;
	border-style:outset;
	border-width:thin;
	font-weight:bold;
	padding:0;
	color:#3E0400;
	background-color:#888888;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}
/*button for mailing list in footer */
.btn2 {
	border:solid;
	border-style:outset;
	border-width:thin;
	font-weight:bold;
	padding:0;
	color:#3E0400;
	background-color:#666666;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
