/* ****************************************** */
/* styles for displaying content on the pages */
/* ****************************************** */

.subHeading1
{
	font-weight: bold;
	color: #274196;
	font-size: 12px;
	height: 23px;
	background: url(../images/s-dotwhite-repeater-1.gif) bottom repeat-x;
}

.subHeading2
{
	background: url(../images/s-arrow-whiteongrey.gif) 3px 4px no-repeat #eaeaea;
	line-height: 22px;
	padding: 2px 0px 2px 18px;
	font-weight: bold;
	color: #274196;
}

.subHeading2black
{
	background: url(../images/s-arrow-whiteongrey.gif) 3px 6px no-repeat #eaeaea;
	line-height: 28px;
	padding: 2px 0px 2px 18px;
	font-weight: normal;
	color: #000000;
}

.subHeading2black a {
	color: #000000;
}

.grayContentArea
{
	background: #eaeaea;
	padding: 8px;
}

/*
.buttonSyle1
{
	background: url(../images/s-btn-white-blank.gif) no-repeat;
	width: 156px;
	height: 27px;
	overflow: hidden;
}
*/
.buttonStyle1
{
	/* from the base style */
	background: url(../images/s-btn-white-blank.gif) no-repeat;
	overflow: hidden;
	/* ******************* */
	padding: 4px 15px 0 8px;
	display: block;
	width: 133px;
	_width: 156px;
	height: 23px;
	_height: 27px;
	text-decoration: none;
	font: "Arial Narrow", Arial;
	color: #274196;
	font-size: 13px;
}

.imageRightBorder
{
	border: solid 2px #CCCCCC;
	margin: 15px 0 15px 15px;
}

/* ****************************************** */