﻿* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html {
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #2f2f2f;
}

/* ELEMENTS */

a {
	color: #113a76;
}

h1 {
	margin-bottom: 20px;
}

h2 {
}

h3 {
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #1c3665;
	margin-bottom: 14px;
}

h5 {
	font-size: 11px;
	color: #0a1036;
}

h6 {
	font-size: 11px;
}

img {
	border: none;
}

p {
	margin-bottom: 17px;
}

ul {
	list-style: square;
	margin-left: 20px;
}

ul.arrowList, ul.bulletList  {
	margin-bottom: 17px;
}

ul.arrowList li {
	margin-bottom: 5px;
}

ul.arrowList li ul {
	margin: 5px 0 10px 5px;
}

ul.bulletList li {
	margin-bottom: 3px;
}

div.IntroParaHolder {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

div.IntroParaHolder h3 {
	font-size: 16px;
}

div.IntroParaHolder p {
	font-size: 14px;
	line-height: 20px;
}

div.ContentHolder {
	padding: 0 0 20px 15px;
}

div#hiddenElements {
	clear: both;
}

div#hiddenElements div {
	float: left;
	margin: 10px 20px 10px 0;
}

div.FooterWrapper {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

/* TABLES */
table.LogoTable {
	margin-bottom: 20px;
}

table.LogoTable td {
	padding-bottom: 5px;
}

table.PromoTable01 tr.TopRow td {
	width: 127px;
	height: 13px;
}

table.PromoTable01 tr.BottomRow td {
	width: 127px;
	height: 11px;
}

table.PromoTable01 td {
	padding: 0 12px;
	line-height: 18px;
}

table.PromoTable01 td a {
}

/* GENERAL CLASSES */
.contentHidden {
	display: none;
}

.contentVisible {
	display: block;
}

.InlineHeader01 {
	font-weight: bold;
	color: #0a1036;
}

.indentBox {
	padding-left: 10px;
}

.indentBox p {
	padding-left: 13px;
}

/* Hide elements for print */
div.PrimaryNavWrapper, div.SecondaryNavWrapper, div.TertiaryNavColumn,
div.BreadcrumbHolder, div.TabNavHolder, div.CSPromoHolder a, div.CSPromoNavHolder,
div.FooterWrapper ul, div.FooterWrapper input {
	display: none;
}
