<!--

body {
background-color: #bfbfbf;
background-repeat: repeat;
margin: 10px 10px 10px 10px;
font-family: arial, verdana, sans-serif;
color: #000000;
}

h1 {
font-family: arial, verdana, sans-serif;
color: #7a3039;
font-weight: bold;
position: relative;
}

h2 {
font-family: arial, verdana, sans-serif;
color: #7a3039;
font-weight: bold;
position: relative;
}

h3 {
font-family: arial, verdana, sans-serif;
color: #7a3039;
font-weight: bold;
position: relative;
}

h4 {
font-family: arial, verdana, sans-serif;
color: #7a3039;
font-weight: bold;
position: relative;
}

h5 {
font-family: arial, verdana, sans-serif;
color: #7a3039;
font-weight: bold;
position: relative;
}

h6 {
font-family: arial, verdana, sans-serif;
color: #7a3039;
font-weight: bold;
position: relative;
}

img {
border: none;
}

p {
font-family: arial, verdana, sans-serif;
color: #000000;
position: relative;
}

a {
font-family: arial, verdana, sans-serif;
font-weight: bold;
}

a:link {
color: #7a3039;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #7a3039;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #7a3039;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #7a3039;
font-weight: bold;
text-decoration: underline;
}

hr {
position: relative;
width: 50%;
height: 2px;
text-align: left; /*this will align it for IE*/
margin: 0px auto 0px 0px; /*this will align it right for Mozilla*/
border: 1px solid #000000;
color: #000000;
background-color: #000000;
}

ul {
font-family: arial, verdana, sans-serif;
color: #000000;
position: relative;
list-style: disc inside;
}

ol {
font-family: arial, verdana, sans-serif;
color: #000000;
position: relative;
list-style: decimal inside;
}

div.content {
background-color: #bfbfbf;
background-repeat: repeat;
position: relative;
z-index: 1;
}

div.footer {
background-color: #bfbfbf;
background-repeat: repeat;
position: relative;
z-index: 2;
}

p.footer {
font-weight: bold;
}

div.navigation {
background-color: #7a3039;
background-repeat: repeat;
position: relative;
z-index: 4;
}

p.navigation {
color:#e1e1e1;
font-weight: bold;
}

a.navigation {
color:#e1e1e1;
font-weight: bold;
}

a.navigation:link {
color: #e1e1e1;
font-weight: bold;
text-decoration: none;
}

a.navigation:visited {
color: #e1e1e1;
font-weight: bold;
text-decoration: none;
}

a.navigation:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

a.navigation:active {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

div.header {
background-color: #bfbfbf;
background-repeat: repeat;
position: relative;
z-index: 3;
}

img.header {
position: absolute;
}

div.container {
background-color: #bfbfbf;
text-align: left;
}

div.ptffooter {
display: none;
}

.altButtonFormat {
background-color: #ffffff;
border: 1px solid #000000;
color: #000000;
font-family: arial, verdana, sans-serif;
font-weight: normal;
}

.altTextField {
background-color: #ffffff;
border: 1px solid #000000;
color: #000000;
font-family: arial, verdana, sans-serif;
font-weight: normal;
}

-->