/* CSS Document */

.style1 {color: #ECE9D8}
body {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size:12px;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.style4 {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	color: #000000;
}
.style6 {font-family: "Trebuchet MS", Arial, "Times New Roman"; font-size: 11px; }
.style8 {font-size: 14px}
a:link {
	text-decoration: none;
	color: #000000;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
#floatleft {
	float: left;
	padding-right: 9px;
}
#floatright {
	float: right;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 10px;
}
#floatright2 {
	float: right;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 50px;
}
table{
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#nobordertable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.allcaps {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
#morespace {
	width: 300px;
	padding-right: 20px;
}
