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

#RedEmptyBar{
	background-image: url(../img/red_bg.gif);
	height: 10px;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E31B23;
        border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*End of top header area*/
.red{
	color: #E31B23;
	font-weight: bold;
	display: block;
}