@charset "utf-8";
.leftBorderCells {
	background-image: url(template_images/left_margin.jpg);
	background-repeat: repeat-y;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 11px;
}

.navLinks a:link {
 text-decoration: none;
}
 
.navLinks a:visited {
 text-decoration: none;
}
 
.navLinks a:hover {
	color: #FFFF99;
}

.rightBorderCells {
	background-image: url(template_images/right_margin.jpg);
	background-repeat: repeat-y;
}
.bodyGradient {
	background-image: url(template_images/content_background.jpg);
	background-repeat: no-repeat;
}
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #84050C;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
