@charset "utf-8";
/* CSS Document */

h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #02334d;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align:left;
	text-decoration: none;
}

h3 {
	font-size: .8em;
}

h4 {
	font-size: .75em;
	margin-bottom: 0;
}

fieldset {
	background-color: #326176;
	border: 0;
	padding: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #02334d;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
	margin-bottom: 0;
}

fieldset p {
	color: white;
}

#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
