.default_text {
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 75%;
	vertical-align: top;
	padding: 10px;
}
.default_text a:link{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
}
.default_text a:hover{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 100%;
	vertical-align: top;
	text-decoration: underline;
}
.default_text a:visited{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
}	
.body_text {
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 100%;
	vertical-align: top;
}
.table_text {
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 90%;
	vertical-align: top;
}
.table_notetext{
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 85%;
	vertical-align: top;
}

.table_rowheading{
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	vertical-align: top;
	font-weight: bold;
}
.header_text{
	color: #CC9933;
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 140%;
	vertical-align: top;
	font-weight: bold;
}
.subheader_text{
	color: #993333;
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 110%;
	vertical-align: top;
	font-weight: bold;
}
.hide_text {
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 75%;
	width: 210px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	text-align: center;
	vertical-align: top;
}
.left_nav_text {
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 70%;
	color: #990000;
	margin: 0px;
	padding: 4px;
}
.left_nav_text a:link {
	text-decoration: none;
	color: #990000;
}

.left_nav_text a:hover {
	text-decoration: underline;
	color: #990000;
}
.left_nav_text a:visited {
	text-decoration: none;
	color: #990000;
}

.top_nav_text {
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 85%;
	color: #FFFFFF;
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.top_nav_text a:link{
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 85%;
	color: #FFFFFF;
	height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.top_nav_text a:hover{
	font-family: Arial, Helvetica, sans-serif, "Myriad Web";
	font-size: 85%;
	color: #FFFFFF;
	height: 25px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}
.footer_text{
	color: #000000;
}
.footer_text a:link{
	color: #000000;
	text-decoration: none;
}
.footer_text a:hover{
	color: #000000;
	text-decoration: underline;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}

