@charset "UTF-8";
/* CSS Document */



.red { color: red; }
.green { color: green ; }
.staff-box {
	margin-bottom: 20px;
}
.greenline {
color: #7fa882;
background-color:#7fa882;
height:2px;
width:500px;
margin-top:20px;
margin-bottom:20px;
}
.purple-home {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height: 30px;
	color:#702c91;
}
.purple {
	color:#702c91;
	line-height:20px;
}
.blue {
	color:#0066cc;
}
.orange {
	color:#ff9900;
}
.red {
	color:#e9041f;
}
.green-script {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	color:#7fa882;
	padding-bottom:20px;
	}
.green li ul{
font-size:12px;
color: #00461b;
}