@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FC0;
	background:url(../images/bg.png) #c40000 repeat;
    -webkit-box-shadow: inset 10px 10px 100px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 10px 10px 100px 10px rgba(0,0,0,0.75);
    box-shadow: inset 10px 10px 100px 10px rgba(0,0,0,0.75);
	
	}
table td{
	font-size: 16px;
	background-image: url(../images/bkgnd.png);
	background-repeat:no-repeat;
	height: 45px;
	width: 903px;
	text-align:left;
	padding-left:100px;
	}
	 td{
	font-size: 16px;
	height: 45px;
	width: 903px;
	text-align:left;
	padding-left:100px;
	}
.thead th{
	font-size: 16px;
	background-image: url(../images/bkgnd2.png);
	background-repeat:no-repeat;
	height: 45px;
	width: 286px;
	text-align:center;
	}
	a{color:#FFF;}
	a:hover{color:#F90;}
	a:visited{color:#F90}
#keyword{
	z-index:-10000000;
	font-size:xx-small;
	color:transparent;
	line-height:0px;
	
	}