body {	
	background-image:  url(images/0.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.white {
	font-size: 10px;
	color: #ffffff;
}
.boldwhite {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.darkred {
	font-size: 10px;
	color: #A60202;
	font-weight: bold;
	text-decoration: underline;
}
.gray {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.darkgray {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.black {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a.link {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
a.link:hover {
	font-size: 10px;
	color: #898989;
	text-decoration: underline;
}
a.link:visit {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
.smallgray {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.smallblack {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.linkwhite {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.linkwhite:hover {
	font-size: 10px;
	color: #c3c3c3;
	text-decoration: underline;
}
a.linkwhite:visit {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.text {
	font-size: 12px;
	color: #333333;
}
