li, .ContentPageText
{
	font-family: Times;
	font-size: 13px;
}

.ContentPageHeadline
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.ContentPageBigHeadline
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

p
{
	margin: 0px;
}

a
{
	color:#000000;
	cursor:pointer;
	padding-left:12px;
	text-decoration:none;
	background-image:url('/Images/GrayArrowRight.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
}

a:hover
{
	background-image:url('/Images/BlueArrowRight.gif');
}

