h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: lighter;
	color: #003684;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003684;
	text-decoration: none;
	line-height: 46px;
}
.boldheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #003684;
	text-decoration: none;
}
a:link {
	color: #003684;
}
a:visited {
	color: #003684;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

td.bluecell {
	background-color: #003684;
	color: #fff;
}
li.bluebullets {
	list-style-type:disc;
	list-style-image: url(../images/gifs/blue-arrow.gif);
/*	margin-left: 20px;*/
	list-style-position: outside;
}

.buttonlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	background-image: url(../images/main/buttonbg.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 20px;
}
a.buttonlink:link, a.buttonlink:visited { font-weight: normal; color: #000;}
a.buttonlink:hover, a.buttonlink:active { background-image: url(../images/main/buttonbg2.png); color: #000;}
