/* CSS Document */

.BrickRed {
	color: 7d1912;
}
.SoftBlue {
	color: 133266;
}

h1 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7D1912;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #133266;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: 7D1912;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #061652;
}
a {
	color: #0000FF;
	text-decoration: underline;
}

