﻿body {
	color: silver;
	background-color: #000000;
	background-image: url('bg.png');
	font-size: 13pt;
	background-attachment: fixed;
	background-position:center; 
	background-repeat:repeat;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #0066FF;
}
a:link {
	color: #0066FF;
}
a:hover {
	color: #FF0000; text-decoration: none
}

#tablered {
	width: 700; /* pictures 685*/
	align: center;
	margin: auto;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: red;
	border-collapse: separate;
	background-color: black;
	font-size: 13pt;
}
#tablered th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: red;
	background-color: black;
	-moz-border-radius: ;
}
#tablered td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: red;
	background-color: black;
	-moz-border-radius: ;
}

#table0 {
    align: center;
    margin: auto;
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: black;
	border-collapse: collapse;
	background-color: black;
}
#table0 th {
	border-width: 0px;
	padding: 1px;
	border-style: hidden;
	border-color: black;
	background-color: black;
	-moz-border-radius: ;
}
#table0 td {
	border-width: 0px;
	padding: 1px;
	border-style: hidden;
	border-color: black;
	background-color: black;
	-moz-border-radius: ;
}
#table1 {
	width: 700; /* pictures 685*/
    align: center;
    margin: auto;
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: black;
	border-collapse: collapse;
	background-color: black;
}
#table1 th {
	border-width: 0px;
	padding: 1px;
	border-style: hidden;
	border-color: black;
	background-color: black;
	-moz-border-radius: ;
}
#table1 td {
	border-width: 0px;
	padding: 1px;
	border-style: hidden;
	border-color: black;
	background-color: black;
	-moz-border-radius: ;
}

#tdb {
    margin: auto;
    width:35%;
}

#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 9px;
  margin-left: 10px;
  margin-top: 5px;
  width: 325px;
  border: 2px solid red;
  background-color: #000000;
  color: silver;
  font-size: 14pt;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.xxsmall {
    font-size: 8pt;
}
.xsmall {
    font-size: 10pt;
}
.small {
    font-size: 12pt;
}
.medium13 {
   	font-size: 13pt;
}
.medium {
   	font-size: 16pt;
}
.medium16 {
   	font-size: 16pt;
}
.large {
	font-size: 18pt;
}
.large20 {
	font-size: 20pt;
}
.xlarge {
	font-size: 24pt;
}
.xxlarge {
	font-size: 36pt;
}
.medium-silver {
	color: #C0C0C0;
	font-size: 14pt;
}
.large-red {
	color: #FF0000;
	font-size: 18pt;
}
.forword {
	color: #C0C0C0;
	font-size: 18pt;
}
.captions {
	color: #C0C0C0;
	font-size: 16pt;
}
.submenu {
	color: #FF0000;
	font-size: 20pt;
}
.updated {
	color: #FF9900;
	font-size: 13pt;
}
.underline {
	text-decoration: underline;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	text-align: center;
}
.red {
	color: #FF0000;
}
.lime {
	color: #00FF00;
}
.black {
	color: #000000;
}
.silver {
	color: #C0C0C0;
}
.color {
	color: #FF9900;
}
.solid1 {
	border-style: solid;
	border-width: 1px;
}
.s1c {
   	border-style: solid;
   	border-width: 1px;
   	text-align: center;
}
.width0 {
	border-width: 0px;
}
.width1 {
	border-width: 1px;
}
.textdecnone {
	text-decoration: none;
}
.picmid {
	border-width: 0px;
	vertical-align: middle;
	}
hr {
    /* no need for border-left/right with the following: */
    border: none;
    border-bottom:1px solid #FF0000; 
    border-top:1px solid #FF0000; 
    clear:both; 
    height:0; 
    width: 100%;
}

	
	
	
	
	