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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/PageBackgroundTile.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}
a {
	font-weight: bold;
}
a:link {
	color: #be3f38;
	text-decoration: none;
}
a:visited {
	color: #be3f38;
	text-decoration: none;
}
a:hover {
	color: #A58B68;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.smalltype {
	color: #ebe9bc;
	font-size: 9px;
}
.whitetype {color: #FFFFFF}
.Headline {
	font-size: 18px;
	font-weight: bold;
	color: #be3f38;
}
.SmallBoldText {
	font-size: 12px;
	font-weight: bold;
}
.BodyText {
	font-size: 14px
}
.style2 {color: #ebe9bc}
