/* CSS Document */
body 
{
background-color: #ffffff;
}
.announceTextUnderline {
	font-size: medium;
	color: #800000;
	text-decoration: underline;
}

table.backWhite
{
background-color: #ffffff;
}

.backTeal
{
background-color: #336666;
}

.stdtext {  
font-family: "Times New Roman", Times, serif; margin-left: 10px;
}

.stdtextWhite {  
font-family: "Times New Roman", Times, serif; margin-left: 10px; background-color: #ffffff;
}

.headerText {
font-weight: bold;
}

.largeIntroText {
	font-size: large;
}
.announceText {
	font-size: medium;
	font-weight: bold;
	color: #800000;
}
