body {
	background-image:url(images/bgimage001.jpg);
	background-repeat:repeat-x;
	margin: 0;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #043167;
}
.left_bg {
	background-color: #FFFFFF;
	background-image: url(images/Table_leftBg.jpg);
	background-repeat: repeat-y;
}
.right_bg {
	background-image: url(images/Table_rightBg.jpg);
	background-repeat: repeat-y;
}
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.button {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 8px 2px 8px;
	color: #FFFFFF;
	border:1px solid #A15D14;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	/* some fun */
	-Moz-Border-Radius: 8px;
	background-color: #0272FA;
}
.infopagetablebg {
background-image:url(images/table_bg.jpg);
background-repeat:repeat-x;
}
ul.arrowbullets {
list-style-image: url(images/bullet.png);
font-size: 12px;
margin-top: 0px;
}

td.borderleft {
	background-image:url(images/table_bg.jpg);
	border-bottom: #528ef8 solid thin;
	border-top: none;
	border-left: #528ef8 solid thin;
	border-right: none;
	}
td.borderrightbottom {
	background-image:url(images/table_bg.jpg);
	border-bottom: #528ef8 solid thin;
	border-top: none;
	border-left: none;
	border-right: #528ef8 solid thin;
	}
td.borderleftbottomright {
	background-image:url(images/table_bg.jpg);
	border-bottom: #528ef8 solid thin;
	border-top: none;
	border-left: #528ef8 solid thin;
	border-right: #528ef8 solid thin;
	}
#popUp {
padding: 10px;
}