@charset "utf-8";

body
{
	margin-top:0px;
	background-color:#000;	
}

img
{
	border:none;
}

td
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#000;
	font-weight:bold;
}

	td .example
	{
		font-size:8pt;
		color:#999;
		font-weight:normal;
	}

.example
	{
		font-size:8pt;
		color:#999;
		font-weight:normal;
		font-family:Tahoma, Geneva, sans-serif;
	}

p.pass
{
	font-family:"Times New Roman", Times, serif;
	color:#060;
	font-weight:bolder;
	font-size:16pt;
}

p.fail
{
	font-family:"Times New Roman", Times, serif;
	color:#F00;
	font-weight:bolder;
	font-size:16pt;
}

input.button
{
	font-family:"Times New Roman", Times, serif;
	font-size: 15pt;
	border-width:1px;
	font-weight:bold;
	color:#fff;
	background-image:url(images/bg_button.png);
	width:75px;
	letter-spacing:-1px;
}

div#container
{
	margin: 0 auto;
	width:900px;
}

div#head
{

}

div#content
{
	background-color:#f9f9f9;
	min-height:300px;
	padding:20px;
	text-align:center;
}
	
div#foot
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#777;
	text-align:center;
	line-height:150%;
}
	
	div#foot .url
	{
		font-size:8pt;
		letter-spacing:8px;
		font-family:Tahoma, Geneva, sans-serif;
		text-transform:uppercase;
	}
	
	div#foot .copy
	{
		font-weight:bold;
	}
	
	div#foot a:link
	{
		color:#aaa; text-decoration: none;
	}

	div#foot a:active
	{
		color:#aaa; text-decoration: none;
	}
	
	div#foot a:visited
	{
		color:#aaa; text-decoration: none;
	}
	
	div#foot a:hover
	{
		color:#ff0000; text-decoration: none;
	}

div#stats
{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#666;
}