.terms-of-conditions {
    color:#fff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:11px;
    padding:10px;
}
.terms-of-conditions u{color:#FCD27F;}
.terms-of-conditions b{color:#FCD27F;}

.terms-of-conditions a {
    text-align:left;
}


.terms-of-conditions a:hover {
    text-decoration:underline;
    color:#804000;
}

.terms-of-conditions td {
    color:#fff;
    letter-spacing:1px;
    padding-top:5px;
}
.terms-of-conditions h1 {
    font-size:18px;
    color:#FCD27F;
    padding:0px;
    padding-left:8px;
    margin:0px;
}

.terms-of-conditions h2 {
    font-size:13px;
    margin:0px;
    margin-bottom:10px;
    color:#FCD27F;
}

.terms-of-conditions h3 {
    font-size:12px;
    font-weight:bold;
    margin:0px;
    margin-bottom:10px;
    color:#fff;

}

.terms-of-conditions hr {
    margin:13px 0px;
    padding:0px;
    color:#DED3B9;
    background-color:#DED3B9;
    border:0px;
    border-bottom:1px dashed #804000;
    clear:both;
    width:100%;
}

* html hr {
	margin:5px 0px;
}
