body{
background-color:#104983;
}

.body-text {
	font-family: "Times New Roman", Times, serif;
	font-weight: 12;
	color: #000000;
	
}
.blue-text {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	color: #2d3a9e;
}
.red-text {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	color: #ff0000;
}
.brown-text {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	color: #860d02;
}
.white-text {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	color: #ffffff;
}.redheadings {
	font-family: trebuchet ms,arial,sans-serif;
	text-align: center;
	text-indent: 0px;
	color: #FF0000;    /* RED */
	font-weight: bold;
        font-size: 22pt;
	}

