@charset "utf-8";
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C90;
}
.pageHeader a:link{
	color: #C90;
}
.pageHeader a:visited{
	color: #C90;
}
.sortHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C90;
	text-align: left;
	cursor: pointer;
	text-decoration: underline;
}
.sortHeader a:link{
	color: #C90;
}
.sortHeader a:visited{
	color: #C90;
}
.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.contentText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	font-weight: normal;
}
.contentText a:link{
	color: #000;
}
.contentText a:visited{
	color: #000;
}
.verticalBorderLine {
	background-image: url(images/gray_pixel.gif);
	background-repeat: repeat-y;
}
.horizontalBorderLine {
	background-image: url(images/gray_pixel.gif);
	background-repeat: repeat-x;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.creditText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
}
.creditText a:link{
	color: #FFF;
}
.creditText a:visited{
	color: #FFF;
}

