body {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

.mainCell {
    padding: 15px;
    padding-top: 0px;
    background-image: url(/images/h_main_bg.gif);
    height: 350px;
    color: #061F50;
    text-align: justify;
    font-size: 12px;
}

.tall {
    height: 100%;
}

sup { font-size:7px;}

.tinyText {
    font-size: 10px;
}

.subTitle {
    font-size: 14px;
    font-weight: bold;
    color: #061F50;
}

.subSubTitle {
    font-size: 13px;
    font-weight: bold;
    color: #061F50;
}

a:link {
    color: #364F80;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #364F80;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #667FB0;
    text-decoration: none;
}


.navBox {
    background-image:url(/images/nav_1_bg.gif);
	background-color:#D2D5DF; 
    padding: 2px;
}

.navBoxSelected {
    background-image:url(/images/nav_1_bg_on.gif);
	background-color:#D2D5DF;	
    padding: 2px;    
}

.whiteLink:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

.whiteLink:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;    
    font-size: 11px;
}

.whiteLink:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

.navyLink:link {
    color: #061F50;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

.navyLink:visited {
    color: #061F50;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

.navyLink:hover {
    color: #061F50;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

.hBorder {
    background-color: #A5A6A5;
    height: 1px;
}

.subHBorder {
    background-color: #3E5396;
    height: 1px;
}

.subNavBox {
    background-image: url(/images/nav_2_bg.gif);
	background-color:#D2D5DF;
}

.subSubNavBox {
    background-image: url(/images/nav_3_bg.gif);
	background-color:#D2D5DF;
}

.tableBoundary {
    background-color: #061F50;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
}

.tableBorder {
    background-color: #061F50;
}

.evenRow {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
    color: #061F50;
}

.evenRow td, .oddRow td
{
	padding-left: 5px;
}

.oddRow {
    background-color: #F5F6FA;
    font-size: 11px;
    padding: 2px;
    color: #061F50;
}

.redText {
    color: red;
}

.advertise {
	padding-top:7px;
}