a:link {
	text-decoration: none;
	height: 16px;
	width: 160px;
	background-position: center;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	background-color: #330033;
	height: 16px;
	width: 160px;
	background-position: center;
}
a:active {
	text-decoration: none;
	color: #CC6600;
	height: 16px;
	width: 160px;

}
a:visited {
	text-decoration: none;

}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #999999;
	border: 1px solid #000000;


}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #999999;
	border: 1px solid #000000;


}
textarea {
	color: #000000;
	background-color: #999999;
	border: 1px solid #000000;

}
.title {
	color: #FFFFFF;
	background-color: #660066;
	margin: 0px;
	padding: 2px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

