body, html {
	background-color: #dddddd;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}

input {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

table {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.title {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.error {
	color: #FF0000;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:#003d98;
	font-weight: bold;
}

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