body
{
 	font-family: Lucida Sans Unicode, Franklin Gothic Medium, Segoe UI, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table{
	margin: 0px;
	border-collapse: collapse;
}

tr{
	margin:0px;
	padding:0px;
}

td{
	margin:0px;
	padding:0px;
}

p {
	font-size: 13px;
}

img {
	border: 0px;
}

a{
	color:#E2001A;
	text-decoration:none;
}
a:hover{
	color:#B70017;
}
a:active{
	color:#F7001F;
}
a:visited{
	color:#CC001A;
}
a:visited:hover{
	color:#A20014;
}
a:visited:active{
	color:#E2001A;
}


table.MasterTable {
	height: 100%;
	width: 100%;
}

td.HtmlContentCell {
	height: 100%;
	width: 100%;
	vertical-align:top;
	text-align:left;
}

td.MasterCell {
	height: 100%;
	width: 100%;
}

td.NavigationColumn {
	width: 200px;
	border: 0;
}
td.MainColumn {
	border: 0;
}
td.AddressCell {
	height: 200px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
td.MarginedCell {
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
}
td.SubLinkCell{
	height:16px;
}


table.PresentationTable {
	width: 100%;
}
table.PresentationTable td {
	width: 100%;
	padding-bottom: 20;
	padding-top: 20;
	text-align: center;
}


div.SubDiv {
	margin-left: 48px;
	margin-top: 16px;
	margin-bottom: 0px;
}
div.SubDiv * {
	margin:0px;
}

div.TitleDiv
{
	padding-left: 48px;
	padding-top: 32px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-bottom: 16px;
}
div.TitleDiv * {
	margin:0px;
}

table.WideTable {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;	
}
table.WideTable th {
	width: 150px;
}
table.WideTable td {
	vertical-align:top;
}

p.TitleText {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E2001A;
	margin:0px;
}
p.SubTitleText{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
p.HeaderText {
	color: #E2001A;
	font-size: 15px;
	font-weight: bold;
}
p.SubHeader {
	font-weight: bold;
}
p.SubHeader a {
	color: black;
}
p.SubHeader a:active {
	color: black;
}
p.SubHeader a:hover {
	color: black;
}
p.SubHeader a:visited {
	color: black;
}
p.SubHeader a:visited:hover {
	color: black;
}
p.SubHeader a:visited:active {
	color: black;
}

td.PageCell {	
	vertical-align:top;
	padding-right: 48px;
}
table.ContentLinks {
	width: 100%;
}
table.ContentLinks p {
	font-weight: bold;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

td.ContentLinksParent {
	padding: 16px 48px 16px 48px;
}
