body
{
	margin: 0px;
	padding: 0px;
	background-color: #46463F;
}
p
{
	line-height: 125%;
	font-family: Georgia;
	color: White;
}
a
{
	color: White;
}

a:visited
{
	color: White;
}


.main
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 125%;
}




.input
{
	width: 139px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	background-color: #77715F;
	border-color: #FFFFFF;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}


.textarea
{
	width: 139px;
	height: 144px;
	border-width: 1px;
	border-style: solid;
	background-color: #77715F;
	border-color: #FFFFFF;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow: auto;
}

table
{
	color: White;
	font-family: Georgia;
}










