html,body {
	margin: 0;
	padding: 0;
}
body
{
  font-family: Verdana;
  background: #000000;
  font-size: 12px
  SCROLLBAR-FACE-COLOR: black;
  SCROLLBAR-HIGHLIGHT-COLOR: #000000;
  SCROLLBAR-SHADOW-COLOR: #000000;
  COLOR: #A5A5A5;
  SCROLLBAR-3DLIGHT-COLOR: black;
  SCROLLBAR-ARROW-COLOR: #000000;
  SCROLLBAR-TRACK-COLOR: black;
  SCROLLBAR-DARKSHADOW-COLOR: #000000;
  SCROLLBAR-BASE-COLOR: #000000;
  BACKGROUND-COLOR: Black;
  text-align: center;
  text-transform: uppercase;
}
P
{
 COLOR: #A5A5A5;
 font-size: 9px;
 text-align: center;
}

H1
{
  font-stretch: normal;
  letter-spacing: 14px;
  text-transform: uppercase;
  font-family: Verdana;
  font-style: normal;
  font-weight: lighter;
  font-size: 24px
}
A
{
	color : White;
	text-decoration : none;
	font-size : 10px;
	font-style : normal;
    text-transform: uppercase;
}
A:hover
{
	COLOR: #8B0000;
	text-decoration : none;
	font-size : 10px;
	font-style : normal;
}
A:visited
{
	color : White;
	text-decoration : none;
}

A.main
{
	color : White;
	text-decoration : none;
	font-size : 12px;
	font-style : normal;
}
A.main:hover
{
	COLOR: #8B0000;
	text-decoration : none;
	font-size : 12px;
	font-style : normal;
}

td {
	vertical-align: middle;
	text-align: center;
    font-size : 12px;
}
table.menu {
  	width: 460px;
}

td.menuL {
	vertical-align: top;
	text-align: center;
    font-size : 12px;
  white-space: pre
}
td.menuL1 {
	vertical-align: top;
	text-align: left;
    font-size : 12px;
}
td.menuR {
	vertical-align: top;
	text-align: right;
}
div {
    text-align: left;
}
img
{
  border: none;
}
div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
}
div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 600px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 760px;
	height: 50px;
}
div.right {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 20px;
	height: 600px;
}

div.main {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 760px;
	height: 500px;
}
div.bottom {
	position: relative;
	top: 600px;
	left: 20px;
	width: 760px;
	height: 50px;
  padding-left: 100px
}
sup
{
  font-size: 9px;
  color: Yellow;
}
