	body {
		color:#000;
		font-size:13px;
		font-family:Verdana, Arial, sans-serif;
		background-color: #aeaeae; /*#3F3E3E;*/
		background-image: url("../images_ui/bgimg.gif");
		background-repeat:repeat-x;
	}
	
	/* GENERAL STYLES */
	img { 
		border:none;
		outline:none;
	}
	img.image_border {
		border:2px #000 solid;
	}
	
	a,
	a:link,
	a:visited { color:#369; }
	
	.align_center {text-align:center !important;}
	.align_right {text-align:right !important;}
	
	.float_right {float:right;}
	.float_left {float:left;}
	.display_block {display:block;}
	.display_hidden {display:none;}
	
	.width_full { width:99%; }
	
	.clear_both {clear:both !important;}
	.clear_right {clear:right !important;}
	.clear_left {clear:left !important;}
	.clear_none {clear:none !important;}
	
	b,
	.bold { font-weight:bold; }
	
	i,
	.italic { font-style:italic; }
	
	.underline { text-decoration:underline !important;}
	.nounderline { text-decoration:none !important;}
	
	.smalltext,
	.text_small { font-size:85% !important; }
	
	p {
		clear:both;
		line-height: 1.3em;
		padding-bottom:10px;
	}
	
	.blue_line {
		margin:0;
		padding:0;
		border:none;
		border-bottom:1px solid #005782;
		outline:none;
		height:1px;
		width:99%;
	}
	
	.border_black_1 { border:1px #000 solid;}
	
	.modal { display: none; }
	
	.bullets {
		list-style-type:disc;
		padding-left:25px;
		margin-bottom:10px;
	}
		.bullets li ul{
			list-style-type:circle;
			padding-left:25px;
			margin-bottom:10px;
		}
	.nobullets {list-style-type:none !important;}
	
	.error {
		font-weight:bold;
		color:#F00;	
	}
	.success {
		font-weight:bold;
		color:#005782;	
	}
	.loading {
		min-width:16px;
		min-height:16px;
		background-image: url("../images_ui/icons/icon_loading.gif");
		background-repeat:no-repeat;
		float:left;
		display:block;	
	}
	.instructional {
		font-size:11px;
		color:#666666;
	}
	
	/* MARGINS */
	.margin_0 { margin:0 !important; }
	.margin_5 { margin:5px !important; }
	.margin_10 { margin:10px !important; }
	.margin_15 { margin:15px !important; }
	.margin_20 { margin:20px !important; }
	.margin_25 { margin:25px !important; }
	.margin_top_0 { margin-top:0px !important; }
	.margin_top_5 {	margin-top:5px !important; }
	.margin_top_10 { margin-top:10px !important; }
	.margin_top_15 { margin-top:15px !important; }
	.margin_top_20 { margin-top:20px !important; }
	.margin_top_25 { margin-top:25px !important; }
	.margin_left_0 { margin-left:0px !important; }
	.margin_left_5 { margin-left:5px !important; }
	.margin_left_10 { margin-left:10px !important; }
	.margin_left_15 { margin-left:15px !important; }
	.margin_left_20 { margin-left:20px !important; }
	.margin_left_25 { margin-left:25px !important; }
	.margin_bottom_0 { margin-bottom:0px !important; }
	.margin_bottom_5 { margin-bottom:5px !important; }
	
	/* PADDING */
	.padding_0 { padding:0 !important; }
	.padding_5 { padding:5px !important; }
	.padding_bottom_0 { padding-bottom:0px !important; }
	.padding_bottom_5 { padding-bottom:5px !important; }
	
	/* MASTER CONTAINER */
	#container_master {}
	
	#container_header {
		background: #ffffff url("../images_ui/headers/Header2.jpg") no-repeat 0% 0%;
		margin: 0;
		height: 115px;
		text-align:left;
		z-index: 800;
	}
		
	/* HEADER */
	#usda_logo {
		width:72px;
		padding: 0;
		margin: 4px 0 0 0;
		z-index: 0;
		height: 50px;
		overflow: hidden;
		float: left !important;
	}
	h1#usda_title {
		padding-top: 2px;
		padding-bottom:0;
		margin: 0;
		font-size: 15px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: none;
		height: 21px;
		float: left !important;
		overflow: hidden;
	}
	h2#header_site_title {
		padding-top: 7px;
		font-size: 18px;
		font-family: Helvetica, Arial, sans-serif;
		line-height:21px;
		font-weight:normal;
	}
	
	h4#header_secondary_title {
		padding-top: 7px;
		padding-left:10px;
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
		line-height: 15px;
		font-weight:normal;
		text-align:right;
	}
		h4#header_secondary_title a,
		h4#header_secondary_title a:link,
		h4#header_secondary_title a:visited {
			color:#000;
			text-decoration:none;
		}
		h4#header_secondary_title a:hover,
		h4#header_secondary_title a:focus {
			color:#369;
			text-decoration:underline;
		}
	
	#header_socialmedia {		
		padding-top:3px;
		text-align:right;
	}
		#header_socialmedia .StayConnectBold {	
			width:270px;
			padding-top:3px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #005782;
			font-style:italic;
			line-height:19px;
			float:left;
		}
		#header_socialmedia .socialmedia {
			width:201px;
			height:27px;
			overflow:hidden;
			padding:0;
			margin:0;
			text-align:right;
			display:block;
			float:left;
		}
	.header_login_status {
		vertical-align:bottom;
		text-align:right;
	}
	.header_login_status div {
		margin-top:18px;
		margin-right:10px;
	}
	
	/* MENU NAVIGATION */
	#topnav {
		position: relative;
		z-index: 800;
		background: 0px 0px;
		padding: 0;
		margin: 0;
		width: 655px;/*495px;*/
		height: 38px;
		float: left !important;
		clear:both;
	}
		#topnav ul {
			z-index: 800;
			padding: 0;
			margin: 0;
			display:block;
			list-style-type: none;
			clear:both;
		}
			#topnav ul li {
				z-index: 99999999;
				width:auto;
				height: 38px;
				padding: 0 !important;
				margin: 0 !important;
				display:block;
				float: left;
				list-style-type: none;
			}
				#topnav ul li.tab.tab_button {
					background: url("../images_ui/headers/Top_Nav_Center_Button.gif") repeat-x 0px 0px;
					display: block;
					float:left;
				}
				#topnav ul li.over a,
				#topnav ul li.over a:hover {
					color: #d0d0d0;
				}
				#topnav ul li.pxspace {
					font-size: 1px;
					width:1px;
				}
			#topnav ul li a {
				cursor: pointer;
				margin:0 !important;
				height:28px;
				padding:10px 18px 0 18px;
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height:15px;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				display:block;
				clear:both;
				float:none;
			}
			#topnav .mainlk {
				text-align:center;
				display:block;
				clear:both !important;
				float:none !important;
				/*top:10px;*/
			}
			
	#usda_topnav_left,
	#usda_topnav_right {
		width: 5px;
		height: 38px;
		padding: 0;
		margin: 0;
		cursor: default;
	}
		#usda_topnav_left {
			background: url("../images_ui/headers/Top_Nav_Left_Button.gif") repeat-x 0px 0px;
		}
		#usda_topnav_right {
			background: url("../images_ui/headers/Top_Nav_Right_Button.gif") repeat-x 0px 0px;
		}
	
	/* MAIN NAVIGATION - GRAY */
	/*#gray {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 9999999;
		clear:both;
	}*/
	
	/* MAIN NAVIGATION - SUB MENUS */
	#topnav li .submenu {
		position: absolute;
		top:38px;
		left:0;
		width: 750px;
		padding: 15px;
		margin-left:0;
		font-family: Arial, Helvetica, sans-serif;
		border: 2px solid #bbb;
		background: #fff;
		z-index: 800;
		clear:both !important;
		float:none;
		overflow: hidden;
		display: none;
	}
		#topnav li .submenu ul {
			width: 230px;
			padding:0 10px 0 12px;
			float: left;
			display: block;
		}
		#topnav li .submenu ul li {
			width: 100%;
			height:auto;
			clear: both;
			display: block;
		}
		#topnav li .submenu li a {
			height:auto;
			font-size: 12px;
			padding:0 0 5px 0;
			margin-bottom: 5px;
			line-height: 15px;
			color: #005782;
		}
			#topnav li .submenu li a:hover {
				text-decoration:underline;
			}
		#topnav li .submenu h2 {
			width: 100%;
			height:3px;
			margin: 0px;
			padding-top: 5px;
			background: url("../images_ui/headers/double_line.gif") repeat-x 0px 0px;
		}
			#topnav li .submenu h2 a {
				color: #000000;
				line-height: 25px;
				height: 25px
			}
		#topnav li .submenu.submenu_maps,
		#topnav li .submenu.submenu_about,
		#topnav li .submenu.submenu_downloads,
		#topnav li .submenu.submenu_help {
			width: 250px;
		}
		#topnav li .submenu.submenu_maps { left: 100px; /*138px;*/ }
		#topnav li .submenu.submenu_about { left: 172px; /*200px;*/ }
		#topnav li .submenu.submenu_downloads { left: 243px; }
		#topnav li .submenu.submenu_help { left: 535px; /*565px;*/ }
	#topnav li:hover .submenu,
	#topnav li.over .submenu {
		display: block;
		clear:both;
	}
		
	/* CONTENT */
	#container_content {
		background-color:#fff;
		z-index:1 !important;
	}
	
	#container_breadcrumbs {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		border-bottom:1px #000 solid;
		z-index:1 !important;
	}
	#container_breadcrumbs div {
		padding:11px 32px;
		float:left;
	}
	#container_breadcrumbs div a {
		font-weight: normal;
		color: #000099;
		text-decoration: none;
	}
	#container_breadcrumbs div a:hover {
		text-decoration:underline;
	}
	
	.full_column.grid_16.last {
		width:940px !important;
		margin-right:0 !important;
	}
	
	.left_column_tan {
		width: 258px;
		height: auto;
		overflow: hidden;
		border: 6px solid #E9DFB9;
		background-color: #F6F3E7;
		margin-bottom:20px;
	}
		.left_column_tan .left_column_content {
			padding-top: 5px;
		}
		.left_column_content h4 {
			width:99%; /* 248px;*/
			height: 20px;
			margin:6px 0 0 10px;
			padding:0;
			font-weight: bold;
			font-size: 14px;
			line-height:16px;
			color: #005782;
			font-style: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-variant: normal;
			text-align: left;
			text-transform: none;
			text-decoration: none;
			float:left;
			display:block;
		}
		ul.list_usda_arrow ,
		.left_column_content ul {
			margin: 0;
			padding:5px 0 15px 17px;
			line-height: 1em;
			list-style-type:none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			float:left;
			display:block;
		}
		ul.list_usda_arrow li,
		.left_column_content ul li {
			padding-bottom:10px;
		}
		ul.list_usda_arrow li a,
		.left_column_content ul li a {
			display: block;
			padding-left: 13px;
			background-image: url("../images_ui/content/Arrow-Menu.png");
			background-repeat: no-repeat;
			background-position: 0px 2px;
			text-align: left;
			font-weight: bold;
			font-size: 13px;
			color: #000000;
			font-style: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-variant: normal;
			text-decoration: none;
		}
		ul.list_usda_arrow li a:hover,
		.left_column_content ul li a:hover {
			text-decoration:underline;
		}
		
		.secondary_box {
			width:255px !important;
			margin:0 0 0 5px;
			width:230px;
			border:2px solid #005782;
			background-color:#e6eff5;
			display:block;
		}
			.secondary_box p { padding:5px 0 4px 5px; }
			.secondary_box.align_center p { padding-left:0 !important; }
		
	.right_column {
		padding-bottom:20px;
	}
		.right_column h1,
		.full_column h1 {
			width:100%;
			margin:20px 0 0 0;
			padding:0 0 15px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			color: #005782;
			background-image: url("../images_ui/content-long-divider.gif");
			background-repeat:repeat-x;
			background-position:bottom;
			display:block;
			float:left;
		}
			.right_column h1.usda_noborder,
			.full_column h1.usda_noborder {
				margin-top:0;
				padding-top:0;
				padding-bottom:0;
				background-image:none;
			}
		.right_column h2,
		.full_column h2 {
			width:100%;
			margin:10px 0 0 0;
			padding:0 0 15px 0;
			font-size: 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			background-image: url("../images_ui/content-long-divider.gif");
			background-repeat:repeat-x;
			background-position:bottom;
			display:block;
			float:left;
		}
		.right_column h3,
		.full_column h3 {
			width:100%;
			margin:10px 0 0 0;
			padding:0 0 5px 0;
			font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			display:block;
			float:left;
		}
		.right_column h4,
		.full_column h4 {
			width:100%;
			margin:10px 0 0 0;
			padding:0 0 5px 0;
			font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			display:block;
			float:left;
		}
		.right_column p,
		.full_column p {
			font-size: 13px;
			color: #000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin-top: 3px;
			margin-bottom: 7px;
		}
			
			.right_column p img.float_right {
				margin-left:5px;
				margin-bottom:5px;
				float:right;
			}
			.right_column p img.float_left {
				margin-right:5px;
				margin-bottom:5px;
				float:left;
			}
		.right_column ul {
			clear:both;
			line-height: 1.3em;
			margin-bottom:5px;
		}
	
	.highlight_important {
		border:1px solid #000;
		background-color:#e6eff5;
		margin:10px 0 15px 0;
		padding:5px 12px 12px 12px;	
	}
	
	/* HOMEPAGE */
	#homepage_top_bar { width:932px; }
	#homepage_content { 
		width:952px;
		margin-right:0 !important;
	}
		#homepage_top_bar .grid_5 { width:270px !important; /*289px;*/ }
		#homepage_top_bar .grid_11 { width:615px !important; /*661px;*/ }
		#homepage_content .grid_5 { 
			width:294px !important; /*289px;*/
			margin-right:0 !important;
		}
		#homepage_content .grid_11.last {
			width:647px !important; /*661px;*/
			margin-left:0 !important;
			margin-right:0 !important;
			padding:0 !important;
		}
		#homepage_content .grid_11 img { margin:5px; }
	
	.homepage h3 {
		width:99%; /* 248px;*/
		height: 20px;
		margin:10px 0 0 0;
		padding:0;
		font-weight: bold;
		font-size: 14px;
		color: #005782;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-variant: normal;
		text-align: left;
		text-transform: none;
		text-decoration: none;
		float:left;
		display:block;
	}
	.homepage label { }
	.homepage .banner {
		width: 258px;
		height: auto;
		overflow: hidden;
		border: 6px solid #E9DFB9;
		background-color: #F6F3E7;
	}
		.homepage .banner .banner_content { padding-top: 5px; }
		
	.homepage .text_content {
		text-align: left;
		background-color: #F3F3F3;
		border: 1px solid #bbb;
		margin-right:8px;
	}
	.homepage p,
	.homepage .text_content h3,
	.homepage .text_content ul { margin:12px; }
	
	.homepage .banner p { margin:0; }
	
	.homepage .text_content h3 { margin-bottom:5px; }
	
	.homepage .container_map_homepage {
		border-top:1px solid #bbb;
		border-right:1px solid #bbb;
		border-bottom:1px solid #bbb;
		background-color: #F3F3F3;
	}
	
	#zipcode_display {
		height:20px;
		margin-left:110px;
	}
	
	/* TABLE */
	table.table_format {
		margin:5px 0;
		clear:both;
	}
	table.table_format tr.row1 { background-color:#fff; }
	table.table_format tr.row2 { background-color:#eee; }
	table.table_format th {
		padding:4px 2px;
		text-align:left;
		border-bottom:1px solid #005782;
		background-color:#e6eff5;
	}
	table.table_format td {
		padding:5px 2px 6px 2px;
		border-bottom:1px groove #CCC;
	}
	
	
	/* HELP - TOOL TABLE */
	table.help_table {
		clear: both;
	}
		table.help_table tr.row1 { background-color:#fff; }
		table.help_table tr.row2 { background-color:#eee; }
		table.help_table th {
			padding:4px 2px;
			text-align:left;
			border-bottom:1px solid #005782;
			background-color:#e6eff5;
		}
		table.help_table td {
			padding:5px 2px 6px 2px;
			border-bottom:1px groove #CCC;
			vertical-align:middle;
			text-align:left;
		}
		table.help_table td.img {
			width:40%;
			text-align:center;
		}
	
	
	/* HELP - TABLE OF CONTENTS */
	ol.list_tablecontents {
		list-style-type:upper-roman;
		margin-left:25px;
		line-height: 1.3em;
		padding-bottom:10px;
		clear:both;
	}
		ol.list_tablecontents li {
			clear:both;
			padding-bottom:5px;
		}
		ol.list_tablecontents li ol {
			list-style-type:decimal;
			margin-top:8px;
			margin-left:25px;
			margin-bottom:8px;
			clear:both;
		}
			ol.list_tablecontents li {
				clear:both;
				padding-bottom:8px;
			}
			ol.list_tablecontents li ol li ol {
				list-style-type:lower-roman;
			    margin-top:8px;
				margin-left:25px;
				margin-bottom:5px;
				clear:both;
			}
			
	ol.list_decimal {
		list-style-type:decimal;
		margin:0 0 0 25px;
		clear:both;
		padding-top:0;
		padding-bottom:15px;
	}
		ol.list_decimal li {
			clear:both;
			margin-bottom:5px;
		}
	
	/* FOOTER */
	#container_footer {
		background-color:#fff;
	}
	#footer_content {
		height: 60px;
		width: 940px;
		padding: 0;
		background-color: #000;
		border: 0px solid #BBB;
		display:block;
		float: left;
	}
		#footer_content_text {
			width:100%;
			font-weight: lighter;
			font-size: 8pt;
			line-height:12pt;
			color: #fff;
			font-STYLE: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-variant: normal;
			text-align: center;
			text-transform: none;
			text-decoration: none;
			display:block;
			float: left;
		}
			#footer_content_text a {
				color: #fff;
			}
		#footer_content_space {
			width: 940px;
			height: 10px;
			background-color: #fff;
			display:block;
			float: left;
		}
		
	/* BUTTONS */
	.btn_red {
		padding: 1px 5px 2px 5px !important;
		margin:0;
    	border: 1px solid #000;
		background-color:#8b281d;
		background: -webkit-gradient(linear, center top, center bottom, from(#c64c3e), to(#8b281d));
		background: -moz-linear-gradient(center top ,#c64c3e, #8b281d) repeat scroll 0 0 #8b281d;
		color: #fff !important;
		text-decoration:none !important;
		font-weight:bold;
		font-size: 12px;
		cursor: pointer;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.btn_med { font-size: 13px !important; }
	a.btn {
		padding: 3px 8px !important;
		display:inline-block;
	}
	.btn_red:hover,
	.btn_red:focus {
		background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#8b281d));
		background: -moz-linear-gradient(center top , #ffffff, #8b281d) repeat scroll 0 0 #8b281d;
		color: #000 !important;
		text-decoration:none !important;
	}
	.btn_red.disabled,
	.btn_red.disabled:hover,
	.btn_red.disabled:focus {
		color: #eee !important;
		background-color:#666666;
		background: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#666666));
		background: -moz-linear-gradient(center top ,#eeeeee, #666666) repeat scroll 0 0 #666666;
		cursor:default;
	}
	
	.termsofuse {
		overflow:auto;
		width:400px;
		height:100px;
		padding:3px 8px 8px 8px;
		border:1px #000000 solid;
	}
	
	/* FORMS */
	.astr {
		font-weight:bold;
		color:#f00;
	}
	.form_format .form_field_block {
		width: 100%;
		margin: 0;
		padding: 5px 0;
		float: left;
		display: inline-block;
		clear: both;
	}
	.form_format .form_field_block label,
	.form_format .form_field_block label.default {
		width: 164px;
		padding-right: 15px;
		text-align: right;
		float: left;
		display: inline-block;
		clear: left;
	}
	.form_format .form_field_block label.form_narrow {
		width: 100px !important;		
	}
	.form_format .form_field_block .form_field_entry,
	.form_format .form_field_block .form_field_entry.default {
		min-width: 240px;
		vertical-align: text-top;
		display: inline-block;
		float: left;
	}
	.form_format .form_field_block .form_field_entry.form_skip_label {
		padding-left: 167px;
	}
	.form_format .form_field_block .form_field_entry.form_skip_label label.inline_label {
		width: auto;
		padding-right:0 !important;
		text-align: left;
		float: none !important;
		display: inline-block;
		float: left;
	}
	.form_format .form_field_block .form_field_entry.form_narrow {
		min-width: 200px !important;				
	}
	.form_format .form_field_block .form_field_msg {
		float: left;
		clear: right;
	}
	.form_format .btn_submit {
		padding-left: 167px;
	}
	
	/* CAPTCHA */
	.captcha_image {
		width:250px;
		margin:0;
		padding:0;
		float:left;
		display:inline-block;
	}
	.captcha_options {
		width:65px;
		margin:0;
		padding:0;
		float:left;
		display:inline-block;
	}
	
	/* MODALS */
	.modal h3 {
		width:99%; /* 248px;*/
		height: 20px;
		margin:5px 0 0 0;
		padding:0;
		font-weight: bold;
		font-size: 14px;
		color: #005782;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-variant: normal;
		text-align: left;
		text-transform: none;
		text-decoration: none;
		float:left;
		display:block;
	}
	/*.ui-dialog .ui-dialog-buttonpane button,*/
	.ui-dialog .ui-dialog-buttonpane button {
		height:20px;
		padding: 1px 5px 2px 5px;
		margin:0 0 0 10px;
		border:none;
		background-color:none;
		background:none;
		text-decoration:underline;
		color:#0000ff;
	}
	
	/*
	.ui-dialog .ui-dialog-buttonpane button:last-child {
		height:20px;
		padding: 1px 5px 2px 5px !important;
		margin:0 0 0 10px !important;
		border:none !important;
		background-color:none !important;
		background:none !important;
		text-decoration:underline !important;
		color:#0000ff !important;
	}
	*/
	
	.ui-dialog .ui-dialog-buttonpane button:first-child,
	.ui-dialog .ui-dialog-buttonpane button.btn_default,
	.modal button:first-child,
	.modal button.btn_default {
		padding: 2px 5px 2px 5px !important;
		margin:0 0 0 10px !important;
    	border: 1px solid #000;
		background-color:#8b281d;
		background: -webkit-gradient(linear, center top, center bottom, from(#c64c3e), to(#8b281d));
		background: -moz-linear-gradient(center top ,#c64c3e, #8b281d) repeat scroll 0 0 #8b281d;
		color: #fff;
		text-decoration:none;
		font-weight:bold;
		font-size: 12px;
		cursor: pointer;
		border-radius:3px;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
	}
	.ui-dialog .ui-dialog-buttonpane button:hover,
	.ui-dialog .ui-dialog-buttonpane button.btn_default:hover,
	.modal button:hover,
	.modal button.btn_default:hover {
		background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#8b281d));
		background: -moz-linear-gradient(center top , #ffffff, #8b281d) repeat scroll 0 0 #8b281d;
		color: #000 !important;
		text-decoration:none !important;
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
	}