/* CSS Document */

a.leftlinks:link {font-family:Arial; font-size:12px; color:#FFFFFF; margin-left: 2px; text-decoration: none} /* unvisited link */
a.leftlinks:visited {font-family:Arial; font-size:12px; color:#FFFFFF; margin-left: 2px; text-decoration: none} /* visited link */
a.leftlinks:hover {font-family:Arial; font-size:12px; color:#FFFFFF; margin-left: 2px; text-decoration: underline} /* mouse over link */
a.leftlinks:active {font-family:Arial; font-size:12px; color:#FFFFFF; margin-left: 2px; text-decoration: underline} /* selected link */

a.editorsTxtLinked:link {font-family:Arial; font-size:12px; color:#333333; padding-left: 5px; text-decoration: none} /* unvisited link */
a.editorsTxtLinked:visited {font-family:Arial; font-size:12px; color:#333333; padding-left: 5px; text-decoration: none} /* visited link */
a.editorsTxtLinked:hover {font-family:Arial; font-size:12px; color:#333333; padding-left: 5px; text-decoration: underline} /* mouse over link */
a.editorsTxtLinked:active {font-family:Arial; font-size:12px; color:#333333; padding-left: 5px; text-decoration: underline} /* selected link */

.bodyTxtWhite {
	margin-left: 2px;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}

.bodyTitle {
	font-family: Arial;
	font-size: 20px;
	color: #126085;
	font-weight: bold;
}

.bodySubTitle {
	font-family: Arial;
	font-size: 16px;
	color: #3071B4;
}
.bodyTxt {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
}

.newsBlueTxt {
	font-size: 12px;
	font-family: Arial;
	color: #3071B4;
	font-weight: bold;
}

.editorsTxt {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}

.bodyTxtWhite {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
}

.sideBarTxt {
	font-family: Arial;
	line-height: 11px;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}

.sideBarTxtNoLine {
	font-family: Arial;
	line-height: 11px;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
}

.imgRight {
	float: right;
}

.imgLeft {
	float: left;
}

.bodyTitleSmaller {
	font-family: Arial;
	font-size: 16px;
	color: #3071B4;
	font-weight: bold;
}

.bodyTitleSmallerWhite {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}

.bodyTxtBold {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;
}

.QandATxt {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	line-height: 20px;
}

.pictureIncludedTxt {
	font-size: 12px;
	font-family: Arial;
	color: #666666;
}