@charset "UTF-8";

body {
	background-color: #000000;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}


.whitelines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	
}

.maintable {
width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}

.testingdiv {
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%; 
background-color: #666666;
}

.copyright {
	font-size: 11px;
	color: #444444;
}
.mainlinks {
	/*margin-right: 10px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	/*padding-right: 10px;*/
	margin: 0px;
	padding: 0px;
	/*line-height: 150%;*/
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.r {
	color: #FFFFFF;
	text-decoration: none;
}
.r:link {
	color: #FFFFFF;
	text-decoration: none;
}
.r:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.r:hover {
	text-decoration: none;
	color: #999999;
	/*padding-right: 7px;*/
}
.r:active {
	text-decoration: none;
	color: #666666;
	/*padding-right: 10px;*/
	}
	
.r2 {
	color: #CC0000;
	text-decoration: none;
}
.r2:link {
	color: #FFFFFF;
	text-decoration: none;
}
.r2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.r2:hover {
	text-decoration: none;
	color: #999999;
}
.r2:active {
	text-decoration: none;
	color: #666666;
	}
	
.thumbs {
	border: 1px solid #FFFFFF;
	vertical-align: bottom;
	margin: 5px;
}

.thumbs:link {
border: 1px solid #FFFFFF;
	}
	
	.thumbs:hover {
border: 1px solid #cc0000;
	}
	
	
.bodytable {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 394px;
}

.thumbspacer {
	vertical-align: bottom;
	margin: 11px;
}

.frontlinks {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	
	
}
.frontlinks:link {
	text-decoration: none;
	color: #FFFFFF;
	
}
.frontlinks:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
.frontlinks:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;

}
.frontlinks:active {
	text-decoration: none;
	background-color: #CC0000;
	color: #000000;