a {
	text-decoration:none;
	color:#987f3f;
}

a:hover {
	color:#999999;
}

a:visited {
	color:#987f3f;
}

body {
	background-color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

table {
	border:none;
	padding:0px;
	margin:0px;
}

.bold {
	font-weight:bold;
}

.bold_great {
	font-weight:bold;
	font-size:14px;
}

.headline {
	font-size:14px;
	font-weight:bold;
	color:#987f3f;
	text-decoration:underline;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:right;
	clear:left;
}
