 @charset "UTF-8";
/* CSS Document */
html{
background:#F1F1F1
}

body {
	background: #F1F1F1;
	margin-top:30px;
	overflow:auto;
}

body, td, p {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
}

p {
	text-indent:66px;
	margin-top:44px;
	}

a {
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
}

#loader{
	width:64px;
	position:absolute;
	left: 50%;
	margin-left:-32px;
	margin-top:210px;
	}
	
.darken{
height:100%;
width:100%;
background-repeat:repeat;
position:fixed;
top:0px;
left:0px;
background-color:#333333;
opacity: 0.30;
-moz-opacity:0,30;
filter: alpha(opacity=30);
z-index: 20;
}



#table{
width:650px;
height:500px;
background:url(images/splash.gif);
background-repeat:no-repeat;
background-color:#ffffff;
}

#splashtext{
width:380px;
text-align:justify;
}


#content{
width:380px;
text-align:justify;
}

#copyright{
	color:#333333;
	font-size:8px;
	font-style:italic;
	margin-left:10px;
	}
	
	
.lightertxt a{
color:#666666;
}
.linktxt a{
color:#990000;
}