.regular_text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px;
}
.heading {
	background: #FF6600;
	color: #FFFFFF;
	border-bottom: 3px solid #000000;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	border-top: 3px solid #000000;
	top: -1px;
}
.table_no_borders {
	border: none;
}
.footer {
	font: normal x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	width: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}
.sub_heading {
	background: #FF6600;
	color: #FFFFFF;
	border-bottom: thin solid #FFCC00;
	padding-left: 10px;
	position: relative;
	border-top: thin solid #FFCC00;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
}
.sub_heading2 {
	background: #FF6600;
	color: #FFFFFF;
	border-bottom: thin solid #FFCC00;
	position: relative;
	border-top: thin solid #FFCC00;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	top: 1px;
}
.links_small {
	font: bold normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
ul {
	list-style: disc outside;
	margin-bottom: 0px;
}
.regular_text_underline {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	text-align: justify;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-top: 0px;
}
.regular_text_center {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.large_bold {
	font: bolder large Arial, Helvetica, sans-serif;
}.xsmall_text {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.xlarge_text {
	font: bold x-large Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.top_bottom_border {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-align: justify;
	padding: 0px;
}
.large_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
a:link {
	color: #FFFF3F;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #00CC33;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.horizontal_borders {
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
