body
{
	background-color: #2A2A2A;
}
	
P
{
	color: #FFFFFF;
}

FORM
{
	color: #FFFFFF;
}

P.front
{
	text-align:center;
	
}

.table1
{
	text-align:left;
}

.table2
{
	text-align:center;
}
A 
{
	color: #FFFFFF;
	text-decoration:none;
}

A:hover
{
	background-color: inherit;
	color: #999999;
}


H1
{
	color:#CCCCCC;
	font-style: italic;
	text-align:left;
}

H2
{
	color:#CCCCCC;
	font-style: italic;
	text-align: left;
} 

table
{
	color:#EEEEEE;

}

.list
{
	color:#EEEEEE;
}

#wrapper
{
	background-color: inherit;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:650px;
	text-align:center;
}

#header
{
	background-color: inherit;
	height: 80px;
	width:500px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

#content
{

	background-color: #464646;
	color: inherit;
	padding: 5px;
	width: 600px;
	height: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	
}

#content1
{

	background-color: #464646;
	color: inherit;
	padding: 15px;
	width: 600px;
	height: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}
#navbar
{
	background-color: inherit;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;	
}

#navbar a
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
}

#navbar a:hover
{
	background-color: inherit;
	color: #999999;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: inherit;
	color:#FFFFFF;

}

#footer p
{
	color:#FFFFFF;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	background-color: inherit;
	text-decoration: none;
}

.floatright
{
	float:right;
	margin: 0px 0px 10px 10px;
	border: none;
	padding: 2px;
}
.floatleft
{
	float:left;
	margin: 0px 10px 10px 0px;
	border: none;
	padding: 2px;
}