@charset "utf-8";
/* CSS Document */

/* COLORS
background: #20180F
red: #B12A1C;
gold: #FFBD22
pewter; #3C2E1E
*/

body {
margin: 0;
padding: 0;
background-image: url(images/nav/bg.png);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #281F13;
}

h1 {
font-weight:bold;
font-size: 24px;
}
h2 {
font-weight:bold;
font-size: 18px;
}
h3 {
font-weight:bold;
font-size: 14px;
}
h4 {
padding: 0;
margin: 0;
font-weight:bold;
font-size: 12px;
}

.footerText {
font-size: 12px;
color: #FFFFFF;
}

.footerText a {
color: #FFFFFF;
text-decoration: none;
}
.footerText a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.headerText {
font-size: 8px;
color: #FFFFFF;
}