html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background: #490102;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}

a {text-decoration:underline; color: #fcca37;}
a:hover {text-decoration:underline; color: #0000aa;}

.honeytext {
	display: none; 
	visibility: hidden;
	}

#container {
	width:100%;
   min-height:100%;
<!--[if IE 6]>
  height:100%; 
<![endif]-->
   
   
   position:relative;
}
#header {
   
}
#body {
   padding:10px;
   padding-bottom:43px;   /* Height of the footer */
}
#footer {
   
   bottom:0;
   width:100%;
   height:43px;   /* Height of the footer */
}

td {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

h2 {
	font-size: 15px;
		font-family: Verdana, sans-serif;
		color: #030303;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	color: #fcca37;
	font-weight: bold;
}

.ital {
	font-style:italic;
	font-size: 10px;
}

.error {
	font-weight: bold;
	text-decoration:none; color: #cc0000; 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

.headrow {
	font-weight: bold;
	text-decoration:none; color: #000000; 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}

.row1 {
	background: #ededed;
	vertical-align: top;
		font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #030303;
	padding: 3px 3px 3px 3px;
}

.row2 {
	background: #cccccc;
	vertical-align: top;
		font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #030303;
	padding: 3px 3px 3px 3px;
}





