/************************************************ links */

    A:link {
        text-decoration:    underline;
        color:          blue;
    }

    A:active {
        text-decoration:    none;
        color:          #FF6600;
    }

    A:visited {
        text-decoration:    underline;
        color:          purple;
    }


    A:hover {
        color:          #FF6600;
    }
	
/***************main********************/



BODY {
	background-image : url(../NHimages/page-bgd.gif);
	background-repeat : repeat-x;
	background-color : White;
	font-size: 12px;
	color: Black;
	font-family: arial, sans-serif;
}


TD{
        font-size:      12px;
        color:          #000000;
        font-family:        arial, sans-serif;
 }


.primaryHeader {
	font-size: 21px;
	color: #000000;
	font-family: arial, sans-serif;
	font-weight : bold;
}

.piccaption
{
	COLOR: 777777;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
}

.listText {
	font-size: 10px;
	color: #000000;
	font-family: arial, sans-serif;
}

.specialBold {
	color: #006633;
	font-family: arial, sans-serif;
	font-weight : bold;
}

.specialQuoteText {
	color: #336633;
	font-family: arial, sans-serif;
}

.superscriptText {
	vertical-align: super;
	font-size: 8px;
}

.copyright{
	color: #777777;
	font-size: 8pt;
	font-weight: normal;
}
/*************bottom table******************/
.bottomTableBG {
	background : #4B8F22;
	}

.bottomTableFont {
        font-size:      12px; font-weight : bold;
        color:          #000000;
        font-family:        arial, sans-serif;
	}

.bottomTableFont A:link {
        text-decoration:    none;
        color:          #4B8F22;
    }

.bottomTableFont A:active {
        text-decoration:    underline;
        color:          #0000ff;
    }

.bottomTableFont  A:visited {
        text-decoration:    none;
        color:         #996600;

.bottomTableFont A:hover {
        text-decoration:    underline;
        color:          #4B8F22;
    }


/***************************************************/



.teststyle{
	color: #777777;
	font-size: 8px;
	font-weight: normal;
}

.contentBorder{
	background-color : #999999;
}

.contentBackground{
	background-color : #efefef;
}
.contentBottomBackground{
	background-color : #e4ebf8;
}


