body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color: FFFFFF;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.body-text a:link {
	text-decoration: none;
	color: #E52626;
}
.body-text a:visited {
	text-decoration: none;
	color: #E52626;
}
.body-text a:hover {
	text-decoration: underline;
	color: #E52626;
}
.body-text a:active {
	text-decoration: none;
	color: #E52626;
}
.body-text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.footer-text a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-text a:hover {
	text-decoration: none;
	color: #E52626;
}
.footer-text a:active {
	text-decoration: none;
	color: #FFFFF;
}
.left-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
.left-nav a:link {
	text-decoration: none;
	color: #000000;
}
.left-nav a:visited {
	text-decoration: none;
	color: #000000;
}
.left-nav a:hover {
	text-decoration: none;
	color: #E52626;
}
.left-nav a:active {
	text-decoration: none;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E52626;
}
.header-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.header-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.horrizontal-line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.vert-line {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}
.bold-blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bold-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E52626;
}
.subhead-red-caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E52626;
}
.bullets {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: list-item;
}
.boarders {
	border: 1px dotted #000000;
}