/* CSS Document */
body,td,div,p,li,ul,ol,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.title {
	font-size:22px;
	line-height:34px;
	font-weight:bold;
	font-style:italic;
	color:#696969;
}
	
.subTitle {
	font-size:22px;
	line-height:34px;
	font-weight:bold;
	color:#000000;
}

.blackSubHeader {
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;
	line-height:20px;
	color:#000000;
}

.redSubHeader {
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color:#FA021D;
}

.redText {
	color:#FA021D;
}

#content { /*Change in both CSS files*/
	border:1px solid #A1ABC0;
	background-image:url(/images/contentheaderbg.jpg);
	background-color: #DCE2ED;
	background-repeat:repeat-x;
	padding:0px 10px 0px 10px;
}