BODY {
	background : White;
	font-family : Times New Roman, Times, serif;
	font-size : 14 px;
	color: black;
}

P {
	font-family : Times New Roman, Times, serif;
	font-size : 14 px;
	color: black;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	text-decoration: none;
	color : #330066;

}

A:FOCUS, A:HOVER {
	text-decoration: none;
	color: #330099;
}

.SectionTitle {
	font-family : Times New Roman, Times, serif;
	font-size : 22 px;
	color : Navy;
	font-weight : bold;
	text-align: justify;
}

.SubText {
	font-family : Times New Roman, Times, serif;
	font-size : 15 px;
	color : Maroon;
	font-weight : bold;
	text-align: justify;
}

