/* CSS Document */

#contactpg a:link {
	text-decoration: none;
	color: #333366;
}
#contactpg a:visited {
	text-decoration: none;
	color: #333366;
}
#contactpg a:hover {
	text-decoration: none;
	color: #863681;
}
#contactpg a:active {
	text-decoration: none;
	color: #333366;
}
div.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/contactbar.jpg);
	background-color: #003300;
	text-align: center;
	margin: 2px;
	padding: 6px;
	height: 30px;
	width: 378px;
	display: block;
}

