body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images_structural/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	padding: 0px;

}	

.outerleft {
	background-attachment: scroll;
	background-image: url(images_structural/left_outer_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.outerright {
	background-attachment: scroll;
	background-image: url(images_structural/right_outer_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.basebg {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	background-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
.infobox {
	border: 1px solid #CCCCCC;
	background-attachment: scroll;
	background-image: url(images_structural/infobox_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.basetext {
	color: #666666;
	font-size: 8pt;
}
.right_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
}
.right_line_short {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	padding: 15px;
}.topbg {
	background-attachment: scroll;
	background-image: url(images_structural/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	color:#333333;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #708210;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
h3 {
	color:#333333;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #708210;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
ul {
	margin:0;
	padding:0 0 20px 15px;
}
