@charset "utf-8";

.header {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #006600;
}

.greenBack {
	background-color: #006600;
}

.yellowBack {
	background-color:#FFFF00;
}

.WhiteBack {
	background-color:#FFFFFF;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.h5 {
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
}
p2 {
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}