BODY {
	color : #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1;
	margin: 0px;
	border: 5% solid #740001;
	background-color: #FFFFFF;
}
h1 {
	color : #000000;
	font-size: 1.4em;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-align: center;
}
h2 {
	color : #000000;
	font-size: 1.4em;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
}
.footertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2;
	background-color: #eeeeee;
}
.footertext a {
	color: #5A94E7; 
 }
.footertext a:visited {
	color : #996699;
}
.footertext a:hover  {
	color: #EC5D71;
}
.smaller {
	font-size: 10pt;
}
.intro {
	padding-bottom: 10px;
}
.content {
	width: 650px;
	margin: 5%;
	border: 40px #740001;
	background-color: #740001;
}
.tl {
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.tr {
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding: 40px;
}
.bl {
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-color: #f0f0f0;
}
.br {
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.indent {
	padding: 10px;
	text-align: left;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.right {
	float: right;
	clear: both;
}
