/* MAIN */

body, table, tr, td {
font: 11px "Times New Roman", helvetica, sans-serif; 
color: #050606; 
letter-spacing: 0px; 
line-height: 16px; 
}

body {
background-color: #888; 
margin: 0px; 
padding: 0px; 
text-align: center; 
}

td {
text-align: justify;
}

/* LINKS */

a:link {
font: 11px "Times New Roman", helvetica, sans-serif; 
text-decoration: none; 
color: #CFB398; 
font-weight: normal;
}

a:visited  {
font: 11px "Times New Roman", helvetica, sans-serif; 
text-decoration: none; 
color: #312216;
font-weight: normal;
 }

a:hover {
font: 11px "Times New Roman", helvetica, sans-serif; 
text-decoration: none; 
color: #ccc; 
font-weight: normal;
 }

a:active {
font: 11px "Times New Roman", helvetica, sans-serif; 
text-decoration: none; 
color: #CFB398; 
font-weight: normal;
 }

a.nav:link {
font-family: "Times New Roman", helvetica, sans-serif;
font-size: 15pt;
background-color: #fff; 
text-decoration: none;
color: #CFB398;
font-weight: bold;
padding: 0px; 
margin: 0px 4px;
border-bottom: 0px;
display: inline;
}

a.nav:visited  {
font-family: "Times New Roman", helvetica, sans-serif;
font-size: 15pt;
text-decoration: none; 
background-color: #fff; 
color: #312216;
font-weight: bold;
padding: 0px; 
margin: 0px 4px;
border-bottom: 0px;
display: inline;
}

a.nav:hover {
font-family: "Times New Roman", helvetica, sans-serif;
font-size: 15pt;
text-decoration: none; 
background-color: #fff; 
color: #ccc; 
font-weight: bold;
padding: 0px; 
margin: 0px 4px;
border-bottom: 0px;
display: inline;
}

a.nav:active {
font-family: "Times New Roman", helvetica, sans-serif;
font-size: 15pt;
text-decoration: none; 
background-color: #fff; 
color: #CFB398; 
font-weight: bold;
padding: 0px; 
margin: 0px 4px;
border-bottom: 0px;
display: inline;
}


/* CONTENT */

.header { 
padding-bottom: 0px;
width: 100%;
}

.menu { 
background-color: #fff; 
padding: 2px 0px 2px 0px; 
text-align: center; 
margin: auto;
text-transform: uppercase;
font-family: "Arial", sans-serif;
font-size: 10px;
letter-spacing: 1px;
border: 1px #c8c8c8 solid;
}

.body {
margin: 0px 12px 0px 12px;
}

.content { 
padding: 4px 0px 6px 0px; 
text-align: justify;
margin: 3px 0px;
}

#wrap { 
width: 662px;
background-color: #f4f4f4;
margin: auto;
text-align: center;
}

p {
margin: 0px 0px 10px 0px;
padding: 0px;
}


/* HEADERS */

h1 {
font-family: "Times New Roman", helvetica, sans-serif;
font-size: 15pt;
text-transform: uppercase;
letter-spacing: -1px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 7px 0px;
color: #4A2818;
font-weight: bold;
font-style: italic;
text-align: right;
}

h2 {
font-family: "Times New Roman", helvetica, sans-serif;
font-size: 15pt;
text-transform: uppercase;
letter-spacing: -1px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
color: #5E3E23;
font-weight: bold;
font-style: italic;
text-align: right;
}

strong {
font-weight: normal;
color: #f5f5f5;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
}

.disclaimer {
padding-top: 8px;
font-size: 10px;
text-align: center;
color: #565656;
}

html > body .content {
height: auto;
min-height: 156px;
}