.vertLine {
	background-image: url(images/dotted_ver.gif);
	background-repeat: repeat-y;
}
.newbackg {
	background-image: url(images/news_backg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.horLine {
	background-image: url(images/dotted_hor2.gif);
	background-repeat: repeat-x;
}
.horLineBottom {
	background-image: url(images/dotted_hor2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inset {
	background-color: #d6e9e1;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.sectionBack {
	background-image: url(images/section_back.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
.sectionTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sectionH1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #008ab0;
}
.bullet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
.transpbackground {
	background-color: transparent;
}
.ul {
        list-style-type: disc;
        list-style-image: url(images/bullet.gif);
        list-style-position: outside;
		margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
        }
.ul2 {
        list-style-type: disc;
        list-style-image: url(images/bullet.gif);
        list-style-position: inside;
		margin-left: 0;
        padding-left: 3em;
        text-indent: -3em;
}
