body,td,th {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009;
}
a:hover {
	text-decoration: none;
	color: #030;
}
a:active {
	text-decoration: underline;
}

#hdr {
	font-size: 12px;
	font-weight: bold;
	color: #060;
	background-color: #D8DFCD;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}
#menu {
	color: #FFF;
	background-color: #346702;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
}
#menu a{
	color: #FFF;
	background-color: #346702;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover{
	color: #FF0;
	background-color: #346702;
	text-align: center;
	text-decoration: underline;
}
h1 {
	color: #030;
	line-height: 100%;
}
h2 {
	color: #060;
	line-height: 100%;
}
h3 {
	color: #060;
	line-height: 100%;
}


.PD {
	padding: 20px;
}
.copyrgt {
	font-size: 70%;
	padding: 10px;
	font-weight: bold;
}
.PDlft {
	padding-left: 20px;
}
.PDrgt {
	padding-right: 20px;
}

#main {
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #030;
	border-left-color: #030;
}
#foot {
	font-size: 12px;
	font-weight: bold;
	color: #060;
	background-color: #D8DFCD;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}
.Sm {
	font-size: 90%;
	line-height: 110%;
}
.xSm {
	font-size: 0.7em;
	line-height: 110%;
}
.xSmPD {
	font-size: 0.7em;
	line-height: 110%;
	padding-right: 20px;
	padding-left: 20px;
}

.lst {
	font-size: 1.1em;
	line-height: 2em;
	list-style-type: square;
	padding-left: 50px;
}
.Lg {
	font-size: 1.1em;
	line-height: 110%;
}

