p {
	margin-top: 0px;
	margin-bottom: 16px;
	padding-left: 16px;
}
p.bkgnd1, p.bkgnd2, p.bkgnd3, p.bkgnd4 {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	margin-bottom: 0px;
}
p.bkgnd1 {
	background-image: url(images/subheadBkgnd_1.gif);
}
p.bkgnd2 {
	background-image: url(images/subheadBkgnd_2.gif);
}
p.bkgnd3 {
	background-image: url(images/subheadBkgnd_3.gif);
}
p.bkgnd4 {
	background-image: url(images/subheadBkgnd_4.gif);
}
.subHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0a1f62;
	/*color:#3300FF;*/
	font-weight: bold;
	font-size: 14px;
}
.subHead a:hover {
	color: #787D50;
	text-decoration: underline;
}
.subHead_und {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0a1f62;
	/*color:#3300FF;*/
	font-weight: bold;
	font-size: 14px;
}
.bg_subHead_und{
	line-height:30px;
	background-image:url(images/pgTitle_blank.gif);
	background-repeat:no-repeat;
}
.subHead_und a:hover {
	color: #787D50;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	margin-top: 8px;
	font-size: 12px;
} 
ol {
	margin-top: 8px;
	font-size: 12px;
}
li {
	margin-bottom: 8px;
	font-size: 12px;
}
UL LI   {
    list-style-type:    square ;
}
/*
UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}*/

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
/*a:link, a:active, a:visited {
	color: #0a1f62;
	text-decoration: underline;
} 
a:hover {
	color: #0a1f62;
	text-decoration: none;
	background-color:#FFFFFF;
}
a.pgLinks:link, a.pgLinks:active, a.pgLinks:visited {
	color:#787d50;
}
a.pgLinks:hover {
	color: #0a1f62;
	text-decoration: none;
	background-color:#FFFFFF;
}*/





