/* CSS Document */

body {
	font-family:verdana,arial,monaco,helvetica,san-serif;
	font-size:0.8em;
	color:#000;
}

a {
	color: #948D81;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #948D81;
}

a:hover {
	color: #6B6B6B;
}

#PageTitle {
	height: 50px;
	color: #000;
	line-height: 50px;
	margin-left: 20px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
}

#theText {
	margin:20px 40px 0 20px;
	font-weight: none;
	width: auto;
	height: auto;
	overflow: auto;
	padding-right: 10px;
}
