body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/tile.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #532900;
	text-align: justify;
}
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.b {
	color: #993300;
	text-decoration: none;
}
a.b:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}


.titles {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #0F8A9F;
	font-weight: bold;
}
.BLACK {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #8A5300;
}
.WHITE {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub {
	font-size: 16px;
	color: #934900;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.input {
	background-color: #F9F4DF;
	border: 1px solid #CC9900;
}
.brdr {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px dotted #CC6600;
}
.right {
	float: right;
	padding-left: 5px;
}

