a:link, a:active, a:visited{ 
	color: #8E191B;
	text-decoration: underline;
}
a:hover{ 
	color: #8E191B;
	text-decoration: none;
}
a.LINK_white:link, a.LINK_white:active, a.LINK_white:visited{ 
	color: #FFFFFF;
	text-decoration: none;
}
a.LINK_white:hover{ 
	color: #FFFFFF;
	text-decoration: underline;
}
a.LINK_extra:link, a.LINK_extra:active, a.LINK_extra:visited{ 
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.LINK_extra:hover{ 
	color: #DDDDDD;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.LINK_extra2:link, a.LINK_extra2:active, a.LINK_extra2:visited{ 
	color: #555555;
	font-size: 9px;
	text-decoration: none;
}
a.LINK_extra2:hover{ 
	color: #6F6F6F;
	font-size: 9px;
	text-decoration: none;
}
a.LINK_menu:link, a.LINK_menu:active, a.LINK_menu:visited{ 
	color: #FFFFFF;/* #454647;*/
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.LINK_menu:hover{ 
	color: #222222;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
body{
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
ul{
	color: #8E191B;
	line-height: 125%;
	list-style-type: square;
}
.BACK_red{
	background-color: #8E191B;
}
.BACK_gray{
	background-color: #999999;
}
.BACK_image{
	background-position: center right;
	background-repeat: no-repeat;
}
.breadCrumb{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.FONT_dark{
	color: #343536;
}
.FONT_gray{
	color: #DDDDDD;
	font-weight: normal;
}
.FONT_red{
	color: #8E191B;
}
.FONT_white{
	color: #FFFFFF;
}

input, textarea{
	border: 1px solid #666666;
	color: #343536;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#menu1{
	margin-top: -6px;
}

#menu2{
	margin-left: -1px;
	margin-top: -8px;
}
#content{
	margin-top: 20px;
	padding: 0px 60px 5px 0px;
}
#address{
	padding: 5px 0px 5px 0px;
}