@charset "utf-8";
.homeGradientFill {
	background-image: url(template_images/home_block_gradient.jpg);
	background-repeat: repeat-x;
}
.backgroundImage {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.verticalGreyLine {
	background-image: url(template_images/greyPixel.jpg);
	background-repeat: repeat-y;
}
.horizontalGreyLine {
	background-image: url(template_images/greyPixel.jpg);
	background-repeat: repeat-x;
}
.homeBlockHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.homeBlockText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
form {
	padding:0;
	margin:0;
}.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.pageSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.pageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.dottedBorderHoriz {
	background-image: url(images/grayPixelBlockHoriz.gif);
	background-repeat: repeat-x;
}
.dottedBorderVert {
	background-image: url(images/grayPixelBlockVert.gif);
	background-repeat: repeat-y;
}
