/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #835F54;
}
a:link {
	color: #666666;
	text-decoration: none;
	float: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover{
	color: #666666;
	text-decoration: none;
	float: none;
	clear: none;
	margin-left: 15px;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}
.bold {font-weight: bold}
.red{color: #FF0000}
input,select {
	font-family: Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
