@charset "utf-8";
/* CSS Document */

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #666;
	line-height: 20px;
	text-align: left;
	}
	.whitebold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;	
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	}
	.onGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	line-height: 20px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #5ea300;
	
	}
.titlePurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #622378;
	
	}
.link {
	color: #fd9a2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.link:hover {
	color : #5ea300;

}
.linkb {
	color: #5ea300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.linkb:hover {
	color : #fd9a2d;
	}
.linkc {
	color: #fd9a2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.linkc:hover {
	color : #5ea300;
	
	}
.linkd {
	color: #5ea300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.linkd:hover {
	color : #fd9a2d;
}
	
.linke {
	color: #622378;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.linke:hover {
	color : #fd9a2d;
