.headerBgd {
	background-color: #FFFFFF;
	background-image: url(../img/bgd_gradiant.jpg);
	background-repeat: repeat-x;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0053A0;
	padding: 5px;

}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;


}
a:link {
	color: #0053A0;
}
a:visited {
	color: #0053A0;
}
a:hover {
	color: #7FA9CF;
}
.lineLT {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0053A0;
	border-right-color: #0053A0;
	border-bottom-color: #0053A0;
	border-left-color: #0053A0;
}
.lineTB {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0053A0;
	border-right-color: #0053A0;
	border-bottom-color: #0053A0;
	border-left-color: #0053A0;
}
.lineB {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0053A0;
	border-right-color: #0053A0;
	border-bottom-color: #0053A0;
	border-left-color: #0053A0;
}
.footerBgd {
	background-color: #FFFFFF;
	background-image: url(../img/footer_bgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.border {
	border: 1px solid #0053A0;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 5px;
	list-style-position: outside;
	list-style-type: disc;


}
.headlineCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
}
