body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;;

}

a {
	text-decoration:none;
	color:#009900;
}

p {
	font-style: normal;
	color: #333333;
	line-height:20px;
}	
h2 {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #006600;
	padding-bottom: 18px;
}
textarea {

	height: 200px;
	width: 250px;
	border: 1px solid #006600;
	background-color: #f3f3f3;
}
input {
	line-height: 20px;
	color: #333333;
	width: 170px;
	background-color: #f3f3f3;
	border: 1px solid #CCCCCC;
}
form {
	line-height: 20px;
	padding-top: 20px;
	padding-left: 10px;	
}
li {
	margin-bottom: 5px;
	color: #333333;
}
ul {
	margin-left:20px;
	list-style-position: outside;
	list-style-image:  url(pict/dot.gif);
	margin-top: 3px;
	margin-bottom: 5px;
}
.text {
	font-style: normal;
	color: #333333;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
