.normal
{
	font-size: 0.6em;
}
.normal a
{
	text-decoration: underline;
	color: #000000;
}
.normal a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.normal ul
{
	padding-left: 25px;
	list-style-image: url(/images/common/bullet.gif);
}
.normal li
{
	padding-bottom: 5px;
}


.normalRed
{
	font-size: 0.6em;
	color: #e90236;
}
.normalRed a
{
	text-decoration: underline;
	color: #e90236;
}
.normalRed a:hover
{
	text-decoration: underline;
	color: #000000;
}
.normalRed ul
{
	padding-left: 25px;
	list-style-image: url(/images/common/bullet.gif);
}
.normalRed li
{
	padding-bottom: 5px;
}


.normalBlue
{
	font-size: 0.6em;
	color: #324676;
}
.normalBlue a
{
	text-decoration: underline;
	color: #324676;
}
.normalBlue a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.normalBlue ul
{
	padding-left: 25px;
	list-style-image: url(/images/common/bullet.gif);
}
.normalBlue li
{
	padding-bottom: 5px;
}


.normalDarkGrey
{
	font-size: 0.6em;
	color: #58595B;
}
.normalDarkGrey a
{
	text-decoration: underline;
	color: #58595B;
}
.normalDarkGrey a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.normalDarkGrey ul
{
	padding-left: 25px;
	list-style-image: url(/images/common/bullet.gif);
}
.normalDarkGrey li
{
	padding-bottom: 5px;
}


.subheader
{
	font-size: 0.8em;
	font-weight: bold;
	color: #324676;
}
.subheader a
{
	text-decoration: underline;
	color: #324676;
}
.subheader a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.subheaderRed
{
	font-size: 0.8em;
	font-weight: bold;
	color: #e90236;
}
.subheaderRed a
{
	text-decoration: underline;
	color: #e90236;
}
.subheaderRed a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.subheaderDarkGrey
{
	font-size: 0.8em;
	font-weight: bold;
	color: #58595B;
}
.subheaderDarkGrey a
{
	text-decoration: underline;
	color: #58595B;
}
.subheaderDarkGrey a:hover
{
	text-decoration: underline;
	color: #e90236;
}

.header
{
	font-size: 1em;
	font-weight: bold;
	color: #324676;
}
.header a
{
	text-decoration: underline;
	color: #324676;
}
.header a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.headerRed
{
	font-size: 1em;
	font-weight: bold;
	color: #e90236;
}
.headerRed a
{
	text-decoration: underline;
	color: #e90236;
}
.headerRed a:hover
{
	text-decoration: underline;
	color: #e90236;
}
.headerDarkGrey
{
	font-size: 1em;
	font-weight: bold;
	color: #58595B;
}
.headerDarkGrey a
{
	text-decoration: underline;
	color: #58595B;
}
.headerDarkGrey a:hover
{
	text-decoration: underline;
	color: #e90236;
}

.separatorRed
{
	background-color: #e90236;
	margin-top: 10px;
	margin-bottom: 10px;
}

.separatorBlue
{
	background-color: #324676;
	margin-top: 10px;
	margin-bottom: 10px;
}
.separatorDarkGrey
{
	background-color: #58595B;
	margin-top: 10px;
	margin-bottom: 10px;
}


.lightBlueBoxDarkBorder
{
	padding: 5px;
	border: solid 1px #324676;
	background-color: #F1F4FD;
}
.lightBlueBoxNoBorder
{
	padding: 5px;
	border: solid 0px #F1F4FD;
	background-color: #F1F4FD;
}
.lightRedBoxRedBorder
{
	padding: 5px;
	border: solid 1px #E90236;
	background-color: #FDE5ED;
}
.lightRedBoxNoBorder
{
	padding: 5px;
	border: solid 0px #FDE5ED;
	background-color: #FDE5ED;
}
.lightYellowBoxRedBorder
{
	padding: 5px;
	border: solid 1px #E90236;
	background-color: #FFFDE6;
	margin-bottom:5px;
}
.lightYellowBoxNoBorder
{
	padding: 5px;
	border: solid 0px #FFFDE6;
	background-color: #FFFDE6;
}
.redBoxWhiteText
{
	color: White;
	background-color: #e90236;
	padding: 5px 5px 5px 5px;
	font-size: 0.6em;
	text-align: left;
}
.table5pxPadNoBorder td
{
	padding: 5px;
}
.table5pxPadDarkBlueBorder td
{
	padding: 5px;
	border: solid 1px #324676;
}
.table5pxPadRedBorder td
{
	padding: 5px;
	border: solid 1px #e90236;
}
.table5pxPadDarkGreyBorder td
{
	padding: 5px;
	border: solid 1px #58595B;
}
.table5pxPadLightGreyBottomBorder td 
{
	padding:5px;
	border-bottom: solid 1px #D1D3D4;
}
.contentBlock
{
	font-size: 0.6em;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #D1D3D4;
}	
