body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: ece9d9;
}
.scriptSignature {
	font-size: 14pt;
	font-family: "Script MT Bold", "Century Gothic", sans-serif;
	color: #000000;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: justify;
	list-style-image: url(../images/leaf.gif);
	font-size: 11px;
}
.mainHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #692323;
	margin: 3px;
	padding: 3px;
	border-left-width: 2px;
	border-left-color: #993333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993333;
	border-left-style: solid;
	letter-spacing: 1px;
	font-size: 11px;
}
.imagePadding {
	margin-left: 3px;
	padding-left: 3px;
}
.imagePaddingLeft {
	margin-right: 3px;
	padding-right: 3px;
}
.titleMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993333;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.mainText a:link {
	text-decoration: none;
	color: #326D40;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #326D40;
}
.mainText a:visited {
	color: #326D40;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #326D40;
	text-decoration: none;
}
.mainText a:hover {
	color: #993333;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #993333;
	border-bottom-color: #993333;
}
.mainText a:active {
	color: #326D40;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #326D40;
}
.copyright {
	font-size: 10px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
}
.copyright a:link{
	color: #993333;
	text-decoration: none;
}
.copyright a:visited{
	color: #993333;
}
.copyright a:active{
	color: #993333;
}
.copyright a:hover{
	color: #993333;
	text-decoration: underline;
}