/* CSS Document */

html body {
	font-family: Verdana;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #ffffff;

}

.price{
	font-family: Verdana;
	color: #598c3e;
	font-size: 10.5pt;
	text-align: center;
	
}

.desc{
	font-family: Verdana;
	color: #3c571c;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}

.title{
	font-family: Verdana;
	color: #4a8800;
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
}
.content{
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;

}

.desc2{
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	text-align: center;

}

.sitetext{
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	text-align: justify;

}


a {
	color: #3c571c;
	text-decoration: underline;

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}



p {
	text-align: justify;
}

h2 {
	font-size: 10pt;
	font-weight: 800;
	background-color:#eee;
}

#title {
	font-size: 8pt;
	font-weight: 800;
}

#text1
{
  font-size: 7pt;
  font-weight: normal;
}

#txt ul li {
list-style-type:disc;
margin-left:25px;
}

#txt ol li {
margin-left:25px;
list-style-type: decimal;
}

#datatbl tr td {
font-size:8pt;
}

td, tr
{
font-size:8pt;

}

.normaltext {
font-size: 0.8em;
font-family: verdana;
}
