
BODY {
	background-color: white;
	font-family: "verdana, arial, helvetica";
}

H1 {
	color: #003399;
	text-align: center;
}

H2 {
	text-align: center;
}

H3 {
	text-align: center;
	color: #993300;
}

H4 {
	text-align: left;
	font-size: 14pt;
	font-weight: 500;
	color: #993300;
}

.r {
	text-align: right;
	text-indent: 0%;
}

.c {
	text-align: center;
	text-indent: 0%;
}

.l {
	text-align: left;
	text-indent: 5%;
}

.j {
	text-align: justify;
	text-indent: 5%;
}

P {
	text-indent: 5%;
	text-align: justify;
}

P.border {
	text-align: center;
	text-indent: 0%;
	border-top: 5pt green;
	border-right: 5pt green;
	border-bottom: 5pt green;
	border-left: 5pt green;
}

A:link {
	color: #0033cc;
	text-decoration: underline;
}

A:hover {
	color: #3366ff;
	text-decoration: underline;
}

A:visited {
	color: #000099;
	text-decoration: underline;
}
LI {
	text-indent: 5%;
	text-align: justify;
}
TABLE	{
	border : 0px solid Blue;
}
TD		{
	border : 1px solid #000080;	
	font-family: "verdana, arial, helvetica";
	text-align: justify}
TD.shaded	{
	background-color : #D0D8fA;
}

TD.title	{
	background-color : #b0b8eA;
	font-weight:600;
	color:#003399;
}