A, A:VISITED  {
	color : blue;
	text-decoration:none;
}

A:ACTIVE, A:HOVER {
	color : Red;
	text-decoration:none;
}

DIV.P {
	
	text-align : justify;
	text-indent : 25px;
	}
	
	DIV.PI {
	
	text-align : justify;
	text-indent : 45px;
	font-style: italic;
	}
	
DIV.P1 {

text-align : justify;
}

DIV.PC {
	
	text-align : center;
		}
		
DIV.PH {
	
	text-align : center;
	background-color: #C2E3F3;
	}
		
DIV.PCI {
	
	text-align : center;
	font-style: italic;
	}
	
DIV.PR {
	
	text-align : right;
	}
	
DIV.PRI {
	
	text-align : right;
	font-style: italic;
	}
	
SPAN.EM {
	
	font-style: italic;
	}
	
	
DIV.FNOTE {
	font-size: smaller;
	}
	
SPAN.CAPS {
	text-transform: uppercase;
	}
	
	
