body {
	margin: 0px;
	padding: 0px;
	background-color: #1f2072;
	background-image: url(assets/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
}
.leftSide {
	background-image: url(assets/left-bg.png);
}
.rightSide {
	background-image: url(assets/right-side.png);
}

.content {
	background-image: url(assets/content-bg.jpg);
	text-align: justify;
}
.gm {
	background-image: url(assets/gm-total-confidence.png);
}
.nav {
	color: #2383bf;
}
.nav a {
	font-size: 12px;
	color: #2383bf;
	text-decoration: none;
	padding-bottom: 22px;
	display: block;
	font-weight: bold;
}
.nav a:hover {
	color: #2e2f7b;
	text-decoration: underline;
}
#navSpacer {
	height: 36px;
	width: 100px;
}
.footer {
	font-size: 11px;
	color: #FFF;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.head {
	color: #1F2072;
}
.head a {
	color: #1F2072;
	text-decoration: none;
	font-weight: bold;
}
.head a:hover {
	color: #1F2072;
	text-decoration: underline;
}
.txt {
	text-align: justify;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #2383bf;
	margin: 0px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hdBold {
	color: #2e2f7b;
	font-weight: bold;
}
.hdPlain {
	color: #2e2f7b;
}
.homeTxt {
	font-size: 13px;
	line-height: 18px;
}
.homeTxtBlue {
	font-size: 13px;
	color: #1F2072;
	line-height: 20px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #2383bf;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bar {
	background-image: url(assets/bar.jpg);
	font-size: 14px;
	color: #FFF;
	padding-left: 12px;
}
.txtLightBlue14 {
	font-size: 13px;
	line-height: 18px;
	color: #2383BF;
}
.navActive {
	color: #2e2f7b;
	text-decoration: underline;
	display: block;
	padding-bottom: 22px;
	font-size: 12px;
	font-weight: bold;
}
