body {
	background-color: #d8ffe0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.main {
	width: 750px;
	border: 1px solid black;
	background-color: #d8ffe0;
	padding: 10px;
}

sup {
	font-size: 10px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #7EBF6F;
	color: White;
	float: left;
	clear: both;
	width: 100%;
	border: 1px solid black;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #7EBF6F;
	color: White;
	font-size:  12px;
	text-decoration: none;
	float: left;
	border-right: 1px solid black;
}

#navcontainer ul li a:hover
{
	background-color: #283F25;
	color: #fff;
}

h3.caption {
	text-align: right;
}

h4.caption {
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

.imgcaption {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

p.question {
	font-weight: bold;
}

p.faq {
	text-indent: 10px;
}

p.norm {
	text-indent: 10px;
}

p.right {
	text-align: right;
	font-size: 10px;
}

.linklist {
	border: 1px solid #000;
	background-color: #e6e6e6;
	list-style-image: none;
	padding: 10px;
	margin: 10px;
	list-style-position: inside;
	width: 400px;
	clear: both;
}

.cap {
	font-size: 10px;
	font-style: italic;
}