body { background-color: #F4EFE6; }

#logo{
position: relative;
margin: 0 auto;
width: 127px;
height: 68px;
text-align: center;
}

#logo a img {
border: none;
}
#container{
margin: 0 auto;
width: 940px;
}
.mainText{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.linkText{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AA9577;
}

.TextBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FAA9577;
}
.TextHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.mainTextSmall{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.arrowText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA9577;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#AA9577;
	text-decoration: none;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FAA9577;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}