body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background: url(images/base.jpg) center top fixed repeat-y;
	background-color: #64288C;
}

.big { font-size: 22px; font-weight: bolder; line-height: 30px; }
.middle { font-size: 16px; font-weight: bolder; line-height: 30px; }
.gray {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.red {
	font-size: 14px;
	line-height: 22px;
	color: #FF0000;
	font-weight: bolder;
}
.smallblack {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.smallgray {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.xsmallblack {
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
.date {
	font-size: 12px;
	letter-spacing: 1px;
}
.dategray {
	font-size: 12px;
	letter-spacing: 1px;
	color: #808080;
}
.bkgray {
	background-color: #aaaaaa;
}

a:link {
	color: #F7821E;
	text-decoration: none;
}
a:visited {
	color: #F7821E;
	text-decoration: none;
}
a:hover {
	color: #64288C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.red {
	color: #FF0000;
}
