body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #999999;
	background-repeat: repeat-y;
	color: #666666;
}
.menu {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
.menu li {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #666666;
	width: 110px;
	text-align: center;
	padding: 3px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.menu a:hover {
	background-color: #333333;
	text-decoration: none;
}
.background {
	background-repeat: repeat-y;
}
.backgroundnorepeat {
	background-repeat: no-repeat;
}
.title2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
.bigtext1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.justify {
	text-align: justify;
}
