@charset "UTF-8";
/* CSS Document */

body 
{
	background-color: #000;

	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;*/
	font-size:14px;
	color:#fff;
	margin:0px;
	text-align:center;
	line-height:20px;
	
}

#contain
{
width:587px;
margin-left:auto;
margin-right:auto;
}
#subtop
{

float:left;
width:587px;


}

#blackbox
{

float:left;
width:567px;
padding:10px;

}

.button
{
color:#fff;
border:solid #FFFFFF 1px;
background-color:#660000;
}

	table
		{
			border: solid 1px #000000;
			border-collapse: collapse;
			
		}
		
		td, th
		{
			border: solid 1px #000000;
			
			padding: 2px 8px;
		}
		
		th
		{
			background-color: #600;
		}
		
		.error
		{
			color: #f00;
		}
		
		

a:link,  a:visited
{
	
	text-decoration:underline;
	color: #8ac3ff;

	
	
	
	
}

a:active
{
	
	text-decoration: none;
	color: #5795d7;

	
	
	
	/*border-right: 1px solid #fff;*/	
}

a:hover
{
	
	text-decoration: underline;
	color: #5795d7;

	
	
	
}

.texttop{
vertical-align:text-top;
}

#footer
{
background-color:#031332;
padding:10px;
width:624px;
margin-left:auto;
margin-right:auto;
}


.textleft
{
text-align:left;
}

.small
{font-size:12px;
}
