/*
Fonts
*/
.text1-11r {
	font: normal 11pt sans;
}
.text1-11b {
	font: bold 11pt sans;
}

.text1-10r {
	font: normal 10pt sans;
}

.text1-13b {
	font: bold 13pt sans;
    color: MidnightBlue;
}

/*
Backgrounds 
*/
.bg-header-top {
	background-color: LightCoral;
}

.bg-header-middle {
	background-color: White;
}

.bg-header-bottom {
	background-color: Blue;
}

.bg-footer-top {
	background-color: Blue;
}

.bg-footer-bottom {
	background-color: MistyRose;
}

/*
Standards Elements
*/
A {
	color: LightSlateGray;
}