A.menu:link {
	color: #660000;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}

A.menu:active {
	color: #660000;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
A.menu:visited {
	color: #660000;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
A.menu:hover {
	color: #660000;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}

A:link {
	color: #660000;
	text-decoration:none;
}

A:active {
	color: #660000;
	text-decoration:none;
}
A:visited {
	color: #660000;
	text-decoration:none;
}
A:hover {
	color: #660000;
	text-decoration:underline;
}

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.thumb {
	border: 1px solid #999999;
	padding: 1px;
}

body,td,th {
	font-family: Lucida Grande, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}

.gray {
	color: #999999;
}.title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
