body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.SpringallTitle {
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #2A5090;
	text-align: center;
	letter-spacing: 1em;
	word-spacing: 2em;
}
.SpringallSubTitle {
	font-size: x-large;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #5A90CC;
	text-decoration: none;
}
.SpringallPageTitle {
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #5A90CC;
	text-decoration: none;
}
.SpringallHeading {
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #2A5090;
	text-decoration: none;
}
.navBar {
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: middle;
	border: 0px solid #5A90CC;
	text-decoration: none;	
}
.footNote {
	font-size: small;
}
.endNote {
	font-size: x-small;
}

a:hover {
	color: #5AB0FF;
	font-style: normal;
	text-decoration: underline;
	text-transform: lowercase;
}
a:link {
	text-transform: lowercase;

}
a:visited {
	text-decoration: none;
	text-transform: lowercase;
}
a:active {
	text-decoration: underline;
	font-style: normal;
	text-transform: lowercase;
}


.SpringallTagline {
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #5A90CC;
	text-decoration: none;
}
.mainTableBordered {
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: ridge;
	border-left-style: double;
	border-top-color: #5A90CC;
	border-right-color: #5A90CC;
	border-left-color: #5A90CC;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #5A90CC;
}
.sidebarBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A90CC;
}
.bottomRowBordered {
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #5A90CC;
}
