
/* CSS Document */

/******************************** formatting ***************************/
h1, h2, h3, h4, h5, h6 {
	font-size: 90%;
	color:#CC0000;	
	font-weight: bold;
}
p {
	font-size: 90%;
	font-weight: normal;
}

h1#pageTitle {
	font-size: 95%;
	font-weight: bold;
	color:#CC0000;
	margin: 0px 0px 0px;
	padding: 0px;
}
h2#pageTitle {
	font-size: 95%;
	font-weight: bold;
	color:#000;
	margin: 10px 0px 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a.newWindow {
	color: #000099;
	text-decoration: underline;
	background: url(http://www.abcc.net/images/new_window.gif) no-repeat 100% 3px;
	padding-right: 15px;
}
.newWindow a:hover{
	color: #B5263D;
	text-decoration: none;
}
ul {
	list-style-image:  url(http://www.abcc.net/images/black_arrow.gif);
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}