td, body {
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
}

.copy {
	font-size:13px;
	line-height:20px;
}

.title {
	font-size:14px;
	font-weight:bold;
	color:#b41919;
	letter-spacing:-1px;
	text-transform:uppercase;
}

a, a:link, a:visited, a:active {
	color: #2567fd;
	font-size:12px;
	text-decoration: underline;
}

a:hover {
	color: #004a9d;
	text-decoration: none;
	background:none;
}

a.nav, a.nav:link, a.nav:visited, a.nav:active {
	color: #004a9d;
	text-decoration: none;
}

a.nav:hover {
	color: #000;
	text-decoration: underline;
}

a.navhere, a.navhere:link, a.navhere:visited, a.navhere:active {
	color: #000;
	text-decoration:none;
}

a.navhere:hover {
	color: #000;
}


form {
	margin:0px;
}

input,
select,
textarea {
	font-size:11px;
	font-family:verdana,arial,sans-serif;
}

select.styled {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px inset #CCCCCC;
	color: #000000;
}
input.styled {
	background: #FFFFFF;
	border: 1px inset #CCCCCC;
	color: #000000;
	width: 100%;
}

input.bttn {
	border: 2px solid #ffffff;
	outline: 1px solid #cccccc;
	background: #004a9d;							/* <<-- */
	color: #ffffff;									/* <<-- */
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

textarea.styled {
	background: #FFFFFF;
	border: 1px inset #CCCCCC;
	color: #000000;
	width: 100%;
}
