#error {
	margin: 10px,10px,10px,10px;
	background:	#ffffff;
	border:		3px solid #191970;
	color:		#333333;
	font-size:	14px;
	padding:	20px;
	line-height: 20px;
}

a img {
	border: none;
	color:#ffffff;
}
dl,dt,dd {
	line-height: 20px;
}

td {
	line-height: 18px;
}

table.list {
	border: 			solid 1px #003366;
	border-collapse:	collapse;
}
td.list {
	border:			solid 1px #003366;
	empty-cells:	show;
	padding:		5px;
	font-size:		14px;
}
th.list {
	border: 		solid 1px #003366;
	empty-cells:	show;
	padding:		5px;
	font-size:		14px;
	background:		#003366;
	color:			#ffffff;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	background-color: #003366;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: none;
}