/* No comment */
body {
    background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
table {
	margin-left: auto;
	margin-right: auto;
}
.head {
	width: 800px;
	height: 80px;
	background-color: #ffffff;
	color: #000000;
	margin-top: 0px; 
	text-align: center;
	font-size: 16px;
}
.marq {
	width: 800px;
	color: #000000;
	background-color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-style: italic;
}
.marq a {
	color: #0000ff;
	font-size: 15px;
	text-decoration: underline;
	font-style: italic;
}
.marq a:hover {
	color: #ff0000;
	font-size: 15px;
	text-decoration: none;
	font-style: italic;
}
.main {
	text-align: left;
	width: 800px;
	height: auto;
	color: #000000;
	background-color: #ffffff;
}
.nav {
	height: auto;
	width: 150px;
	text-align: left;
	vertical-align: top;
	border-right: thin dashed #999999;
}
.nav ul {
	list-style: none;
	padding: 2px;
	margin: 2px;
}
.nav h1 {
	color: #000000;
	border-bottom: thin dotted #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.nav a {
	color: #0000ff;
	font-size: 13px;
	text-decoration: underline;
}
.nav a:hover {
	color: #ff0000;
	font-size: 13px;
	text-decoration: none;
}
.nav p {
	color: #000000;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navlinks {
	padding: 2px;
	margin: 2px;
}
.navlinks a {
	color: #0000ff;
	font-size: 13px;
	text-decoration: underline;
}
.navlinks a:hover {
	color: #ff0000;
	font-size: 13px;
	text-decoration: none;
}
.content {
	height: auto;
	width: 640px;
	vertical-align: top;
}
.content h1 {
	color: #000000;
	border-bottom: thin dotted #999999;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 20px;
}
.content h2 {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 17px;
}
.content p {
	color: #000000;
	font-size: 13px;
	margin-top: 2px;
}
.content td {
	color: #000000;
	font-size: 13px;
}
.content a {
	color: #0000ff;
	font-size: 13px;
	text-decoration: underline;
}
.content a:hover {
	color: #ff0000;
	font-size: 13px;
	text-decoration: none;
}
.em {
	color: #ff0000;
	font-weight: bold;
}
.footer {
	width: 800px;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.footer a {
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}
.footer a:hover {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}
