	/* Page Declarations */
.Nav_Image {	
	vertical-align : middle;
	}
.Nav_Link {
	padding-left : 3px;
	padding-top : 4px;
	padding-bottom : 4px;
	font-family : Arial, Helvetica, sans-serif;
	white-space : nowrap; 
	}
.Nav_LinkLevel1 {
	font-size : 17px;
	font-weight : bold;
	padding-left : 5px;
	}
.Nav_LinkLevel2 {
	font-size : 17px;
	font-weight : bold;
	padding-left : 5px;
	}
.Nav_LinkLevel3 {
	font-size : 15px;
	font-weight : bold;
	padding-left : 15px;
	}
.Nav_LinkLevel4 {
	font-size : 14px;
	font-weight : bold;
	padding-left : 30px;
	}


A:LINK.Nav_On {
	color : #FFFFFF;
	text-decoration : none;
	}
A:LINK.Nav_Off {
	color : #28166F;
	text-decoration : none;
	}
A:VISITED.Nav_On {
	color : #FFFFFF;
	text-decoration : none;
	}
A:VISITED.Nav_Off {
	color : #28166F;
	text-decoration : none;
	}
A:HOVER.Nav_On {
	color : #FFFFFF;
	text-decoration : underline;
	}
A:HOVER.Nav_Off {
	color : #FFFFFF;
	text-decoration : underline;
	}