/***** Main Styles *****/

body {
	margin: 0px;
}

body, p, td {
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: white;
}

.header, .header tr, .header td, .header a, .header a:visited, .header p {
	color: white;
	background: Black;
	margin: 0px;
	text-decoration: none;
}

.header a:hover, .header a:active {
	color: yellow;
	text-decoration: underline;
}

.tight {
	margin: 0px;
}

p {
	margin: 15px;
}


a, a:hover, a:active {
	color: DarkSlateBlue;
}

/***** Navigation Styles *****/
.nav, .nav tr, .nav td {
	font: Arial;
	font-size: 14px;
	background: silver;
}

.nav td {
	padding-left: 15px;
}

a.leftNav, a.leftNav:hover, a.leftNav:visited, a.leftNav:active {
	color: white;
}


h1, h2, h3 {
	margin: 5px;
	font-family: Arial;
}

h1 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

h2 {
	font-size: 22px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
}
