
body {
    background-color:#4d6479;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

p {
	font-size: 90%;
	}

.ms-font {
/*	font-size: 130%; */
	font-weight: bold;
}

.red {
	color: #990000;
}
.blue-italics {
	color: #333365;
	font-weight: bold;
	font-style: italic;
}

.blue {
	color: #333365;
}
.style2 {color: #333365; font-weight: bold; }

