body {
	margin: 0px;
	padding: 0px;
	background-color: #AFC58D;
}
.vertbar {
	background-image: url(images/left_tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}
.mainTable {
	height: 100%;
	width: 100%;

}
.contentTable {
	background-color: #AFC58D;
	background-image: url(images/background.gif);
	height: 100%;
	width: 590px;
	background-repeat: no-repeat;
	background-position: 15px 0px;



}
.contentTD {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: justify;
	vertical-align: top;
}

A {
	color: #759543;
}

.textTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;


}
.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;

}
.buttonBar {
	background-image: url(images/left_tile.gif);
	background-repeat: repeat-y;
}

.label{
	font-size: 9pt;
	text-align: right;
	vertical-align: bottom;
}

.field{
	font-size: 7pt;
	background-color: #C4D5AC;
}

.image{
	margin: 5px;
}


