@charset "utf-8";
/* CSS Document */

.GrayText {color: #999999}
.WhiteLinkNoUnderline {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited , .WhiteLinkNoUnderline a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.YellowText {	color: #FFFF00;
	font-size: medium;
	font-weight: bold;
}
.SubjectHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	color: #FF0000;
}
.MailLinkLight {
	color: #FFFFFF;
}
.SubHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC6600;
	font-weight: bolder;
}

a:visited , .MailLinkLight a:link{
	color: #999999;
	text-decoration: none;
}
.PhotoLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.GrayTittle {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
}
.NameLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #996633;
}
.BlackSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
