ul {
	margin-left: 1.25em;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: square;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
    }
	
.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
    }

.contentBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BC1031;
	text-decoration: none;
	font-weight: bold;
    }

.contentBoldGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E8B3E;
	text-decoration: none;
	font-weight: bold;
    }

.PageHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
    }
	
.PageSubHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
    }
	
.PageSubHeadlineRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BC1031;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
    }
.PageSubHeadlineGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2E8B3E;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
    }
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2201FC;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5410C4;
	text-decoration: none;
	font-weight: normal;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
.content-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.headline-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.content-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
}
