/* CSS Document for site specific styles */

/* Display or hide search box radio buttons: Display: display:block; Hide: display:none; */
div#searchbox_area input, div#searchbox_area label {
	display:inline;
}

.nav_links {
	clear:both;
	width:100%;
	padding-top:10px;
}
a.go_back {
	float:left;
	margin:6px 0px 0px 2px;;
	padding:0px 0px 0px 12px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red_left.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a:hover.go_back {
	color:#990033;
}

a.go_to_top {
	float:right;
	margin:6px 0px -10px 2px;;
	padding:0px 12px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:right;
}
a:hover.go_to_top {
	color:#990033;
}
