/* BODY {
	font-family : "Times New Roman", Times, serif;
	background : #CACFE3;
} */


.EAbody{
	font-family : "Times New Roman", Times, serif;
	background-color : #CACFE3;
}

.pHeadline1red{
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	color : Red;
	font-weight : bold;
}

.pHeadline1redLarger{
	font-family : "Times New Roman", Times, serif;
	font-size : x-large;
	color : Red;
	font-weight : bold;
}



.pHeadline1BlackLarger{
	font-family : "Times New Roman", Times, serif;
	font-size : x-large;
	color : Black;
	font-weight : bold;
}

.pHeadline1BlueLarger{
	font-family : "Times New Roman", Times, serif;
	font-size : x-large;
	color : Blue;
	font-weight : bold;
}

.pHeadline1{
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	font-weight : bold;
	color : Black;
}


.pHeadline1Yellow{
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	font-weight : bold;
	color : Yellow;
}

.TDmenu{
	background-color : Blue;
}

.textMenuColor{
	color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-decoration : underline;
}

.textMenuColorYellow{
	color : Yellow;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-decoration : underline;
}

.bodyTextBlack{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : medium;
}


.bodyTextBlackBold{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : medium;
	font-weight : bold;
}


.bodyTextWhite{
	font-family : "Times New Roman", Times, serif;
	color : White;
	font-size : medium;
}

.bodyTextYellow{
	font-family : "Times New Roman", Times, serif;
	color : Yellow;
	font-size : medium;
}

.bodyTextBlackSmall{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : small;
}

.bodyTextBlackExtraSmall{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : x-small;
}

.bodyTextWhiteExtraSmall{
	font-family : "Times New Roman", Times, serif;
	color : White;
	font-size : x-small;
}



.bodyTextRed{
	font-family : "Times New Roman", Times, serif;
	color : Red;
	font-size : medium;
}

.bodyTextBlue{
	font-family : "Times New Roman", Times, serif;
	color : Blue;
	font-size : medium;
}

.bodyTextGreen{
	font-family : "Times New Roman", Times, serif;
	color : Green;
	font-size : medium;
}

.TextPhotoCreditLeft{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : xx-small;
	text-align : left;
}

.TextPhotoCreditRight{
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : xx-small;
	text-align : right;
}

.textRed{
	color : Red;
}

.highlight_yellow
{
background-color:yellow
}

.margin_left_pt5
{
margin-left:.5in	
}