body, html 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #101010;
    
}

body, p, span, table, tr, td, div, a, a.link, a.visited, a.active, a.hover
{
	font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}

a, a.link, a.visited, a.active, a.hover
{
	color: #333333;
}

a.hover
{
	text-decoration: underline;
}
                     
.footer, a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
{
    font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: white;
	text-align: right;
	color: Silver; 
	text-decoration:none;
}

a.footer:hover
{
	text-decoration:underline;
}

.formBox
{
	border: solid 1px black;
	font-family: Arial;
	font-size: 11px;
	height:16px;
	width:280px;
	margin-bottom:5px;
}

.formArea
{
	border: solid 1px black;
	font-family: Arial;
	font-size: 11px;
	height: 68px;
	width:280px;
	margin-bottom:5px;
}

.formButton
{
	border: solid 1px black;
	font-family: Arial;
	font-size: 10px;
	height: 20px;
	background-color: #CCCCCC;
}

.subtitle
{
	font-family: Arial;
    font-size: 16px;
    color: #818181;
}