﻿
/* HTML TABS */
body 
    { margin:0px; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; }
div .spacer
{
    clear: both;
}

.PageContainer
{
    /* border: solid 5px black; */
}
.PageContainer:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    } 
.ContentPage
{
    background-image:url(img/iebgslice.gif);
}
H6 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN: 10px 0px; COLOR: #333; TEXT-ALIGN: left; 
}


.PrivacyPolicy { font-size: 12px;
   margin-bottom: 20px; }
.PrivacyPolicy .top { 
	BACKGROUND: url(img/top.gif) no-repeat left center; 	
	FLOAT: right; MARGIN: 0px; 
	padding: 0px 0px 0px 8px;
}

#questionSet {
	FONT-SIZE: 11px
}
#questionSet UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 8px 0px 8px 5px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#questionSet LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 20px; BACKGROUND: url(img/bullPoints.gif) no-repeat left top; PADDING-BOTTOM: 0px; MARGIN: 4px 0px; PADDING-TOP: 0px
}


/* CONTENT */
.Content
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
}
.Content .Copy
{
   font-size: 12px;
   margin-bottom: 20px;
}
.Content .EditText
{
    font-size: 12px;
    color: Red;
    font-weight: bold;
}
.Content .Title
{
   padding-top: 2px;
   font-weight: bolder;
   font-size: 14px;
   margin-bottom: 20px;
}
.Content .Header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0000ff;
    LINE-HEIGHT: 15px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.Content .Signature
{
    FONT-SIZE: 10px;
    COLOR: #003366;
    LINE-HEIGHT: 11px;
}

.Content .HeaderGlossary
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0000ff;
    LINE-HEIGHT: 15px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

.Content .Bookmark
{
    margin-top: 1px;
    margin-bottom: 1px;
}

/* FOOTERS */
.Footer
{
    font-size: 9px;
    line-height: 10px;
    color: #003366;
    width: 780px;
    font-family: arial,helvetica,sans-serif;
}
.Footer .CopyRight
{
    font-size: 8pt;
    margin:4px 0 4px 0;
    color: black;
    text-align: center;
    font-family: arial,helvetica,sans-serif;
}
.Footer A:link
{
    color: #003366;
    text-decoration: none;
}
.Footer A:visited
{
    color: #003366;
    text-decoration: none;
}
.Footer A:hover
{
    color: white;
    background-color: #003366;
    text-decoration: none;
}
.FooterHome
{
    float:left;
    width:455px;
    height: 22px;
    font-size: 8px;
    font-weight:normal;
    color: white;
    text-align:center; 
    background-color:#003366;
}
.FooterHome .CopyRight
{
    font-size: 8pt;
    padding-bottom: 4px;
    color: white;
    text-align: center;
}
.FooterHome A:link
{
    color: white;
    text-decoration: none;
}
.FooterHome A:visited
{
    color: white;
    text-decoration: none;
}
.FooterHome A:hover
{
    color: white;
    text-decoration: underline;
}
/* FOOTERS */

/* TOP NAV MENU */
.fly
{
    font-weight: bold;
    font-size: 10px;
    color: white;
}
A.fly:link
{
    color: white;
    text-decoration: none
}
A.fly:visited
{
    color: white;
    text-decoration: none
}
A.fly:hover
{
    color: #003366;
    background-color: #ffcc00;
    text-decoration: none
}
