a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
body, div, p, th, td, li, dd {
	font-family: Arial, "MS Sans Serif", Verdana;
	font-size: 16px;

}
textarea {
	font-family: Arial, "MS Sans Serif", Verdana;
	
}
.small {
	font-size: 85%;
	
}
.sideBarText {
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
	
}
.headerText {
	font-size: 150%;
	font-weight: bold;

}
.headerTextSmall {
	font-size: 120%;

}
.copyrightText {
	font-size: 80%;
	text-align: center;

}
.updatedDateText {
	font-size: 80%;
	text-align: center;

}
.calendarDayNumber {
	font-size: 80%;

}
.pageHeader {
	font-size: 200%;
	text-align: center;

}




/*
<!--Used for leaders page-->
*/
.leaderName {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background-color: #FF0000;
}
.leaderHeading {
	font-size: 36px;
	font-weight: bold;
	color: #00AAFF;
}
.leaderInformation {
	font-size: 16px;
	color: #000000;
	padding-left: 5px;
	font-weight: normal;
	background-color: #FFFF00;
}
.boldText {
	font-weight: bold;

}