/* CSS Document -- linkStyling.css */


a, a:link, a:visited, a:hover {
	color: #333;
	text-decoration: underline;
}

a.noticeable, a.noticeable:link, a.noticeable:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

a.regular, a.regular:link, a.regular:visited {
	color: #333;
	text-decoration: none;
}a.regular:hover { text-decoration: underline; }

a.anchor, a.anchor:link, a.anchor:hover, a.anchor:visited {
	text-decoration: none;
}

.docList a:link, .docList a:visited, .docList a:hover {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #807046;
}.docList a:hover { text-decoration: underline; }


/********************HEADER SECTION********************/
/*.header_menu a, .header_menu a:link, .header_menu a:visited {
	color: #807046;
	text-decoration: none;
}

.header_menu a:hover {
	color: #807046;
	text-decoration: underline;
}*/
/******************HEADER SECTION END******************/


/********************PAGE NAVIGATION SECTION********************/
.content_nav a, .content_nav a:link, .content_nav a:visited, .content_nav a:hover,
.content_nav_prod a, .content_nav_prod a:link, .content_nav_prod a:visited, .content_nav_prod a:hover {
	color: #333;
	text-decoration: underline;
}
/******************PAGE NAVIGATION SECTION END******************/


/********************SIDE MENU BAR SECTION********************/
.menu_bar a, .menu_bar a:link, .menu_bar a:visited,
.menu_bar_mini a, .menu_bar_mini a:link, .menu_bar_mini a:visited,
.custsup_menu a, .custsup_menu a:link, .custsup_menu a:visited {
	color: #F9F9F9;
	text-decoration: none;
}.custsup_menu a, .custsup_menu a:link, .custsup_menu a:visited {
	color: #333;
}

.menu_bar a:hover, .menu_bar_mini a:hover, .custsup_menu a:hover {
	color: #F9F9F9;
	text-decoration: underline;
}.custsup_menu a:hover {
	color: #333;
}
/******************SIDE MENU BAR SECTION END******************/


/********************PRODUCT TABLES SECTION********************/
.products table tr td a, .products table tr td a:link, .products table tr td a:visited, .products table tr td a:hover {
	color: #807046;
	text-decoration: none;
}.products table tr td a:hover { text-decoration: underline; }
/******************PRODUCT TABLES SECTION END******************/


/********************SITEMAP SECTION********************/
.sitemap a, .sitemap a:link, .sitemap a:visited, .sitemap a:hover {
	text-decoration: none;
}.sitemap a:hover { text-decoration: underline; }
/******************SITEMAP SECTION END******************/


/********************FOOTER SECTION********************/
.footer_content a, .footer_content a:link, .footer_content a:visited,
.footer_content_prod a, .footer_content_prod a:link, .footer_content_prod a:visited {
	color: #333;
	text-decoration: none;
}

.footer_content a:hover,
.footer_content_prod a:hover {
	color: #333;
	text-decoration: underline;
}
/******************FOOTER SECTION END******************/


/* CSS Document -- linkStyling.css */