/* CSS Document */

body {
	background-color: #131b22;
	margin: 0px;
	padding: 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 18px;
	color: #ffffff;
	background-color: #ff9933;
	padding: 5px;
	border-bottom: 2px dotted #ffffff;
	}
h1.homepage {
	font-size: 22px;
	background:none;
	background-color: #385447;
	border: none;
	font-weight: bold;
	text-align: center;
	width: 546px;
	margin-top: -3px;
	padding-top: 4px;
	}
h2 {
	font-size: 16px;
	color: #FF9933;
	border-bottom: 2px dotted #385447;
	}
h3 {
	font-size: 14px;
	color: #131B22;
	border-bottom: 1px solid #FF9933;
	}
h4 {
	font-size: 12px;
	color: #131B22;
	}
h5 {
	font-size: 12px;
	background-color: #009A97;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	}
p {
	font-size: 12px;
	}
ul {
	font-size: 12px;
	}
li {
	margin-bottom: 7px;
	.margin: 0px;
	.padding: 0px;
	}
address {
	font-size: 12px;
	text-align: center;
	font-style: normal;
	margin-bottom: 10px;
	}
address strong {
	color: #324C42;
	}
