/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555451;
	padding: 0px;
	background-color: #D5D5D5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #87100C;
	border-right-color: #87100C;
	border-bottom-color: #87100C;
	border-left-color: #87100C;
	clip: rect(25px,auto,auto,auto);
	margin: 30px;
}

h1.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size:20px;
	line-height: 28px;
	color: #970202;
}
h2.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 22px;
}
h3.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 20px;
}
h4.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 18px;
}
p.mainText {
	padding: 0px 0px 0px 6px;
	margin: 5px 6px 5px 8px;
}

p.footerText  {
	margin: 0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #;
	text-decoration: none;
	display: inline;	
}
.footerText a {
	margin: 0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	font-size: 11px;
}
.footerText {
	padding: 0px;
	vertical-align: bottom;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footerText a:hover {
	text-decoration:underline	
}
.floatright {
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.floatleft {
	margin: 7px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
}
