<!--
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
#outer{
min-height:100%;
margin-bottom:-50px;
height:auto;
}
* html #outer{height:100%;}
#footer {
width:100%;
clear:both;
height:50px;
background-color: Black;
color: #000000;
}
#clearfooter{clear:both;height:50px;}
div>p {margin:0}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */
/*end*/

.header
{
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
	padding-left: 10px;
	margin: 0;
}

.spacer{
height: 95%;
float: left;
width: 1px;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}

.middlewrap{
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}
.middle
{
  width: 100%;
	padding: 30px;
	margin: 0; 
}

.footer
{
	font-size: xx-small; 
	clear: both;
	height: 5%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: red;
	padding: 0;
	margin: 0; 
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	clear: both;
	height: 100%;
  margin: 0;
  padding: 0; 
}
a.menu:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #888888; text-decoration: none; }
a.menu:visited { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #888888; text-decoration: none; }
a.menu:hover { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #555555; text-decoration: none; }
a:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #CCCCCC; text-decoration: underline; }
a.foot:link { font-family: verdana, arial, helvetica, sans-serif; font-size: 9px; color: #00FF33; text-decoration: none; }
a:visited { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #CCCCCC; text-decoration: underline; }
a:active { font-family: verdana, arial, helvetica, sans-serif; font-size: 13x; color: #FF0000; text-decoration: underline; }
a:hover { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #FFFFFF; text-decoration: underline; }
a.foot:hover { font-family: verdana, arial, helvetica, sans-serif; font-size: 9px; color: #0099CC; text-decoration: underline; }

p
{

bottom:3px;
}

table.addOn 
{
	border-spacing: 0px;
	border-bottom: solid gray thin;
	border-top: solid gray thin;
}

th
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#CCCCCC;
}
-->