P  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
}

H1  {
	font-size : x-large;
	font-family : Arial;
	font-weight : bold;
	text-align : left;
}

H2  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
}

H3  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	color : Teal;
	text-align : center;
	padding-bottom : 0;
	padding-top : 0;
	line-height : 1;
}

BODY  {}

p.normal  {
	font-size : medium;
	font-family : Arial;
}

p.highlight  {
	font-size : medium;
	font-family : Arial;
	font-style : italic;
	color : Green;
}

A.white  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : white;
	font-style : normal;
	text-decoration : none;
}

.tabNormal  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : White;
}

.tabSelect  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Black;
	font-style : italic;
	background-color : White;
}

.highlightGreen  {
	font-size : small;
	font-family : Arial;
	font-style : italic;
	color : Maroon;
}

.normal  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
}

p.small  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
}

A.blue  {
	font-size : x-small;
	font-family : Arial;
	color : #0000FF;
}

