html, body {
    font-family: tahoma,arial,verdana,helvetica;
    font-weight: normal;
    font-size: 12px;
}

a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #C73730;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #3E3F43;
}

h4,h5,h6 {
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
}

input.submitbutton {
	height: 25px; 
	background-color: #AA0507;
	border: solid #181818 1px;
	padding: 1px;
	cursor: pointer;
        color: #FFFFFF;
        font-size : 11px;
        font-weight: bold;
}
input.submitbutton a:hover {
	border: solid #181818 1px;
        color: #335F91;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}
.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
