body {
	text-align: left;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #000000;
	background: rgb(0%, 0%, 0%) url("bg.gif") top right fixed;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.main {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 592px;
      height: 487px;
      margin-left: -296px;
      margin-top: -243px;
	z-index: 1;
}

div.float {
      position: absolute;
      left: 160px;
      top: 205px;
      width: 392px;
      height: 240px;
	z-index:2;
	display:none;
}

div.intro {
      position: absolute;
      left: 160px;
      top: 205px;
      width: 392px;
      height: 240px;
	z-index:1;
}

h1 {
	text-align: center;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 16pt;
	color: #ff0000;
}

h2 {
	text-align: center;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
	color: #ff0000;
}

table.main {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	border-spacing: 0px;
	border-padding: 0px;
}

td.banner {
	border-top: 2px solid red;
	border-left: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 1px solid black;
}

td.nav {
	border-left: 2px solid red;
	background-color: #ffffff;
	color: black;
	padding: 0px;
}

td.content {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 2px solid red;
	padding: 15px;
}

td.iframecontent {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 2px solid red;
	padding: 0px;
}

td.foot {
	border-left: 0px;
	border-right: 0px;
	border-top: 2px solid red;
	border-bottom: 0px;
	padding: 5px;
	text-align: center;
	color: white;
	font-size: 8pt;
}

td.fineprint {
	padding: 5px;
	text-align: left;
	color: black;
	font-size: 8pt;
}

td.contact {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}	

a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

li { 
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	font-size: 10pt;
}






