body {
	background-color: #0e3159;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.table {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.links {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.error {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CC0000;
}
.table-error {
    color:#000000;
	background-color:#FF7578;
}
.input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border: 1px solid #000000;
}
