@charset "iso-8859-1";
/* CSS Document */
#content *{
	margin-top: 0px;
	margin-bottom:0px;
}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	width: 400px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	
}

#content h1{
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
	margin: 4px 4px 4px 4px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
#content form
{
}
#content input
{
	background-color:#fff;
	border: 1px dotted #000;
	width: 200px;
	color: #000;
}
#content textarea
{
	background-color:#fff;
	border: 1px dotted #000;
	width: 250px;
	height: 100px;
	color: #000;
}
#content .submit
{
	background-color:#fff;
	border: 1px solid #000;
	color: #000;
	width: 100px;
}
#content select
{
	color: #000;
	background-color: #fff;
}
#content p {	
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	line-height: 150%;
}
