.top_left {
	background-color:#FFFFFF;
	background-image:url(../images/borders/franchise_tl.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.top_right {
	background-color:#FFFFFF;
	background-image:url(../images/borders/franchise_tr.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.top_mid {
	border-bottom:10px solid #EFB825;
}

.mid_left {
	background-image:url(../images/borders/franchise_ml.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
.mid_right {
	background-image:url(../images/borders/franchise_mr.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

.bot_left {
	background-color:#FFFFFF;
	background-image:url(../images/borders/franchise_bl.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.bot_right {
	background-color:#FFFFFF;
	background-image:url(../images/borders/franchise_br.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.bot_mid {
	border-top:10px solid #EFB825;
	height:42px;
	font-size:11px;
	color:#8E8E8E;
}
.bot_mid a:link, .bot_mid a:visited, .bot_mid a:active {
	font-size:11px;
	color:#8E8E8E;
	text-decoration:none;
}
.bot_mid a:hover {
	color:F38720;
}



a:link, a:visited, a:active {
	text-decoration:none;
	color:#EFB825;
}
a:hover {
	text-decoration:underline;
	color:#EFB825;
}