body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.bottom:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #818181;
	font-weight: bold;
	font-size:10px;
	text-decoration: none;
}
a.bottom:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	color: #818181;
}
a.bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size:10px;
	font-weight: bold;
	color: #333333;
}
a.bottom:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	color: #818181;
}

.font10 {font-size: 10px}
.font12 {font-size: 12px}
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.bold {font-weight:bold}
.red {color: #FF1008}
.grey {color: #818181}
.white {color: #FFFFFF}