body {
	background-color: #C5C5C5;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
}
body,td,th {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #606A6A;
}
.smallText {
	font-size: 9pt;
}

.justify {
	text-align: justify;
}
.darkHeader {
	font-size: 14pt;
	font-weight: bold;
	color: #565961;
}
.orangeHeader {
	font-size: 14pt;
	font-weight: bold;
	color: #FB701B;
}
.orangeHighlight {
	color: #FB701B;
}

.paddingLeft {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.blueTitle {
	color: #0267CA;
	font-weight: bold;
}

.paddingRight {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	color: #4CADDA;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4CADDA;
}
a:hover {
	text-decoration: none;
	color: #1E4D60;
}
a:active {
	text-decoration: none;
	color: #4CADDA;
}.largerLinks {
	font-size: 12pt;
	font-weight: bold;
}
.darkSmallHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #565961;
}
.highlight {
	background-color: #F8F6E0;
}

