body { 
 background-color: #4A4B09;
}

#title {
	position: absolute;
	left: 20px;
	top: 240px;
	color: white;
	font-size: 18pt
}

#header { 
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 299px;
  margin: 0px;
  background-image: url('img/head.png')
}

#body {
	position: absolute;
	left: 5px;
	top: 275px;
        width: 100%;
}

#bodyTable {
	border-collapse: collapse;
	border: 0px;
	width: 99%;
        background-color: #37393b;
}

#bodyTopLeft {
	background-image: url('img/ul.png');
	height: 26px;
	width: 8px
}

#bodyTopCenter {
	background-image: url('img/top.png');
	height: 26px;
	color: white;
	font-size: 8pt;
	text-align: right;
	padding-top: 4px;
	font-family: sans;
}

#bodyTopRight {
	background-image: url('img/ur.png');
	height: 26px;
	width: 8px;
}

#bodyCenterLeft {
	background-image: url('img/left.png');
	height: 20px;
	width: 8px;
}

#bodyCenterCenter {
	/*background-color: #FFE2A7;*/
        background-color: #37393b;
        color: white;
	padding: 10px;
	font-family: sans;
        font-size: 10pt;
	/*color: #001D58;*/
}
#bodyCenterRight {
	background-image: url('img/right.png');
	height: 20px;
	width: 6px;
}

#bodyBottomLeft {
	background-image: url('img/bl.png');
	height: 6px;
	width: 8px;
}

#bodyBottomCenter {
	background-image: url('img/bottom.png');
	height: 12px;
}

#bodyBottomRight {
	background-image: url('img/br.png');
	height: 6px;
	width: 8px;
}

img {
	border: 0px;
}

a:link { 
	color: #ffd800;
	text-decoration: none;
}

a:visited { 
	color: #ffc600;
	text-decoration: none;
}

a:hover { 
	color: #ffd800;
	text-decoration: underline;
}

a:active { 
	
}

#disclaimer {
    color: white;
    halign: center;
    font-size: 8pt;
}
