body, table
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}

A
{
	color: black;
	text-decoration: none;
}

A:hover
{
	color: black;
	text-decoration: underline;
}

A:visited
{
    color: "#746E6E";
    text-decoration: none;
}

select
{
	background-color : #DE6B63;
	border-color : #CE0000 #CE0000 #CE0000 #CE0000;
	color : #000000;
	font-family : Verdana, "Courier New", Courier, monospace;
	font-size : 12px;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 1px;
	width : 120px;
}

input
{
	background-color : #DE6B63;
	border-color : #CE0000 #CE0000 #CE0000 #CE0000;
}

