/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	background-color: #000000;

}
body,td,th {
	font-family: Arial;
	font-size: 80%;
}
a:link {
	color:#ff6600;
	text-decoration: none;
	font-size: 100%;
}
a:visited {
	color:#ff9900;
	text-decoration: none;
	font-size: 100%;
}
a.textlink:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}
a {	font-size: xx-small;}

a.textlink {
	font-size: 100%;
	color: #ff6600;
}

.content {
	background-color:#000000;
	background-image:   url("../images/background.jpg");
	background-attachment:fixed; 
}

.big {
	font-size: 110%;
	font-weight: bold;
}

.bigger {
	font-size:125%;
	font-weight:bold;
}
.copywrite {color: #FFFFFF}
.white {color: #FFFFFF;}
.red { color:#FF0000;}
.small { font-size:90%;}
.xxsmall { font-size: xx-small;}

img.rightpad {margin-right:2em;}

.underline {
	text-decoration: underline;
}
 .textLinks {
 	color:#666666;
 }
 
 #textLinksTable {
	margin-right: auto;
	margin-left: auto;
	/* border: 2px solid #999999; */	
	padding: 0px;
 }
  #textLinksTable th {
   background-color:#FFFFFF;
   border: 2px solid #999999;
  }
  
 .center {
 	text-align:center;
 }
 
 .closeWindow {
	font-size:1.2em;
 }
 
 .closeWindow a:hover
 {
 	background-color:#ff6600;
	color:#FFFFFF;
	padding: .1em;
	text-decoration: none;
 }
