.copyblock {
	font-family: Candara, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
	margin-top: 10px;



}
.copycell {
	padding-top: 20px;
	color: #000000;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 30px;

}
.white {
	color: #FFFFFF;
}

a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover, a.white:visited:hover {
	color: #FFCC66;
	text-decoration: none;
}

a.white:active {
	color: #CC9933;
	text-decoration: none;
}

.phonecell {
	color: #FFFFFF;
	background-color: #002D59;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	font-family: Candara, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #B55200;
}
h3 {
	font-size: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
body {
	background-color: #000D1A;
	font-family: Candara, Arial, sans-serif;

}


a:link, a:visited {
	color: #B55200;
	text-decoration:none;
}

a:hover, a:visited:hover, a:active {
	color: #CC6633;
	text-decoration:underline;
}
p {
	font-size: 14px;
	font-weight: normal;
}
.leftpic {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;

}
.small {
	font-size: 13px;
}
li {
	font-size: 14px;
	list-style-type: square;
	margin-bottom: 4px;

}
ul > li:last-child {
	padding-bottom: 0px;
}
.indentmore {
	margin-left: 330px;
}
th {
	background-color: #002D59;
	font-weight: bold;
	color: #FFFFFF;

}
th a:link {
     color: #FFFFFF;
 }
