@charset "utf-8";
/* CSS Document */
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f540b;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 25px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 20px;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 20px;
	padding-left: 20px;
	list-style: square;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f540b;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content small {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
	
#content .right ul, #content .right p, #content .right h2 {
	margin-bottom: 10px;
}
#content a {
	color: #666666;	
	font-weight: bold;
}
#content a:hover {
	color: #1f540b;
}
#content td {
	vertical-align: top;
}



