html{
	overflow: auto;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002E66;
	text-align: justify;
	padding-right: 0px;
	line-height: 110%;
}

.tabletext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002E66;
	text-align: left;
}


.style1_spaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002E66;
	text-align: justify;
	padding-right: 10px;
	line-height: 135%;	
}

.style1_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002E66;
	text-align: justify;
	padding-right: 15px;
	line-height: 110%;
	padding-left: 25px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #5982B3;
	text-decoration: underline;
}
a:visited {
	color: #5982B3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #002E66;
}
a:active {
	text-decoration: underline;
}


a.gold:link {
	color: #df8a1d;
	text-decoration: underline;
}
a.gold:visited {
	color: #df8a1d;
	text-decoration: underline;
}
a.gold:hover {
	color: #b37159;
	text-decoration: none;
}
a.gold:active {
	color: #df8a1d;
	text-decoration: underline;
}

.style2 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #002E66; 
		text-align: justify; 
		padding-right: 15px; 
		font-weight: bold; 
}


.style2-cent {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #002E66; 
		text-align: center; 
		padding-right: 15px; 
		font-weight: bold; 
}

.style3 {
	font-size: 12px;
	color: #5982B3;
	text-align: left;
}

.style4 {
	font-size: 12px;
	color: #5982B3;
	text-align: center;
}

.spacer {
	font-size: 6px;
	line-height: 10%;
}

.head1 {
	color: #002E66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

.head1b {
	color: #002E66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}

.head2b {
	color: #df8a1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
}

.head2 {
	color: #df8a1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

.gold-anytext {
	color: #df8a1d;
}

.gold-bold-anytext {
	color: #df8a1d;
	font-weight: bold;
}

.hide-text
	display: none;
}

.show-text {
	display: inline;
	color: #df8a1d;
}

.boxed {
	margin: 6px;
	padding: 6px;
	border: 1px solid #DF8A1D;
}

.image-float-left {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
}
.line-around {
	border: 1px solid #5982B3;
}
.centered {
	text-align: center;
}
