@charset "utf-8";
.leftMarginBar {
	background-image: url(../images/left_margin_bar.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rightMarginBar {
	background-image: url(../images/right_margin_bar.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.homeBackBottom {
	background-image: url(../images/homepage_content_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.pageHeaderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}
.mediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
