@charset "utf-8";
/* CSS Document */
p{
font-family:verdana, sans-serif: 
font-size:12px;
	color:#000;
	line-height:18px;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
	
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #066331;
}
ul {
	font-size: 12px;
}
table tr td table {
	margin-left: 15px;
	border-collapse: collapse;
}
.container {
	margin-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #007150;
}

.content td, .content th {
	text-align: left;
	padding: 5px;
}
.content th {
	color: #FFC;
	background-color: #90;
}
.content td, .content th {
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #007150;
	border-right-color: #007150;
	border-bottom-color: #007150;
	border-left-color: #007150;
}
a:link { color: #006331;}
a:visited { color: #093; }
