@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('./font/UbuntuCondensed-Regular.eot');
    src: url('./font/UbuntuCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('./font/UbuntuCondensed-Regular.woff2') format('woff2'),
         url('./font/UbuntuCondensed-Regular.woff') format('woff'),
         url('./font/UbuntuCondensed-Regular.ttf') format('truetype'),
         url('./font/UbuntuCondensed-Regular.svg#Ubuntu Condensed') format('svg');
    font-weight: 400;
    font-style: normal;
}
td {line-height: 17px}
.v1 {font-family:Ubuntu Condensed, sans-serif; font-size:18px; color:#4d4d4d}
.v2 {font-family:Ubuntu Condensed, sans-serif;font-size:20px;font-style:normal;color:#FFFFFF;background-color:#4d4d4d;margin:0;}
.v2 a {text-decoration:none;color:white;}
.v3 {font-family:Ubuntu Condensed, sans-serif;font-size:20px; color:#4d4d4d}
.v4 {font-family:Tahoma, Verdana, Arial, sans-serif; font-size:11px; color: #4d4d4d}
body {margin: 0px 0px 0px; background-color: #ffffff}
P {text-align: justify;}
.line-top {margin-top: 0px; margin-bottom: 20px; width: 100%; height: 1px; background-color: #e4e4e4}
.line {margin-top: 10px; margin-bottom: 20px; width: 100%; height: 1px; background-color: #e4e4e4}
#secondary { float: left; width: 100%; border-top: 1px solid #dcdad4; background: #f4f4ed;}

.b-top {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:30px;
	overflow:hidden;
	width:40px;
	height:40px;
	border:none;
	text-indent:100%;
	background:url(./top.png) no-repeat left -40px;
	opacity: .4;
	z-index:9999;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}	
.b-top:hover {opacity: 1;}	
.b-top:active, .b-top:focus {outline:none;}

div.nojs {background-color: #F7E1D9; text-align: center; padding: 10px; border: 5px solid #E4A086; color: #D05725;}

.faces{margin: 0 auto; width: 100%;}
.faces_choice_area{margin: 0 auto; width:600px; height: 17px; font-family:Ubuntu Condensed, sans-serif; font-size:20px;}

.faces_choice_area span{
   background: none repeat scroll 0 0 #4d4d4d;
   color: #fff;
   cursor: pointer;
   float: left;
   height: 17px;
   line-height: 17px;
   margin-right: 12px;
   text-align: center;
}

.faces_choice_area span:last-child{margin-right: 0;}
.faces_choice_area span:hover {background: #fff; color: #4d4d4d;}
.faces_choice_area span.ch{background: #fff; color: #4d4d4d;}

span.faces_choice{display: none;}
span.faces_choice.ch{display:block;}

.f {
   float: left;
   height: 17px;
   margin-right: 12px;
   text-align: center;
}


