body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #E7E3E7;
}
p, td, div, span {
	font-size: 100%;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 135%;
	color: #1A477D;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
h1 a:link {  color: #1A477D }
h1 a:visited {  color: #1A477D }
h1 a:hover {  color: #1A477D }
h1 a:active {  color: #1A477D }

h2 {
	font-size: 120%;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #0E396D;
	font-weight: bold;
}
h2 a:link {  color: #0E396D }
h2 a:visited {  color: #0E396D }
h2 a:hover {  color: #0E396D }
h2 a:active {  color: #0E396D }

hr { 
	height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
a {
	text-decoration: underline;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #666666; }
a:active { color: #000000; }
td.rightShadowBG {
	background-image: url('/images/shadowRight.gif');
	background-repeat: repeat-y;
}
td.rightShadowBgTop {
	background-image: url('/images/shadowRight.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}
td.valignTop {
	vertical-align: top;
}
td.footer {
	background-color: #E7E3E7
}
table.footer {
	font-size: 11px;
	color: #666666;
}
table.footer a:link { color: #666666; }
table.footer a:visited { color: #666666; }
table.footer a:hover { color: #000000; }
table.footer a:active { color: #666666; }
td.mainNavigation { 
	font-size: 90%;
	padding: 5px 5px 15px  5px;
	text-align: center;
}
td.mainNavigation a { text-decoration: none }
td.mainNavigation a:link { color: #000000 }
td.mainNavigation a:visited { color: #000000 }
td.mainNavigation a:hover { color: #AAAAAA }
td.mainNavigation a:active { color: #000000 }
td.content {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #A09EA0;
}
td.leftNavigation {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	width: 160px; /* 119px */
}
td.rightNavigation {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	border-left: 1px solid #A09EA0;
	width: 160px; /* 119px */
}
a.noUnderline {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
table.mainTable {
	background-color: #FFFFFF;
}
td.headerContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #1A477D;
	text-align: right;
	vertical-align: middle;
	padding-right: 11px;
}
td.headerContent a { color: #1A477D; text-decoration: none; }
h1.pageTitle {
	font-size: 135%;
	color: #1A477D;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
.thirdNav {
	 font-style:italic;
	 margin-left: 10px;
}
span.imageCaption {
	font-size: 90%;
}
#highlighted {
	padding: 5px 5px 5px 5px;
	background-color: #E7E3E7;
	margin-bottom: 10px;
}
#highlighted p {
	margin-bottom: 0px
}