/* Background Properties */

.background-text {
	background-color: #EFEFEF;
}


/* Body Text */

.body-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6B009D;
	font-weight: bold;
}
.body-header-02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6B009D;
	font-weight: bold;
}
.body-header-03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6B009D;
	font-weight: bold;
	font-style: italic;
}
.body-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	line-height: 20px;
}
.body-text-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.body-text-bold-italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.body-text-bold-underline {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.copyright-text{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}


/* Body Links */

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #7B2E76;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #7B2E76;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #0099CC;
	text-decoration: underline;
}