.headerTxt {
	font-family: Calibri, Arial;
	font-size: x-large;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}
.menuBlue {
	font-family: Calibri, Arial;
	font-size: large;
	color: #3399FF;
	text-decoration: none;
}
.menuGreen {
	font-family: Calibri, Arial;
	font-size: large;
	color: #99CC33;
	text-decoration: none;
}
.footerText {
	font-family: Calibri, Arial;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	font-weight: lighter;

}
p {
	font-family: Calibri, Arial;
	font-size: medium;
	color: #333333;
}
.titleBlue {
	font-family: Calibri, Arial;
	font-size: large;
	color: #3399FF;
	font-weight: bold;


}
.titleGreen {
	font-family: Calibri, Arial;
	font-size: large;
	color: #99CC33;
	font-weight: bold;



}
a {
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
}
ul {
	font-family: Calibri, Arial;
	font-size: medium;
	color: #333333;
}
li {
	list-style-type: square;
}
.greenTxt {
	color: #99CC33;
}
.smaller {
	font-size: x-small;
	color: #666666;
}

