
.PNORMAL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}
.PJUSTIFY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color: #ffffff;
	text-align : justify;
}

.PBOLD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #99CCFF;
	text-align : left;
}
.PHEADLINE { 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold 
 }
 .PHEADLINEWHITE {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

.BFBOLD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color : #330066;
	text-align : right;
}

.SBOLD {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.NAVP {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 2px;
	text-align : left;
	color : #99CCFF;
}
	
.NAVBF {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 2px;
	text-align : right;
	color : #330066;
}

A.NAV:link {
	color : #6699ff;
	background-color : transparent;
	text-decoration : none;
}
A.NAV:visited {
	color : #6699ff;
	background-color : transparent;
	text-decoration : none;
}
A.NAV:hover {
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
}

A.NAVBF:link {
	color : #330066;
	background-color : transparent;
	text-decoration : none;
}
A.NAVBF:visited {
	color : #330066;
	background-color : transparent;
	text-decoration : none;
}
A.NAVBF:hover {
	color : #999999;
	background-color : transparent;
	text-decoration : none;
}


