@charset "utf-8";
/* CSS Document */

.outerbody {
	background-image: url(images/hp_bg.jpg);
	background-repeat: no-repeat;
	width: 1200px;
	padding-top: 425px;
	padding-right: 200px;
	padding-left: 200px;
	background-position:center;
	background-position:top;
	text-align: center;
	vertical-align: top;
}
.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.bgdivider {
	background-image: url(images/bgdivider.jpg);
	height: 10px;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #999;
	padding: 10px;
}
.texturetitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/undertexturs.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	text-align: left;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.outerbody table tr td table {
	text-align: left;
}
