body{
    background-color:black;/*33333*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: white;
	line-height: 2.5em;
		background-image: url(images/scanlinebg.jpg);
	background-repeat: repeat-y repeat-x; 
	
}

/*ssssssssssssssssssssssssssssssssssssssssssss*/
table {
	height: 100%;
	/*background-color: white;*/
	border: 0px;
	border-style: solid;
	border-color: white;
}

td {
	vertical-align: top;
	background-color: black;
	border: 1px;
	border-style: solid;
	/*border-color: white;*/
}

td.red {
	width: 125px; height: 85px;
	background-color: red;
	position: relative;
	left: 0px;
	border-bottom: none;
	border-top: 0px;
	border-left: 0px;
}
/*.red{
	background-color: red;
	width: 85px;
	height: 85px;
	border-bottom: 1px solid white;
	position: relative;
	left: 40px;
	*/
	/*#bc001d*/
}
td.gray {
	width: 550px;
	background-color: #939292;
	border-color: white;
	border-top: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-size: 23px;
	letter-spacing: 10px;
	color: #d7d7d7;
	vertical-align: bottom;
	text-align: right;
}
td.topright {
	border-color: white;
	border-top: 0px;
	border-right: 0px;
	font-size: 23px;
	letter-spacing: 11px;
	vertical-align: bottom;
}

td.head {
	
}

td.body {
	height: 220px;
	
	border-color: white;
	border-top: 1px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
}
td.bodyright {
	border-color: white;
	margin:15px;
	padding: 5px;
	/*font-size: .75em;*/
	line-height: 1.7em;
	letter-spacing: .5px;
	border-top: 0px;
	/*border-left: 1px;*/
	border-right: 0px;
	border-bottom: 0px;
}

#bodyrighttext {
	padding: 20px;
	font-size: 14px;
	width:600px;
	line-height: 1.5em;
	letter-spacing: .5px;
}
td.bodybottom {
	background-color: #929090;
	text-align: center;
	border-color: white;
	border-top: 1px;
	/*border-left: 1px;*/
	border-right: 0px;
	border-bottom: 0px;
}
.bottomcenter {
	text-align: center;
	text-align: top;
	border-style: #252525;
	border-color: #252525;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
#bottomtext {
	padding: 5px;
	font-size: .75em;
	line-height: 1.5em;
	letter-spacing: .5px;
}
td.links {
	/*background-color: #CCFFDD;*/
	color: white;
	font-size: 14px;
	line-height: 1.5;
	margin:15px;
	padding-top:15px;
	padding-right:15px;
	text-align: right;
	vertical-align: top;
	border-color: white;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 0px;
}


td.bodybottom.bottomimage1 {
	background-color: #CCFFDD;
	position: relative;
	top: 4px;
	left: 148px;
	width: 90px;
	height: 55px;

}
td.bodyrightheading {
	border-color: white;
	font-size: 44px;
	letter-spacing: 22px;
	border-top: 0px;
	/*border-left: 1px;*/
	border-right: 0px;
	border-bottom: 0px;
}

#bodyrightheading {
	border-color: white;
	font-size: 44px;
	letter-spacing: 22px;
	border-top: 0px;
	/*border-left: 1px;*/
	border-right: 0px;
	border-bottom: 0px;
}
H1{
	font-style: "Times New Roman";
}
H3{
        letter-spacing: .6px;
        
}




a:link   {text-decoration:none; color: white; border: none;}
a:visited{text-decoration:none; color:#FFFFFF;}
a:hover  {text-decoration:underline;}
a:active {text-decoration:none; color:#FbFbFb;}

