h1 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #234283;
	font-size: 19px;
}
h2 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #234283;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
}
h3 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #234283;
	font-size: 14px;
}
p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

a {
	color: #1d497b;
}
	a:hover {
		color: #000;
	}
table p {
	margin: 2px;
	line-height: 1.3;
}
#footer p {
	font-size: 11px;
}
#footer a {
	color: #333;
	text-decoration: none;
	line-height: 20px;
}
	#footer a:hover {
		color: #1d497b;
	}
	#footer p {
		float: left;
	}
#bottom-wrapper img {
	border: none;
}
#bottom-wrapper h1 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
#bottom-wrapper h2 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	font-style: italic;
}
#bottom-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
#bottom-wrapper .input {
	margin: 0 0 9px 0;
}
#interior-left h1 {
	background-image: url(../images/interior-left-h1.gif);
	background-repeat: repeat-y;
	font-size: 16px;
	padding: 5px 0 5px 20px;
	margin: 15px 0 15px 0;
}
	#interior-left h1 a {
		text-decoration: none;
	}
#interior-left p {
	background-image: url(../images/interior-left-p.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	padding: 6px 0 7px 20px;
	margin: 0;
}
	#interior-left p a {
		color: #000;
		text-decoration: none;
	}
		#interior-left p a:hover {
			color: #1d497b;
		}
	#interior-left p.interior-left-current {
		background-image: url(../images/thirdtier.gif);
	}
	#interior-left p.thirdtier {
		text-indent: 20px;
		background-image: url(../images/interior-left-current.gif);
	}
	#interior-left p.thirdtier-current {
		background-image: url(../images/interior-left-current.gif);
		text-indent: 20px;
	}
	#interior-left p.thirdtier-current a {
		color: #234283;
	}
#interior-right h1 {
	margin: 0;
}
#interior-right h2 {
	margin-top: 0;
}

.error {
	background-color: #ff0000;
	border: 2px solid #660000;
	color: #fff;
	margin-left: 8px;
	text-align: center;
	width: 396px;
}
.confirm {
	background-color: #99FF66;
	border: 2px solid #72AD2D;
	color: #000;
	margin-left: 8px;
	text-align: center;
	width: 396px;
}