﻿.greyheader, table tr td.greyheader
{
	font-family: Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #5a5b5e;
	text-indent: 0;
	line-height: 80%;
}

.bread, table tr td.bread
{
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 160%;
}

.BoldBread, table tr td.BoldBread
{
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: #a0271e;
	line-height: 160%;
}

.BoldBreadGrey, table tr td.BoldBreadGrey
{
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: #5a5b5e;
	line-height: 160%;
}

h1
{
	font-family: Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	color: #a0271e;
	line-height: 100%;
}

h2
{
	font-family: Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #5a5b5e;
	line-height: 80%;
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

table.layout
{
	border-collapse: collapse;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0;
}

table.layout td, table.layout th
{
	padding: 0;
	text-align: right;
	vertical-align: top;
}


