/* CSS Document */

body {
	background-color: #4B5265;
}
.bodyText
{
	font-family: Arial, Helvetica;
	font-size: 0.75em;
	line-height: 1.45em;
	margin-right: 10px;
}
.bodyTextRight
{
	font-family: Arial, Helvetica;
	font-size: 0.75em;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

.boldText
{font-family: Arial, Helvetica;
font-weight: bold;
}
.blueBoldText
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #4B5265;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4B5265;
	background-color: #D6D6D6;
}

.caption
{font-family: Arial, Helvetica;
font-size: .85em;
font-weight: bold;
}

.headline
{
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}
.whiteHeadline
{
	font-family: Arial, Helvetica;
	font-size: 2.0em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
}
.red {
	color: #C32139;
	}
