@charset "utf-8";
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
}

.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}

.style3 {
	color: #FF0000;
	font-style: italic;
}

.style4 {
	font-size: 11px
}
.style5 {
	font-family: Arial, Helvetica, sans-serif
}


/* CSS Document */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.north {
	border-top: #000000 1px solid
}

.east {
	border-right: #000000 1px solid
}

.west {
	border-left: #000000 1px solid
}

.south {
	border-bottom: #000000 1px solid
}

fieldset{
display:block;
float:left;
width:318px!important;
width:320px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:20px;
margin-left:20px;
border:1px solid #CCCCCC;
}

legend{
padding:2px 5px;
border:1px solid #CCCCCC;
}

#content{
display:block;
float:left;
padding:10px;
}
.contactHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}

.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}