body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/main_bg.gif);
	font-family: Tahoma;
	font-size: 11px;
}
.head {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.band1 {
	background-image: url(images/band1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.band2 {
	background-image: url(images/band2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.main_brd {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	padding: 5px;
}
.main_brd_split1 {

	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
.main_brd_split2 {


	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
.main_brdhead {

	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h2 {

	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

