BODY {
	background : White;
	font-family : Times New Roman, Times, serif;
	font-size : 14 px;
	color: black;
	
	/* Scrollbars are supported in IE 5.5 + only */
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #CCCCCC;
	scrollbar-darkshadow-color : #CCCCFF;
	scrollbar-face-color : #9900CC;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #999999;
}

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: #993333;
}

.SectionTitle {
	font-family : Times New Roman, Times, serif;
	font-size : 22 px;
	color : #9900CC;
	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;
}

