@charset "utf-8";
/* CSS Document */

.bg_nav_cell {
	background-image: url(images/nav_bg_rep.jpg);
	background-repeat: repeat-x;
}
.bg_footer_cell {
	background-image: url(images/footer_bg_rep.jpg);
	background-repeat: repeat-x;
}
.bg_page_cell {
	background-image: url(images/page_bg_pattern.jpg);
	background-repeat: repeat;
}
.font_main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.font_main_no_space {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.font_color_L {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #d70519;
	text-decoration: none;
}
.font_footer_nav_light {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.font_color_header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0066;
	text-decoration: none;
}
