.lft-shadow-bkgd {
	background-attachment: fixed;
	background-image: url(images/bkgd-shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rgt-shadow-bkgd {
	background-attachment: fixed;
	background-image: url(images/bkgd-rgt-shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16pt;
	font-weight: normal;
	color: 002F5D;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;


}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #003366;
}
.logo-bkgd {
	background-attachment: fixed;
	background-image: url(images/logo-bkgd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.btm-shadow-bkgd {
	background-attachment: fixed;
	background-image: url(images/bkgd-btm-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #1A5084;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002F5D;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002F5D;
	text-decoration: none;
}
.form-btn {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: DFECF3;
	border: 1px solid #3E6EA4;
}
