body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	color: #333333;
}

.bg_content {
	background-attachment: scroll;
	background-image: url(images_structural/bg_content_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.base_content_bg {
	background-attachment: scroll;
	background-image: url(images_structural/base_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0C2C45;
}
.bgmain {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images_structural/bg_mainbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.tableborder1 {
	border: 1px solid #CCCCCC;
}

/************** header tag styles **************/


h2{
	color: #0096BA;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 114%;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color:#333333;
	margin-top:0px;
	padding: 10px 0px 4px 10px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #FF7300;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

h3{
	color: #FF7300;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 0px;
	padding: 10px;
	font-size: 10pt;
	background-color: #CCCCCC;

}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}.bgaddress {
	background-attachment: scroll;
	background-color: #0C2C45;
	background-image: url(images_structural/bg_address.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
.addressleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
