@charset "utf-8";
/* CSS Document */ 

body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	line-height: 16px;
	background-color: #fff;
	margin: 1;
	padding: 1
}
a {
	font-weight: none;
	text-decoration: underline;
	color: #000033
}
img {border: 1; 
vertical-align: middle;
margin: 1;
	padding: 1
}

ul {
	list-style-type: disc;
	margin-left: 0px;
}
li {
	line-height: 15px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.red {
	color: #C54214;
}
.green {
	color: #060;
}
.ptitle {
	font-size: 24px;
	font-weight: bolder;
}

