html, body {
height: 100% overflow: hidden;
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 16px;
font-style: italic;
color: #605f5f;
margin: 0;
}


#container {
height: 100%; 
overflow: auto; 
position: relative; 
z-index: 99;
}
      
      
#bgndImg { 
visibility: visible; 
position: fixed;
top: 0; 
left: 0; 
z-index: 1;
}


#bgndImgIE { 
visibility: visible; 
position: absolute;
top: 0; 
left: 0; 
z-index: 1;
}


a {
color: #605f5f;
text-decoration: none;
}



a:visited {
color: #605f5f;
text-decoration: none;
}



a:hover {
color: #ec008c; text-decoration:underline;
}



.mainNavOn {
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 16px;
font-style: italic;
text-decoration: underline;
color: #ec008c;
}




.tertiaryNav {
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 16px;
font-style: italic;
text-align: right;
color: #605f5f;
}




.mainBody a:link {
color: #000000;
text-decoration: underline;
}



.mainBody a:visited {
color: #000000;
text-decoration: underline;
}



.mainBody a:hover {
color: #ec008c; text-decoration:none;
}



.mainBody {
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 16px;
font-style: italic;
color: #000000;
}




.mainBodyU {
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 16px;
font-style: italic;
text-decoration: underline;
color: #000000;
}




.titleText {
font-family: georgia, times new roman, serif;
font-size: 30px;
line-height: 32px;
font-style: italic;
color: #ec008c;
}




.subtitleText {
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 24px;
font-style: italic;
color: #000000;
}




.captionText a:link {
color: #605f5f;
text-decoration: underline;
}



.captionText a:visited {
color: #605f5f;
text-decoration: underline;
}



.captionText a:hover {
color: #000000; text-decoration:none;
}



.captionText {
font-family: georgia, times new roman, serif;
font-size: 12px;
line-height: 16px;
font-style: italic;
color: #605f5f;
}




.copyrightText {
font-family: georgia, times new roman, serif;
font-size: 9px;
line-height: 11px;
font-style: italic;
color: #605f5f;
}




p {
margin-bottom: 13px;
}