/* CSS Document */

body 
	{
	color: black;
	background-color: #dbe5ec;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	margin: 0px
	}

#content      
	{
	margin-top: -287px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 680px;
	visibility: visible
	}
	
td {
	font-family:  Verdana, san-serif, Gill Sans, Helvetica;
	font-size: 11px;
	line-height:18px;
	
}
a{
	text-decoration: none;
}
a:link {
 color: #9be601
}
a:hover {
	text-decoration: underline;
	color: #9be601;
}
.allcaps {
	text-transform: uppercase;
}
.copyright {
	font-family: verdana,geneva;
	font-size: 9px;
	color: #707070;
}

img
{  border-style: none;
}
