body {
	margin: 0px;
	padding: 0px;
	background-color: #282425;

}

a:link { color: #282425; text-decoration: none }
a:active { color: #282425; text-decoration: none }
a:visited { color: #282425; text-decoration: none }
a:hover { color: #282425; text-decoration: underline }

.pageBg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.txtContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #282425;
	line-height: 15px;

}
.txtW {
	background-image: url(images/h_w.jpg);
	background-repeat: no-repeat;
}
.txtBrown {
	color: #9E9262;
	font-weight: bold;

}
