body {
	background-image: url(../images/bg-strip.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bg-footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01128F;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
.pageHeader {
	font-size: 22px;
	font-weight: bold;
	color: #008CE3;
}
.menuitems {
	font-size: 12px;
	font-weight: bold;
	color: #008CE3;
}

/* LINKS */

a:link {
	color: #008CE3;
	text-decoration: none;
}
a:visited {
	color: #008CE3;
	text-decoration: none;
}
a:hover {
	color: #041FFD;
	text-decoration: none;
}
a:active {
	color: #041FFD;
	text-decoration: none;
}

a.menulk:link {
	color: #008CE3;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.menulk:visited {
	color: #008CE3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menulk:hover {
	color: #041FFD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menulk:active {
	color: #041FFD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.footerlk:link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
a.footerlk:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
a.footerlk:hover {
	color: #008CE3;
	font-size: 10px;
	text-decoration: none;
}
a.footerlk:active {
	color: #008CE3;
	font-size: 10px;
	text-decoration: none;
}

a.bluBGlk:link {
	color: #CCE3F5;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.bluBGlk:visited {
	color: #CCE3F5;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.bluBGlk:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.bluBGlk:active {
	color: #051FFE;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.pageSubHead {
	font-size: 16px;
	font-weight: bold;
	color: #01128F;
}

