BODY {
	color : Black;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: Teal;
}

A:LINK, A:VISITED {
	color : #663333;
	text-decoration : underline;
}

P {
	font-size : x-small;
}

A:HOVER {
	background-color : #FFFFFF;
	color : #00009F;
	text-decoration : underline;
}

H1 {
	font-size : small;
	font-weight: bold;
	margin-bottom : 1em;
	text-align : center;

}

H2 {
	font-size : small;
	text-align : left;
	text-decoration : underline;
	font-weight: normal;
	margin-bottom : 1em;
	font-variant: normal;
}

H3 {
	font-size : smaller;
	text-align : left;
	font-weight: normal;
	margin-bottom : 1em;
	text-decoration : underline;
   font-variant: small-caps
}

H4 {
	font-size : smaller;
	margin-left : auto;
	margin-top : auto;
	list-style-type: disc;
	margin-bottom : 1em;
}


H5 {
	color : #000000;
	font-size : x-small;
	font-style : italic;
	font-weight : normal;
	margin-top : 1.0em;
	text-align : center;
}

H6 {
	color : #000000;
	font-size : xx-small;
	font-style : italic;
	font-weight : normal;
	margin-bottom : 1.0em;
	text-align : center;
}

TH {

}

TD {

}

LI {
	font-size : x-small;
	list-style-type : square;

}


.sub_footer {
		font-size : xx-small;
		text-align : center;
}

.first-line {
		text-indent : 28px;
}

.first-letter {
	font-family : "Times New Roman", times, serif;
	font-size : 24px;
	font-style: italic;
	color : Black;
}


P.first-line:first-letter {
	font-family : "Times New Roman", times, serif;
	font-size : 24px;
	font-style: italic;
	color : Black;
}

