/*  Visited text colors */
a:link {
	color: #0000FF;
}
a:visited {
	color: #551A8B;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
/*  Visited text colors */


.top_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.paragraph_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

.paragraph_text_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #034D96;
	font-weight: bold;
}

.popup_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.bullet_list {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

.table_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

.table_text_heading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	font-size: 13px;
}

.large_text_caps_lower {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

.large_text_caps {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.address_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.requiored_field {
color: #FF0000
}

.copyright_text {
	color: #FFFFFF;
	font-size: xx-small;
}
.large_text_no_caps {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

