		body{
			background-color: Black;
			background-position: top;
			background-repeat: repeat-y;
			background-image: url(../images/bg.gif);
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 2px;
		}
		td{
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			font-weight: normal;
			line-height: normal;
		 	color: #515151;
		}

		th{
			font-size: 11px;
			font-style: normal;
			text-align:left;
			font-weight: bold;
			line-height: normal;
		 	color: #515151;
		}

		
		a {color: white; font-weight: bold; text-decoration: none;}
		a:hover {color: #710808; text-decoration: none;}
		
		.heading {font-size: 14px; color: #710808; font-weight: bold;}
		.heading2 {font-size: 22px; color: #a90000; font-weight: bold; letter-spacing: -1px;}		

		.maintbl {width: 850px;}
		
		#toptbl td {height: 89px; color: gray;}
		#toptbl .bg {background-image: url(../images/back-top.gif);}
		#toptbl a {color: #515151;}
		#toptbl a:hover {color: #710808;}

		#midtble td {}
		#midtble .bg {background-image: url(../images/back-top2.gif); background-position: top; height: 300px; background-repeat: repeat-x;}
		#midtble a {color: silver;}
		#midtble a:hover {color: #710808;}

		#btmtable td {background-image: url(../images/back-bottom.gif); background-position: top; height: 105px; font-size: 10px; color:#282828;}
		#btmtable a {color: #282828;}
		#btmtable a:hover {color: #470909;}
		
		#menu table {background-image: url(../images/menutop.gif); background-position: top; background-repeat: repeat-x;}
		#menu td{font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 12px;}
		#menu a {color: #727272; font-weight: bold; text-decoration: none;}
		#menu a:hover {color: #710808; text-decoration: none;}
		
		.toggleopacity img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		border: 0px solid navy;
		}
		
		.toggleopacity:hover img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		-moz-opacity: 0.8;
		border: 0px solid navy;
		}
		
		.toggleopacity2 img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		border: 0px solid navy;
		}
		
		.toggleopacity2:hover img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity: 0.6;
		border: 0px solid navy;
		}
		
		.toggleopacity3 img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: .5;
		border: 0px solid maroon;
		}
		
		.toggleopacity3:hover img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		border: 0px solid maroon;
		}
