/* css_main */
p {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
}

.pageHeading,
.pageHeadingBottom,
.pageHeadingWhite {
			font-family: Arial, Helvetica, sans-serif;
			color: black;
			font-size: 25px;
			line-height: 25px;
			font-style: normal;
			font-weight: normal;
			font-variant: small-caps;
			text-align: center;
			width:100%;
//			margin-top: 10px;
//			border-top: 1px dashed;
			border-right: 1px none;
			border-bottom: 1px none;
			border-left: 1px none;
}

.pageHeadingBottom {margin-bottom: 10px; border-top: 1px none; border-bottom: 1px dashed;}
.pageHeadingWhite {color: white;}

.paraSeperatorWhite,
.paraSeperatorBlack {
		color: white;
		line-height: 2px;
		width:100%;
		border-top: 1px dotted;
		border-bottom: 1px dotted;
}
.paraSeperatorBlack {color: black;}

.paraHeading,
.paraHeadingEditorial {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-size: 20px;
		line-height: 20px;
		font-style: normal;
		font-weight: normal;
		font-variant: small-caps;
		text-align: left;
		width:100%;
		margin-left: 0px;
		margin-right: 150px;
		padding-top: 2px;
		padding-left: 3px;
		padding-right: 0px;
		padding-bottom: 2px;
		border-top: 1px dotted;
		border-right: 1px none;
		border-bottom: 1px dotted;
		border-left: 1px none;
		background-color: bbbbbb;
}
.paraHeadingEditorial {
		line-height: 25px;
		padding-top: 0px;
		padding-left: 0px;
		border-bottom: 1px dashed;
		border-top: 1px none;
		background-color: transparent;
}

.itemHeading, .itemHeadingSmall {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-weight: bold;
		font-size: 26px;
		line-height: 26px;
		text-align: left;
		width:100%;
}

.itemHeadingSmall { font-size: 20px;};

.itemText {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		width:100%;
		list-style-type: square;
		list-style-position: outside;
		padding-left: 10px;
}

.pullQuoteBlack,
.pullQuoteBlackSmall,
.pullQuoteBlackLarge,
.pullQuoteWhite {
		font-family: "Times New Roman", Times, serif;
		color: black;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
		width:100%;
		font-style: italic;
		font-weight: bold;
}
.pullQuoteBlackSmall {font-size: 16px; line-height: 16px;}
.pullQuoteBlackLarge {font-size: 26px; line-height: 26px;}
.pullQuoteWhite {color: white;}

.codeText {
		font-family: Courier New, Courier, mono;
		color: black;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
}
.codeTextMedium {

	font-family: "Courier New", Courier, mono;
	color: black;
	font-size: 18px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}
.codeTextMediumWhiteBG {
	font-family: "Courier New", Courier, mono;
	color: black;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;

}
.codeTextLarge {
		font-family: Courier New, Courier, mono;
		color: black;
		font-size: 20px;
		line-height: 16px;
		text-align: left;
		font-weight: bold;
}

.bodyText,
.bodyText10px,
.bodyTextBlackCenter,
.bodyTextWhiteBold,
.bodyTextWhite,
.bodyTextWhite,
.bodyTextSmallWhite,
.bodyTextSmallBlack,
.bodyTextSmallBlackCenter,
.bodyTextSmallBlackBold,
.bodyTextSmallWhiteBold,
.bodyTextAligned,
.bodyTextWhiteAligned,
.bodyTextBlackAligned,
.bodyTextAlignedSmall ,
.bodyTextBold,
.tableText {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
}
.bodyTextWhiteBold {color: white; font-weight: bold;}
.bodyTextBlackCenter {text-align: center}
.bodyTextWhite {color: white;}
.bodyTextSmallWhite {color: white; font-size: 12px;	line-height: 14px;}
.bodyTextSmallBlack {font-size: 12px; line-height: 14px;}
.bodyTextSmallBlackCenter {font-size: 12px;	line-height: 14px; text-align: center;}
.bodyTextSmallBlackBold {font-size: 14px; line-height: 14px; font-weight: bolder; font-stretch: expanded;}
.bodyTextSmallWhiteBold {color: white; font-size: 14px;	line-height: 14px; font-weight: bolder;	font-stretch: expanded;}
.bodyTextAligned {text-align: justify;}
.bodyTextWhiteAligned {color:white; text-align: justify;}
.bodyTextBlackAligned {color:black; text-align: justify;}
.bodyTextAlignedSmall {font-size: 12px; line-height: 14px; text-align: justify;}
.bodyTextBold {font-weight: bold;}
.bodyText10px {padding-left: 10px; }

.captionCenterWhite,
.captionCenterWhiteBold,
.captionCenterBlack,
.captionCenterBlackBold,
.captionRightBlackBold,
.captionLeftWhite,
.captionRightWhite,
.captionRightBlack,
.captionRightWhiteBold,
.captionLeftBlack,
.captionLargeCenterBlack,
.captionReallyLargeCenterBlack,
.captionLargeCenterWhite  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		height: 12px;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-variant: small-caps;
		text-align: center;
}
.captionCenterWhiteBold {font-weight: bold;}
.captionCenterBlack {color: black;}
.captionRightBlackBold {color: black; font-weight: bold;}
.captionCenterBlackBold {color: black; font-weight: bold;}
.captionLeftWhite {text-align: left;}
.captionRightWhite {text-align: right;}
.captionRightBlack {text-align: right; color: black;}
.captionRightWhiteBold {font-weight: bold; text-align: right;}
.captionLeftBlack {color: black; text-align: left;}
.captionLargeCenterWhite {font-size: 18px;}
.captionLargeCenterBlack {color: black; font-size: 18px;}
.captionReallyLargeCenterBlack {color: black; font-size: 38px;}

.chroniclePhotoCaption {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			height: 15px;
			line-height: 15px;
			color: black;
			background-color: f0f0f0;
			font-variant: small-caps;
			vertical-align: middle;
			border-color: black;
			text-decoration: none;
			border-style: solid;
			border-right-width: 1px;
			border-left-width: 1px;
			border-top-width: 1px;
			border-bottom-width: 1px;
			padding-left: 5px;
			padding-right: 5px;
//			padding-bottom: 5px;
//			padding-top: 5px;
			margin-top: -5px;
//			margin-bottom: 2px;
			margin-left: -4px;
		  	transition: 0.5s;
}

.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 14px;
		color: black;
		text-decoration: none;
		font-weight: normal;
		font-variant: small-caps;
		text-align: center;
		height: 12px;
}

.photograph {
		border-color: white;
		border-style: solid;
		border-right-width: 0px 0px 0px 0px ;
}

.photoWhite1px,
.photoBlack1px,
.photoWhite3px,
.photoBlack3px {
		border-color: white;
		border-style: solid;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-width: 1px;
		border-bottom-width: 1px;
}
.photoBlack1px {border-color: black;}
.photoWhite3px {
		border-right-width: 3px;
		border-left-width: 3px;
		border-top-width: 3px;
		border-bottom-width: 3px;
}
.photoBlack3px {
		border-color: black;
		border-right-width: 3px;
		border-left-width: 3px;
		border-top-width: 3px;
		border-bottom-width: 3px;
}

.scriptText,
.scriptTextComment {
		font-family: "Comic Sans MS";
		font-size: 16px;
		font-style: normal;
		color: black;

}

.scriptTextComment {font-size: 15px;}

.thumbnail  {

		border-color: black;
		border-right-width: 3px;
		border-left-width: 3px;
		border-top-width: 3px;
		border-bottom-width: 3px;
}