@charset "UTF-8";
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #b8791e;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #b1263e;
}
.head a:link {
	color: #b8791e;
	text-decoration: none;
}
.head a:visited {
	text-decoration: none;
	color: #b8791e;
}
.head a:hover {
	text-decoration: underline;
	color: #b1263e;
}
.head a:active {
	text-decoration: none;
	color: #b8791e;
}
.flash {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.flash a:link {
	color: #FF0000;
}
.flash a:visited {
	color: #FF0000;
}
.flash a:hover {
	text-decoration: underline;
	color: #b1263e;
}
.flash a:active {
	color: #FF0000;
}
.tableBackground {
	background-image:url(../images/home/body_filler_left.gif);
	background-repeat: repeat-y;
	
}