html {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
body {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 135%;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}
h1 {
	font-size: 150%;
	font-weight: normal;
}
h2 {
	font-size: 125%;
	font-weight: normal;
	padding-top: 10px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	padding-top: 5px;
}
a:link {
	text-decoration: none;
	color: #025C90;
}
a:visited {
	text-decoration: none;
	color: #025C90;
}
a:hover {
	text-decoration: underline;
	color: #025C90;
}
div.toc-heading {
	padding: 5px 10px;
	font-weight: bold;
	background: #e0e0e0;
}
div.toc-content {
	padding: 2px 10px 2px 40px;
	margin: 10px 0px;
	background: #ebebeb;
}
img.centre {
	display: block;
	margin: 0px auto;
}
img.floatLeft { 
    float: left; 
    margin: 0px 20px; 
}
img.floatRight { 
    float: right; 
    margin: 0px 0px 0px 20px; 
}
td {
	vertical-align: top;
}
table.centre {
	margin-left: auto;
	margin-right: auto;
}
td.centre-text {
	padding-left: 10px;
	padding-right: 150px;
}
table.tools {
	border: medium none ;
	border-collapse: collapse;
	border: 1px;
	padding: 5px;
}
td.tools {
	border-style: none none solid;
	border-width: medium medium 1pt;
	padding: 4px;
	border-color: #333333;
}
td.tools-top {
	border-style: solid none solid;
	border-width: 1pt medium 1pt;
	padding: 4px;
	border-color: #333333;
}
#header {
	background-color: #C6B098;
	text-align: right;
	line-height: 70%;
}
#breadcrumbs {
	font-size: 90%;
	padding: 0px 0px 20px 20px;
}
#wrapper {
	margin: 0px auto;
	width: 80%;
	clear: both;
	padding-bottom: 30px;
}
#related {
	margin: auto auto 20px;
	width: 80%;
	clear: both;
	background-color: #e6ecf0;
	text-indent: 10px;
	padding: 10px 0px;
}
#copyright {
	text-align: center;
	border-top: solid;
	border-top-width: 1px;
	padding: 10px 0px;
}
#tabs {
	float: left;
	width: 100%;
	background: #ffffff;
	font-size: 99%;
	line-height: normal;
	border-bottom: 1px solid #666;
	margin: 5px 0px;
}
#tabs ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a {
	float: left;
	background: url("../img/tabLeft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("../img/tabRight.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000000;
}
/* Hide from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End Hide */
#tabs a:hover span {
	color:#000000;
}
#tabs a:hover {
	background-position: 0% -42px;
}
#tabs a:hover span {
	background-position: 100% -42px;
}
#tabs #current a {
	background-position: 0% -42px;
}
#tabs #current a span {
	background-position: 100% -42px;
}

