/* BEGIN style1 */
.Titlepainting {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.largLink {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: none;
	color: #0000FF;
	text-align: center;
	vertical-align: top;
}
.SmallLink {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000FF;
}
.HeadingTitle {

	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.Headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.HeadlineItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.testing {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
}
.Headline2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
.Headline3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.Body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.Bodybold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.Caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.TableLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.BodyboldItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}
.BodyWht {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
