body {
	padding: 0;
	margin: 0;
	background-color: #666;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
p {
	margin: .2em 0 .2em 0;
	padding: 0;
}
img {
	border: 0;
}
#bgimage {
	background-repeat: no-repeat;
	background-image: url(/images_new/bg_home.gif);
	background-position: top right;
	background-color: #6e4903;
	width: 780px;
}
.toptitle {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: ded8cc;
	margin: 0;
}
.toptext {
	font: 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b7a481;
	margin: 0;
}
p.powtxt {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d8dadd;
	margin-top: .2em;
	margin-bottom: .3em;
}
p.lowtxt {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d8dec4;
	margin-top: .2em;
	margin-bottom: .3em;
}
p.eowtxt {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e1bfb4;
	margin-top: .2em;
	margin-bottom: .3em;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a.toptext:link {
	color: #b7a481;
	text-decoration: underline;
}
a.toptext:visited {
	color: #b7a481;
	text-decoration: underline;
}
a.toptext:hover {
	color: #fff;
	text-decoration: underline;
}
a.pow:link {
	color: #d8dadd;
	text-decoration: underline;
}
a.pow:visited {
	color: #d8dadd;
	text-decoration: underline;
}
a.pow:hover {
	color: #fff;
	text-decoration: underline;
}
a.low:link {
	color: #d8dec4;
	text-decoration: underline;
}
a.low:visited {
	color: #d8dec4;
	text-decoration: underline;
}
a.low:hover {
	color: #fff;
	text-decoration: underline;
}
a.eow:link {
	color: #e1bfb4;
	text-decoration: underline;
}
a.eow:visited {
	color: #e1bfb4;
	text-decoration: underline;
}
a.eow:hover {
	color: #fff;
	text-decoration: underline;
}