@charset "utf-8";
body {
	background-color: #e5decf;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #c24312;
	text-decoration: underline;
}
.contact {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.contact {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #C24312;
	text-decoration: underline;
}
a.menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
.header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 24px;
	font-weight: normal;
	color: #c24312;
	text-decoration: none;
}
.copy {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
