@charset "utf-8";
.TemplatePage {
	background-image: url(../header_with_border.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 200px;
}
.mainBody {
	background-image: url(../main_text_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
}
.logoBox {
	height: 92px;
	width: 200px;
	padding-right: 15px;
}
.indent {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.footerMainTemplate {
	background-image: url(../footer_with_border.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 108px;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	padding-right: 5px;
	padding-left: 5px;
}
.leftLine {
	background-image: url(../../../line1.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomLine {
	background-image: url(../../../line1.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.absoluteBottomLine {
	background-image: url(../../../line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.topLine {
	background-image: url(../../../line1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
