p {
	padding: 6;
}

h1 {
	font-family: "Arial Black";
	font-size: 2em;
}

h2 {
	font-family: "Arial Black";
	font-size: 150%;
	color: black;
}

.h2 a {
	display: block;
	padding: 6;
	line-height: 0.9em;
	text-decoration: none;
	background: none;
	color: black;
} .h2 a:hover {background: black; color: white; text-decoration: none;}

h3 {
	font-family: "Arial Black";
	color: black;
}
	
.h3 a {color: black; text-decoration: none;} .h3 a:hover {color: black; text-decoration: underline;}

h4 {
	font-family: "Arial Black";
	color: black;
}

.h4 a {color: black; text-decoration: none;} .h4 a:hover {color: black; text-decoration: underline;}
	
.smallWhite {
	display: block; position: relative;
	top: 3;
	font-size: small; letter-spacing: normal;
	line-height: 1em;
	color: white;
} .smallWhite a { color: white; text-decoration: none;} .small a:hover {text-decoration: underline;}

.smallBlack {
	font-size: small; letter-spacing: normal;
	line-height: 1em;
	color: black;
} .smallBlack a { color: black; text-decoration: none;} .small a:hover {text-decoration: underline;}

.bold {
	font-weight: bold;
} .bold a {color: black; text-decoration: none;} .bold a:hover {color: black; text-decoration: underline;}

/* Indent Styles */
.indentLeft {position:relative;left:6;top:-8;}

/* Table Styles */
th {text-align: left;}

a {
	color: black;
	text-decoration: none;
} a:hover {
	text-decoration: underline;
	font-weight: bold;
}

th {text-align:center;vertical-align: top;font-weight: bold;}
td {text-align:center;vertical-align: top;}