/* CSS Document */

.footerbg{
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	height:50px;
}
.medtxtblackbld{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
}
.medtxtorangebld{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	color: #FF3300;
}
.bigtxtorangebld{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
	color: #FF3300;
}
.bigtxtredbld{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
	color: #FF0000;
}
.medtxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #333333;
}
.medtxtlnk{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color: #FF6600;
}
.medtxtlnk:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #FF9900;
}
.medtxtlghtorangebld{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	color: #FF6600;
}
.medtxtlghtorange{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #FF6600;
}
.medtxtlghtorangelnk{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color: #FF6600;
}
.medtxtlghtorangelnk:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #FF9900;
}	