body,td,th {
	font-size: 12px;
	color: #333333;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #716F64;
}
.TopBar {
	background-image: url(images/morganbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.WhiteBorder{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.BlackBorder{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.FooterBlock{
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000073;
	border-bottom-color: #666666;
}
.MainHeading{
	font-size: 16px;
	font-weight: bold;
	color: #040C3B;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.SubHeading{
	font-size: 12px;
	font-weight: bold;
	color: #1F4C76;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.BlockBorder{
	border: 1px solid #999999;
}
.ImageBorder{
	border: 5px solid #FFFFFF;
}