/* CSS Document */

A:link {
color: #333333;
text-decoration: none
}

A:visited {
color: #333333;
text-decoration: none
}

A:hover {
color: #000000;
text-decoration: underline
}

#top_menu A:link {
color: #FF0000;
text-decoration: none
}

#top_menu A:visited {
color: #FF0000;
text-decoration: none
}

#top_menu A:hover {
color: #FF0000;
text-decoration: underline
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}