body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: small;
	color: #333333;
}
.normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
p a{
color:#339966;
}
p a:hover{
color:#000000;
}
#bottom{
	color: #ffffff;
	text-decoration: underline;
}
#navlist {
	padding: 10px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	font-size: small;
}
#navlist li {
	margin: 0 0 8px 0;
	color: #FFFFFF;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px dotted #33CC99;
	width: 150px;
}
#navlist a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#navlist a:hover {
	border: 1px dotted #000000;
	color: #000000;
	background-color: #00CC99;

}
h1 {
	font-size: large;
	color: #333333;
	/*margin-bottom: 0px;*/
}
h2 {
	font-size: medium;
	color: #333333;
	margin-bottom: 0px;
}
.boxtop {
	background-image: url(images/boxtop.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
.boxtop h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.boxmiddle {
	background-image: url(images/boxmiddle.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.boxbottom {
	background-image: url(images/boxbottom.gif);
	background-repeat: no-repeat;
}
.titlebackground {
	background-image: url(images/backgroundgreen.gif);
	background-repeat: repeat;
}
.symptomstable p{
	margin-bottom: 1px;
	margin-top: 1px;
}
