html,body {
	text-decoration: none;
	font-weight: 500;
	font-size: medium;
	font-family: Verdana, Arial, san-serif;
	color: #ffffff;
	margin-top: 0px;
	padding: 0px;
	background: #cccccc url(images/bg.jpg) top left repeat-x
}
a {
    text-decoration: none;
    color: #ffffff
}
a:visited {
    text-decoration: none;
    color: #ffffff
}
a:active {
    text-decoration: none;
    color: #ffffff
}
a:hover {
    text-decoration: none;
    color: #666666
}
table {
	background-color: #333333;
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px;
	border: none
}
div {
	margin: 0px 0px 0px 0px
}
p {
	margin: 0px 0px 0px 0px
}
ul {
	margin: 10px 0px 10px 18px
}
li {
	list-style-type: square;
	padding: 5px 0px 0px 0px
}
hr {
	width: 100%;
	text-align: center;
	color: #ffffff;
	border: 1px solid #8c3100
}
img {
	vertical-align: text-top;
	text-align: center;
	border: 1px solid #000000
}
.containerDiv {
	position: absolute;
	left: 50%;
	width: 870px;
	margin-left: -435px; /* Half the total width including borders below */
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
}
.border {
	background-color: #f0651a;
	width: 1px
}
.borderFoot {
	background-color: #f0651a;
	height: 1px
}
.header {
	margin: 0px;
	line-height: 50px;
	text-align: center;
	font-size: x-large;
	font-weight: bold
}
.title {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: medium
}
.blockTop {
	background-color: #3366cc;
	height: 2px
}
.block {
	line-height: 18px;
	color: #ffffff;
	background-color: #f0651A;
	padding: 2px 4px 2px 4px;
	font-weight: normal
}
.blockBottom {
	background-color: #3366cc;
	height: 4px
}
a.block:link {
	color: #ffffff
}
a.block:visited {
	color: #ffffff
}
a.block:active {
	color: #ffffff
}
a.block:hover {
	color: #3366cc
}
.bodyText {
	margin: 10px 40px 0px 40px;
	text-align: justify
}
.bodyTextQuote {
	margin: 20px 40px 0px 40px;
	text-align: justify;
	font-style: italic
}
.bodyTextQuoteSig {
	margin: 0px 40px 0px 60px;
}
.sideText {
	margin: 20px 0px 0px 0px;
	text-align: center
}
.sideTextSmall {
	margin: 20px 0px 0px 5px;
	text-align: left;
	font-size: x-small
}
.sideTitle {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-weight: bold
}
.sideSmall {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: x-small
}
.footer {
	line-height: 30px;
	margin-right: 20px;
	text-align: right;
	font-size: x-small
}