body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	background-color: #373737;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #373737;
}

a {
	font-weight: bold;
	color: #5F624F;
}
a:hover {
	color: #708659;
}
a:visited {
	color: #5F624F;
}


.bold {
	font-weight: bold;
}
.bold14 {
	font-size: 14px;
	font-weight: bold;
}
.bold18 {
	font-size: 18px;
	font-weight: bold;
}

.page {
	background: #b7b199 url(../../images/side_bg.gif) top left repeat-y;
}
.tanbg {
	background: #b7b199;
}

.foot_bg {
	background: url(../../images/footbg.gif) repeat-x;
}
.nav_bg {
	background: #373737;
	color: #CCCCCC;
	font-size: 10px;
}
.nav_bg a {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.nav_bg a:hover {
	color: #8A8E73;
}
.specs {
	font-size: 10px;
	font-weight: bold;
	color: #373737;
}