body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:23px;
}
a.link:link,a.link:active,a.link:visited
{
	font-size: 12px;
	color: #3b5593;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	text-decoration: none;
	display: block;
	width: 80%;
	text-align: left;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	color: #4B505C;
}
blockquote {
	margin: 12px;
	padding: 0px;
}
.grey {
	color: #4B505C;
}

a.link:hover
{
	text-indent: 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.blue {
	color: #3B5593;
}
li {
	list-style-image: url(images/bullet.gif);
	font-size: 13px;
	color: #3B5593;
}
h4 {
	margin: 0px;
	padding: 0px;
}
.white {
	color: #FFFFFF;
}

