body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 12px;
}
A:link, A:visited, A:active {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #111111;
}
A:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
}
.front{
	background-color: #FFFFFF;
}
.back{
	background-color: #999999;
}
.middle{
	background-color: #CCCCCC;
}
.light{
	background-color: #EFEFEF;
}
.bevel{
	border-right: solid #333333 3px;
	border-bottom: solid #333333 3px;
	border-left: solid #CCCCCC 3px;
	border-top: solid #CCCCCC 3px;
}