body {
	margin: 0;
	padding: 0;
	color: #464646;
	background: #fff url(/img/design/body.gif) repeat-x 0 0;
	font: normal normal normal .88em/1.14em Helvetica, Calibri, Arial, sans-serif;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin-bottom: 40px;
	color: #4e4e4e;
	font-size: 2em;
}
h2 {
	margin-bottom: 20px;
	color: #a3a3a3;
	font-size: 1.43em;
}
div.related h2 {
	margin-bottom: 15px;
	color: #747474;
}
div.sidebar h2 {
	margin-bottom: 12px;
}
h3 {
	margin-bottom: 10px;
	color: #c50000;
	font-size: 1em;
	text-transform: uppercase;
}
/* Paragraphs */
p {
	margin: 0 0 20px;
	padding: 0;
	font-size: .88em;
}
p.corporate, p.link-top {
	margin: 0;
	padding: 15px 20px;
	width: auto;
	display: inline;
	float: left;
	font-size: .86em;
}
p.link-top {
	float: right;
}
/* Lists */
ul.navigation {
	margin: 0;
	padding: 20px 0;
	width: 763px;
	height: 16px;
	display: inline;
	float: right;
	overflow: hidden;
	list-style: none;
	background: transparent url(/img/design/ul-navigation.gif) repeat-y 0 50%;
	font-size: .88em;
}
ul.navigation li {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	background: transparent url(/img/design/ul-navigation-li.gif) no-repeat 0 50%;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
ul.navigation li.first_child {
	padding-left: 25px;
	background: none;
}
ul.navigation-contextual {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .86em;
}
ul.navigation-contextual li {
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #dbdbdb;
	list-style-type: none;
}
ul.navigation-contextual li.first_child {
	border-top: 0;
}
/* Images */
img, a img {
	border: 0;
}
div.branding-logo img {
	width: 111px;
	height: 26px;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #757575;
/*	text-decoration: none; */
}
ul.navigation a:link, 
ul.navigation a:visited, 
ul.navigation a:hover, 
ul.navigation a:active {
	color: #fff;
	text-decoration: none;
}
ul.navigation a.selected:link, 
ul.navigation a.selected:visited, 
ul.navigation a.selected:hover, 
ul.navigation a.selected:active {
	color: #f00;
	font-size: 1.33em;
}
ul.navigation-contextual a:link, 
ul.navigation-contextual a:visited, 
ul.navigation-contextual a:hover, 
ul.navigation-contextual a:active {
	color: #dc9f00;
}

table.contact th {
	text-align: right;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}
table.contact td {
	padding: 3px 3px 3px 3px;
}

.small {
	font-size: small;
}
.xsmall {
	font-size: x-small;
}
.large {
	font-size: large;
}
.xlarge {
	font-size: x-large;
}




table.compact
{
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.compact td
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.compact th
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
}
