a, a:visited {
color: #000;
font-weight: bolder;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

body {
margin: 0;
padding: 0;
color: #000;
background: #FFF;
}

b {
color: #000;
}

h1, h2, h3, h4, h5, h6 {
color: #000;
font-weight: bold;
line-height: 1.5em;
margin: 6px 0 6px 0;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {
font-size: 160%;
}

h2 {
font-size: 130%;
}

h3 {
font-size: 105%;
}

h4 {
font-size: 75%;
}

img {
border: 0;
vertical-align: bottom;
}

p {
margin-top: 14px;
margin-bottom: 14px;
}

table, td {
margin: 0;
padding: 0;
border-spacing: 0px;
font-family: Arial,Helvetica,sans-serif;
}

table.header {
width: 100%;
border-bottom: 2px solid #000;
}

td.title {
width: 100%;
}


/* ----- CONTENT SECTION ----- */

/*#introMsg {
color: #FFF;
font-size: 11px;
text-align: center;
font-weight: bolder;
background-color: transparent;
font-family: Georgia,Helvetica,Arial,sans-serif;
}*/

#container {
color: #000;
width: 694px;
margin: 0 auto;
padding: 0;
background: #FFF;
}

#banner {
display: none;
}

#logoHead {
display: none;
}


#content {
width: 100%;
padding: 0 0 80px 0;
}

#contentBox {
display: block;
}

#termsPg {
margin: 0;
padding: 0;
}

#termsPgContent {
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
}

#info {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}

#icons {
display: none;
}

#footer {
clear: both;
background: #FFF;
border-top: 2px solid #000;
}

#footlinks {
color: #000;
padding: 8px;
font-size: 12px;
text-align: center;
font-family: Arial,Helvetica,sans-serif;
}

#footlinks a, #footlinks a:visited {
margin: 0;
padding: 0;
color: #000;
font-weight: normal;
text-decoration: none;
}

#footlinks a:hover {
text-decoration: underline;
}

#footmisc {
color: #FFF;
margin: 0 auto;
font-size: 11px;
text-align: center;
background: transparent;
font-family: Arial,Helvetica,sans-serif;
}


/* ----- NAVIGATION SECTION ----- */

#nav {
display: none;
}



