BODY {
	background-image: url('../images/body_bg.jpg');
	background-color: #565A3E;
	height: 100%;
	text-align: center;
	margin: 0;
	border: 0;
}
TABLE {
	border-collapse: collapse;	/* CELLSPACING="0" */
	border: 0;
}
TABLE TD {
	padding: 0;					/* CELLPADDING="0" */
}
IMG, IMG:hover {
	border: 0;
}
H1 {
	font-family: times new roman;
	font-size: 24pt;
	font-style: italic;
	color: #114432;
	margin-bottom:12px;
}

H2 {
	font-family: times new roman;
	font-size: 14pt;
	font-style: italic;
	color: #114432;
	margin-top:25px;
	margin-bottom:5px;
}

BODY.popup {
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
DIV.container {
	margin: 0 auto;
	height: 100%;
	width: 959px;
}
TABLE.container {
	width: 959px;
	height: 1px;	/* HAX! - FOR PNG BORDERS TO WORK HEIGHT HAS TO BE SET */
}
TABLE.content {
	width: 903px;
	background-color: #FFFFFF;
}
TABLE.footer {
	height: 27px;
	width: 883px;
	background-color: #C5C19D;
}
SPAN.footer {
	font-family: times new roman;
	font-size: 10pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
SPAN.footer A, SPAN.footer A:hover {
	color: #000000;
	text-decoration: underline;		
}

.text {
	font-family: times new roman;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}
.text A {
	font-family: times new roman;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
.itemcontainertable {
	margin: 14px;
}
.itemtext {
	font-family: times new roman;
	font-size: 8pt;
	color: #000000;
	padding-left: 9px;
	padding-right: 9px;
}
.itemtext A {
	font-family: times new roman;
	font-size: 8pt;
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}

.icon {
	float:left;
	margin-right:5px;
}

A {
	font-family: times new roman;
	font-size:10pt;
	color:#918b66;
	font-weight:bold;
	font-style: italic;
}