/* CSS Document */

/* Basic Page Definitions */
body,td,th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #339900;
	text-decoration: none;
}

/* General Definitions */
.Title {
	font-size:18px;
	font-weight:bolder;
}
.Error {
	color:#CC0000;
}
