body {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

a:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

address {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

div.revised {
	font-style: normal;
	font-size: 0.75em;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

div.copyright {
	font-style: normal;
	font-size: 0.75em;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.NavLeftTitle {
	font-weight: bold;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.NavLeftLink {
	background-color: transparent;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.Logo {
	background-color: #C0CCEE;
	background-color: #EEEEEE;
}

td.NavBar {
	width: 12em;
	background-color: #C0CCEE;
	background-color: #EEEEEE;
}

/* Image placed on the right side of the page so text
floats around them on the left, above, and underneath */

IMG.AlignRight {
	float: right;
	padding-left: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	}


/* Image placed on the left side of the page so text
floats around them on the right, above, and underneath */

IMG.AlignLeft {
	float: left;
	padding-right: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	}

h1 { text-align: left; }

h1.center {
	text-align: center;
}

h1.left {
	text-align: left;
}

