@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ff6326;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #6a0a00;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6a0a00;
}
a:hover {
	text-decoration: none;
	color: #6a0a00;
}
a:active {
	text-decoration: underline;
	color: #6a0a00;
}


.RegularText {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #501c0d;
}

.BottomText {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #51351e;
}


a.BottomLinks {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #51351e;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #51351e;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #51351e;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #51351e;
}


.Titles {
	font-family: Tahoma;
	font-size: 24px;
	line-height: 24px;
	color: #51351e;
}

ul {
	font-family: Helvetica;
	font-size: 13px;
	line-height: 18px;
	color: #501c0d;
}
