/* HTML tags override */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #76655a;
}

/* Hyperlinks and rollovers */
a:link {
	color: #594e4a;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #594e4a;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
#news {
	font-family: Tahoma, Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #353200;

}
#news a{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}
#news a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#light a{
	color:#FFFFFF;
}
#shopping a{
	color: #333333;
}
#footer a{
	color:#ded9ce;
	font-weight:normal;
}
#footer a:hover{
	color:#ded9ce;
	font-weight:bold;
}
#footer a:active{
	color:#ded9ce;
	font-weight:bold;
}
#footer a:visited{
	color:#ded9ce;
	font-weight:normal;
}
/********* form and related tag styles *********/
form {
	font-family: Tahoma, Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #353200;
}
label {
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: e7dda8;
	border-width: 1px;
	border-color: 938a63;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: e7dda8;
	border-width: 1px;
	border-color: 938a63;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: e7dda8;
	border-width: 1px;
	border-color: 938a63;
}