<!--
  BODY {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0; 
}
a:link {color: blue;}
a:visited {color: blue;}
a:active {color: #552E0F;}
a:hover {color: #552E0F; text-decoration: underline;}
a {text-decoration: none;}

.newtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: red;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	vertical-align: super;
}

.titles {
	font-family: Georgia, Garamond, "Times New Roman", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	color: #552E0F;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

.titlessm {
	font-family: Georgia, Garamond, "Times New Roman", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: none;
}

.fancysm {
	font-family: Times New Roman, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;

	}
.textsm {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
}
.text {
	font-family: georgia, garamond, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
}

.specialtable {
    border: 1px dotted #552E0F;
}

.footer {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	text-indent: 0px;
	text-align: center;

}

.boxes		{ font-family: georgia, Arial; 
			  font-size: 14pt; 
			  border: 1px solid gray; 
			  background-color: #ffffff;
			  }
			  
.buttons	{
	font-family: Georgia, Times New Roman, Verdana, Arial;
	font-weight: bold;
	color: black;
	font-size: 14px;
	text-align: center;

}
 

-->