a img {
	border: 0px;
}
	a img{filter:Alpha(Opacity=80);border:0;}
	a:hover img{filter:none;border:0;}

body {
	background-color: #FFF4E3;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #FCE7C6;
	border: #FAD59E 1px dotted;
	font-family: Tahoma;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}
a:link {
	color: #7C0704;
	text-decoration: none;
}
a:visited {
	color: #7C0704;
	text-decoration: none;
}
a:hover {
	color: #B30C08;
	text-decoration: underline;
}
.main {
	width: 790px;
	padding: 0px;
}
.top {
	padding: 0px;
	text-align: center;
	background-image: url(images/1.gif);
	background-color: #981713;
	height: 26px;
}
.top-left {
    color: #FFF4E3;
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 12px;
	margin-top: 5px;
	text-align: left;
	float: left;
}
.top-right {
    color: #FFF4E3;
	font-family: Tahoma;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
	float: right;
}
.top-link:link {
	color: #FFF4E3;
	text-decoration: none;
}
.top-link:visited {
    color: #FFF4E3;
	text-decoration: none;
}
.top-link:hover {
    color: #FFF4E3;
	text-decoration: underline;
}
.header {
	height: 261px;
}
.header-menu {
	border: #FFF7EA 1px dotted;
	background-color: #FCEBD2;
    color: #7C0704;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	text-align: left;
	float: left;
}
.header-link:link {
	color: #7C0704;
	text-decoration: none;
}
.header-link:visited {
    color: #7C0704;
	text-decoration: none;
}
.header-link:hover {
    color: #C30904;
	text-decoration: none;
}
.content {
	background-color: #FFF4E3;
	border-right: 1px solid #FDEACD;
	border-left: 1px solid #FDEACD;
}
.contentbox {
	background-color: #FCEBD2;
	border: 1px solid #FFE5BE;
	margin-bottom: 8px;
}
