
A
{
	color: #E17100;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

A:hover{
	color : #F59D62;
}


/* Borders */

.rightborder {
	border-right: 2px solid #004883;
}

.leftborder {
	border-left: 2px solid #004883;
}

.topborder {
	border-top: 2px solid #004883;
}

.topbordernav {
	border-top: 2px solid #E8E8E8;
}

.bottomborder {
	border-bottom: 2px solid #004883;
}

.bottombordernav {
	border-bottom: 2px solid #E8E8E8;
}

.headershadow {
	background-image: url('../images/shadow.gif');
	background-repeat: repeat;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

/*Error Page Classes
.errorTableBorder{
	height : 3;
	width : 3;
	background-color : #E17100;
}

.errorTableBorderNH{
	background-color : #E17100;
	width : 3;
}

.errorTableBorderNW{
	height : 3;
	background-color : #E17100;
}

.errorHeading{
	font-family : Tahoma;
	font-size : 14pt;
	font-weight : bold;
	color : #004883;
	line-height : 26pt;
}

.errorLabelText{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
	color : #787878;
	text-align : right;
}

.errorText{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	color : #787878;
	text-align : left;
}

.MetaTags{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	color : white;
	text-align : left;
}
*/

/* Header Page Classes */
.headerTab{
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #EBF1F9;
	text-align : center;
	vertical-align : middle;
	width : 95px;
	height : 35px;
}


/*Menu Page Classes*/

.leftnav {
	background-color:#FFFFFF;
	color:#E17100; 
	font-family:arial; 
	font-size: 14px; 
	font-weight: bold;
	border-left: 2px solid #E8E8E8;
	border-right: 1px solid #FFFFFF;
}


A.navlink:link { 
	color:#E17100; 
	font-family:Tahoma; 
	font-size: 12px;
	text-decoration:none;
	font-weight: bold; 
}

A.navlink:visited { 
	color:#E17100; 
	font-family:Tahoma; 
	font-size: 12px;
	text-decoration:none; 
	font-weight: bold; 
}

A.navlink:hover { 
	color:#E17100; 
	font-family:Tahoma; 
	font-size: 12px;
	text-decoration:none; 
	font-weight: bold; 
}

.menuTitle{
	font-family : Tahoma;
	font-size : 12pt;
	font-weight : bold;
	color : #E17100;
	text-align : center;
	line-height : 20pt;
}

.menuMainOption{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
	color : #E17100;
	text-align : left;
	padding-top : 5pt;
}

.menuSubOption{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	color : #E17100;
	text-align : left;
	padding-left : 10pt;
}

.menuTableBorder{
	height : 2;
	width : 1;
	background-color : #C9C9C9;
}

.menuTableBorderNH{
	background-color : #C9C9C9;
	width : 1;
}

.menuTableBorderNW{
	height : 2;
	background-color : #C9C9C9;
}


/*Body Page Classes*/

.bodyGreen
{
	font-family : "ParkAvenue BT";
	font-size : 18pt;
	font-weight : bold;
	color : Green;
	line-height: 40pt;
}

.bodyTableBorder{
	height : 2;
	width : 1;
	background-color : #004883;
}

.bodyTableBorderNH{
	background-color : #004883;
	width : 1;
}

.bodyTableBorderNW{
	height : 2;
	background-color : #004883;
}

.bodyContents{
	background-color : #E8E8E8;
}

.bodyHeading{
	font-family : "ParkAvenue BT";
	font-size : 14pt;
	font-weight : bold;
	color : #E17100;
	line-height: 40pt;
}

.bodyTableHeader{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
	color : #E17100;
}

.bodyTableHeaderAlt{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
	color : #E17100;
}

.bodyTableLabel{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	color : #004883;
	text-align: right;
}

.bodyTableBody{
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : normal;
	color : #004883;
	text-align: left;
}

.bodyTableBodyLarge{
	font-family : Tahoma;
	font-size : 12pt;
	font-weight : normal;
	color : #004883;
}

.bodySearchBorder{
	height : 2;
	width : 1;
	background-color : #C9C9C9;
}

.bodySearchBorderNH{
	background-color : #C9C9C9;
	width : 1;
}

.bodySearchBorderNW{
	height : 2;
	background-color : #C9C9C9;
}

.bodySearchContents{
	background-color : #FFFFFF;
}


