<!--
html,body {
	background-color: #000000;
        margin:0;
  padding:0;
  width:100%;
  height:100%;
}
a:link {
	color: #FFFFFF;
        text-decoration:none;
}
a:visited {
	color: #FFFFFF;
        text-decoration:none;
}
a:hover {
	color: #FF0000;
        text-decoration:none;
}
a:active {
	color: #999999;
        text-decoration:none;
}
body,td,th {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #CCCC66;
}
#content {
  position: relative;
  min-height: 100%;
}	

#box {
  padding-bottom:50px;
}

* html #content {
  height: 100%;
}	

#footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
}
table#TAB1 td {
	border-bottom: 1px solid #D3D3D3;
	text-align: left;
	padding: 10px;
}
table#TAB1 tr#ROW1 td {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
table#TAB1 td#CELL1 {
	border-left: 1px solid #D3D3D3;
}
table#TAB1 td#CELL2 {
	border-right: 1px solid #D3D3D3;
}
table#TAB1 td#CELL3 {
	border-right: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
}
table#TAB1 td#CELL4 {
	border-bottom: 0px;
}
table#TAB1 td#CELL5 {
	border-bottom: 0px;
        border-left: 1px solid #D3D3D3;
}

a.color:link {color: #FF0000}
a.color:visited {color: #FF0000}
a.color:hover {color: #FF0000}
a.color:active {color: #999999;}

a.color2:link {color: white}
a.color2:visited {color: white}
a.color2:hover {color: #FF0000}
a.color2:active {color: #999999;}

a.color3:link {color: #CCCC66; text-decoration: none;}
a.color3:visited {color: #CCCC66; text-decoration: none;}
a.color3:hover {color: #FF0000; text-decoration: none;}
a.color3:active {color: #999999; text-decoration: none;}

.style1{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {font-weight: bold; color: #FF0000; }
-->
