BODY
	{
		background: #000000; 
		font-size: 10pt;
		font-family: Arial;
		color: #000000;
	}
table
	{
		font-size: 10pt;	
	}
	 
a:link 
	{
	 	color: #808080; 
	 	font-family: Arial;
	 	font-size: 8pt;

		text-decoration: none;
	}

a:visited 
	{
	 	color: #808080; 
	 	font-family: Arial;
	 	font-size: 8pt;

		text-decoration: none;
	}
	
a:active 
	{
	 	color: #808080; 
	 	font-family: Arial;
	 	font-size: 8pt;

		text-decoration: none;
	}
	
a:hover 
	{
	 	color: #e53838; 
	 	font-family: Arial;
	 	font-size: 8pt;

		text-decoration: none;
	}
		
input
	{
	border: 1px solid #e53838; 
	background: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #696969;
	}

.btns
{
	
}

textarea
	{
	border: 1px solid #e53838; 
	background: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #696969;
	}

select
	{
	border: 1px solid #e53838; 
	background: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #696969;
	}

.content
{
	width: 500px;
	margin: 0px auto;	
}
