@charset "UTF-8";
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.centre {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.header {
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}
.main {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer {
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
	padding-top: 15px;
	text-align: center;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer strong {
	font-weight: normal;
	color: #CC3300;
	margin-right: 4px;
	margin-left: 4px;
}
.footer a {
	color: #FF9900;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
.footer a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.main h1   {
	font-weight: normal;
	margin-top: 0px;
	color: #FF9900;
	font-size: x-large;
	margin-bottom: 0px;
}
.main h2   {
	font-size: large;
	font-weight: normal;
	color: #CC3300;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.main h3   {
	color: #CC3300;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding-top: 15px;
	margin-bottom: 2px;
}
.main h3 a {
	color: #CC3300;
	text-decoration: none;
}
.main h3 a:hover {
	text-decoration: underline;
}
.main h4 {
	color: #FF9900;
	font-weight: normal;
	font-size: medium;
}
.main h4 a {
	color: #FF9900;
	text-decoration: none;
}
.main  h4  a:hover {
	text-decoration: underline;
}
.main h5   {
	color: #000000;
}
.main p   {
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
	margin-top: 0px;
}
.main p   a   {
	color: #CC3300;
	text-decoration: none;
}
.main p  a:hover {
	color: #CC3300;
}
.main p  strong {
	color: #000000;
	font-weight: normal;
}
.main ul {
	list-style-type: disc;
	padding: 0px;
	list-style-position: inside;
	margin: 0px 0px 20px;
}
.main ul  li {
	font-size: small;
	color: #333333;
	border: 0px none #FFFFFF;
}
.situationlist  ul, .column2b   ul {
	font-size: small;
	margin: 0px 0px 20px;
	list-style-type: none;
	padding: 0px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.situationlist ul li, .column2b ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.situationlist ul li a, .column2b ul li a {
	color: #666666;
	text-decoration: none;
	padding-left: 11px;
}
.situationlist ul li a:hover, .column2b ul li a:hover {
	color: #CC3300;
	background-image: url(../_img/link-bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.situationlist ul li a strong {
	font-weight: normal;
	color: #CC3300;
	margin-right: 10px;
}
.back {
	margin: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding-bottom: 10px;
}
.back p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 5px 0px;
	font-size: small;
	font-weight: normal;
}
.back p a {
	color: #CC3300;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(../_img/button-off.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
}
.back p a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-image: url(../_img/button-on.gif);
}

