body {
	font-family: Arial;
	margin: 0;
	background-color: #cccccc;
}
a {
	color: #fa9900;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #ffffff;
	font-size: 20pt;
	padding-left: 300;
}
h3 {
	color: #fa9900;
	font-size: 14pt;
	font-weight: 100;
	text-decoration: none;
}
h4 {
	color: #ffffff;
	font-size: 10pt;
	margin-top: -20;
	padding-left: 300;
}
td, p, div, input, textarea {
	font-size: 11pt;
	color: #202020;
	text-align: justify;
}
#maintable {
	border-style: solid;
	border-color: #000000;
	border-width: 0px 1px;
}
#black_line {
	background-color: #000000;
}
#menu {
	height: 48;
	background-color: #000000;
	background-image: url(/images/menu-bg.gif);
	background-repeat: repeat-x;
}
#menu_item {
	width: 180;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#menu_item a {
	color: #333333;
	text-decoration: none;
}
#menu_item2 {
	width: 100;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	text-transform: uppercase;
}
#menu_item2 a {
	color: #333333;
	text-decoration: none;
}
#logo {
	height: 210;
	background-color: #3bb13b;
	background-image: url(/images/top.jpg);
}
#logoline {
	height: 42;
	background-color: #606060;
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
}
#logoline h2 {
	margin: 0px;
	color: #666666;
	font-size: 14pt;
	text-align: right;
	margin-right: 100px;
}
#centred {
	text-align: center;
}
#main {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(/images/text-bg.jpg);
}
#main_text {
	text-align: justify;
	padding: 20 40 10 40;
}
#bottom {
	width: 300px; 
	font-size: 10pt;
	text-align: center; 
}
#bottom_text {
	color: #ffffff;
	text-align: center;
}
.white {
	color: #014b07;
	text-decoration: none;
}
.white1 {
	color: #ffffff;
	text-decoration: none;
}
.bordered {
	padding: 0px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}
P.figure {
    text-align: center;
}
