body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555;
}

a {
    color: #1769e0;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.t1 {
    font-family: 'Arial';
    font-size: 15px;
    color: #800080;
    font-weight: bold;
}

.t2 {
    font-family: 'Arial';
    font-size: 17px;
    color: #c3c2c1;
    font-weight: bold;
}

.t3 {
    font-family: 'Arial';
    font-size: 15px;
    color: #d5d4d2;
    font-weight: normal;
}

.t4 {
    font-family: 'Arial';
    font-size: 12px;
    color: #800080;
    font-weight: bold;
}

.t5 {
    font-family: 'Arial';
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.t6 {
    font-family: 'Arial';
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.t7 {
    font-family: 'Arial';
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

.t8 {
    font-family: 'Arial';
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.t9 {
    /* font-family: 'Arial'; */
    /* font-size: 11px; */
    color: #000;
    font-weight: 600;
}

.t10 {
    /* font-family: 'Arial'; */
    font-size: 22px;
    color: #858585;
    font-weight: normal;
}

.t11 {
    font-family: 'Arial';
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.t12 {
    font-family: 'Arial';
    font-size: 18px;
    color: white;
    font-weight: normal;
}

.t13 {
    font-family: 'Arial';
    font-size: 12px;
    color: white;
    font-weight: normal;
}

.t14,
.table1 th {
    font-family: 'Arial';
    font-size: 12px;
    color: #7d7d7d;
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, .87);
}

.t15 {
    font-family: 'Arial';
    font-size: 14px;
    /*color: #444;*/
    font-weight: bold;
}

.table1 td {
    font-family: 'Arial';
    font-size: 12px;
    color: #444;
    font-weight: normal;
}

.t16 {
    font-family: 'Arial';
    font-size: 16px;
    color: black;
    font-weight: bold;
    color: #fff;
}

.t17 {
    font-family: 'Arial';
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, .6);
}

.t18,
.box4_t {
    font-family: 'Arial';
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, .87);
}

.t19,
.box4_cnt {
    font-family: 'Arial';
    font-size: 12px;
    color: black;
    font-weight: normal;
    text-shadow: 0 1px rgba(255, 255, 255, .87);
}

.t20,
.form .form_errors {
    font-family: 'Arial';
    font-size: 12px;
    color: #c20000;
    font-weight: normal;
}

.t21 {
    font-family: 'Arial';
    font-size: 12px;
    color: #800080;
    font-weight: bold;
}

.t22 {
    font-family: 'Arial';
    font-size: 12px;
    color: #a4a4a4;
    font-weight: bold;
}

.t60 {
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

.t61 {
    color: #000000;
    font-family: Arial;
    font-size: 24px;
}

.title1 {    
    overflow: hidden;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #505050;
    text-transform: uppercase;
}
.title1 .title_cnt{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.title1 .title_bg {
    content: '';
    display: block;
    overflow: hidden;
    height: 8px;
    margin-top: 14px;
    background: #efedee;
    background: -moz-linear-gradient(left,#c7c7c7 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c7c7c7), color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(left,#c7c7c7 0%,#fcfcfc 100%);
    background: -o-linear-gradient(left,#c7c7c7 0%,#fcfcfc 100%);
    background: -ms-linear-gradient(left,#c7c7c7 0%,#fcfcfc 100%);
    background: linear-gradient(to right,#c7c7c7 0%,#fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#fcfcfc',GradientType=1 );
}

.title1 a:hover{
    color: #CBDF2C;
}

.title3{
    font-size: 1.4rem;
    font-weight: bold;    
}

.box-description {
    margin: 0 0 20px;
    background: #fafafa;
    padding: 1%;
}

.box-description p {
    margin: 0;
    padding: 7px 0;
}