@charset "utf-8";
/* CSS Document */


        .captionRed, .captionBlack
        {
            color: #fff;
            font-size: 26px;
            line-height: 30px;
			font-family: 'Open Sans Light', "Arial";
			-webkit-font-smoothing: antialiased !important;
        }
        .captionRed
        {
            background: #c31731;
            background-color: rgba(195, 23, 49, 1);			
			text-align: left;
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionRed, A.captionRed:active, A.captionRed:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionRed:hover
        {
            color: #c31731;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
		
		.textGray
        {
            background: none;
			text-align: left;
			color: #575757;
			font-size: 14px;
            line-height: 20px;
			font-family: 'Open Sans ', "Arial";
        }
		
		.textGray-wbg
        {
			text-align: left;
			color: #575757;
			font-size: 14px;
            line-height: 20px;
			font-family: 'Open Sans ', "Arial";
			background-color: #fff;
            background-color: rgba(255, 255, 255, 0.8);
        }
