body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 0.8em;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.3em;
}
h1
{
    font-size: 1.0em;
    text-transform: capitalize;
    color: #34689A;
    letter-spacing: 0.1em;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1.0em;
}
h2 {
	font-size: 0.9em;
	color: #34689A;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-left: 10px;
}
h3 {
	font-size: 0.8em;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.3em;
	font-weight: bold;
	color: #34689A;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000066;
}
a:active {
	color: #000066;
}
hr {
	color: #000066;
}
.highlightbold {
	font-weight: bold;
	color: #000066;
}
.highlight {
	color: #000066;
}
.FloatLeft {
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0px;
}
.FloatRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
}
li {
	font-size: 0.8em;
	line-height: 1.3em;
}
.SmallText {
	font-size: 9px;
}
.Watermark {
	background-image: url(Images/DRP_Watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.TableRow
{
    font-size: 0.8em;
    line-height: 1.3em;
    text-indent: 9pt;
}