body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #990000; text-decoration: none;
}
a:visited {
	color: #990000; text-decoration: none;
}
a:hover {
	color: #FF0000; text-decoration: none;
}
a:active {
	color: #990000; text-decoration: none;
}


a:link.nav {
	color: black;
	text-decoration: underlined;
	font-family: Tahoma;
	font-size: 11px;
}
a:visited.nav {
	color: black;
	text-decoration: bold;
	font-family: Tahoma;
	font-size: 11px;
}
a:hover.nav {
	color: #7C2128;
	text-decoration: bold;
	font-family: Tahoma;
	font-size: 11px;
}
a:active.nav {
	color: black;
	text-decoration: bold;
	font-family: Tahoma;
	font-size: 11px;
}


input.err	{border: 1px solid red; background-color: #F8B8B8;}
textarea.err	{border: 1px solid red; background-color: #F8B8B8;}


