/* Body and Anchors */

body {
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			12pt;
	background:			white;
	color:				black;
	margin:				5px 15px 5px 15px;
}

body.black {
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			12pt;
	background:			black;
	color:				white;
	margin:				5px 10px 5px 10px;
}

body.white {
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			12pt;
	background:			white;
	color:				black;
	margin:				5px 10px 5px 10px;
}

p {
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			12pt;
}

td {
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			12pt;
}


a {
	background:			white;
	color:				black;
	text-decoration: 	underline;
	text-align:			center;
}

a:Hover {
	background: 		black;
	color:				white;
}


/* Navigation */

a.nav {
	background:			black;
	color:				white;
	text-decoration: 	underline;
	text-align:			center;
}

a.nav:Hover {
	background: 		white;
	color:				black;
}

span.nav {
	background:			black;
	color:				white;
	text-align:			center;
}

/* Spans */

.status {
	padding:			6px;
	border:				black solid 1px;
}

.note {
	font-size: 			11pt;
}


.directions {
	font-size: 			85%;
	color:				#A86686;
}


.hdr 	{
	background-color: 	black;
	color: 				white;
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			16pt;
	font-weight: 		bold;
	padding-left:       2em;
}

/* Headers */

H1 	{
	background-color: 	white;
	color: 				black;
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			16pt;
	padding-left:  		6px;
	padding-right: 		6px;
	padding-top: 		3px;
	padding-bottom: 	3px;
	border-bottom: 		black solid 2px;
}

H2 	{
	background-color: 	white;
	color: 				black;
	font-family: 		Georgia, Helvetica, sans-serif;
	font-size: 			14pt;
	font-style:			italic;
	padding-top: 		3px;
	padding-bottom: 	3px;
}

