/**** NAVIGATION PAGE STYLES ****/
.navigationMain {
	font-size : small;
	font-weight: Bold;	
	text-decoration : none;
	color : #A0A0A0 ;
	border-top: double #A0A0A0;
	border-bottom: double #A0A0A0;
}

.navigationSub {
	font-size : x-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #A0A0A0 ;
	border-top: double #A0A0A0;
	border-bottom: double #A0A0A0;
}

.navigationArticleTitle {
	font-size : x-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #006699 ;
}

.navigationArticleTitle A {
	font-size : x-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #006699 ;
}

.navigationArticleTitle A:Hover {
	font-size : x-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #A0A0A0 ;
}

.navigationArticleSubTitle {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #A0A0A0 ;
}

.navigationArticleSubTitle A {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #A0A0A0 ;
}

.navigationArticleSubTitle A:Hover {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #006699 ;
}

.navigationArticleBody {
	font-size : xx-small;
	font-weight: normal;	
	text-decoration : none;
	color : #000000 ;
}

.navigationArticleBody A {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : underline;
	color : #A0A0A0 ;
}

.navigationArticleBody A:Hover {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #006699 ;
}

.navigationCliffhanger {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #006699 ;
}

.navigationCliffhanger A {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #006699 ;
}

.navigationCliffhanger A:Hover {
	font-size : xx-small;
	font-weight: Bold;	
	text-decoration : none;
	color : #A0A0A0 ;
}

.navigationPageLiner {
	background-color: #A0A0A0;
}

