@charset "utf-8";
/* CSS Document */

.title_text {
	text-transform:uppercase;
	letter-spacing:8px;
	font-size:20px;
	font-weight:normal;
	padding-left:10px;
	padding-top:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: b6741d;
	font-weight:normal;
}
h2 {
	color: b6741d;
	font-weight:normal;
}
h3 {
	color: b6741d;
	font-weight:normal;
}
h4 {
	color: b6741d;
	font-weight:normal;
}
h5 {
	color: b6741d;
	font-weight:normal;
}
h6 {
	color: b6741d;
	font-weight:normal;
}
body {
	background-color: #f9f3be;
	background-image: url(../media/layout/v5-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #b6741d;
}
a:link {
	color: #b6741d;
	text-decoration: none;
}
a:visited {
	color: #b6741d;
	text-decoration: none;
}
a:hover {
	color: #E09C41;
	text-decoration: underline;
}
a:active {
	color: #E09C41;
	text-decoration: none;
}
