BODY
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color:#777;
	background-color:#282828;
	margin-top: 50px;
	margin-left: 50px;
}

TD
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color:#ffffff;
	margin-left : 0px;
	margin-top : 0px;
}

A {
	color:#ffffff;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight : bold;
}

a:active {}

a:link {}

a:visited {}

TEXTAREA {
	font-family:Verdana,Arial,sans-serif;
	width : 290;
	font-size:xx-small;
	color: #1E2B3B;
	border-left: 1px solid #1E2B3B;
	border-right: 1px solid #1E2B3B;
	border-top: 1px solid #1E2B3B;
	border-bottom: 1px solid #1E2B3B;
	background:#eeeeee;
}

INPUT.TEXTFIELD {
	font-family:Verdana,Arial,sans-serif;
	width : 290;
	font-size:xx-small;
	background-color: #eeeeee;
	color: #1E2B3B;
	border-left: 1px solid #1E2B3B;
	border-right: 1px solid #1E2B3B;
	border-top: 1px solid #1E2B3B;
	border-bottom: 1px solid #1E2B3B;
}

INPUT.SUBMIT {
	font-family:Verdana,Arial,sans-serif;
	width : 100;
	height : 16;
	font-size:xx-small;
	font-weight : bold;
	background-color: #eeeeee;
	color: #1E2B3B;
	border-left: 1px solid #1E2B3B;
	border-right: 1px solid #1E2B3B;
	border-top: 1px solid #1E2B3B;
	border-bottom: 1px solid #1E2B3B;
}

