BODY	{
		background-image: url(../../images/facade.jpg);
		background-attachment: fixed;
		font-family: "Bookman Antiqua", Georgia, "Times New Roman", "Times Roman", Times, serif;
		text-align: center;
}

BODY.red	{
		background-color: #441711;
		text-align: center;
}

BODY.blue	{
		background-color: #5A75BA;
		text-align: center;
}

H1, H2, H3 {
		font-family: "Bookman Antiqua", Georgia, "Times New Roman", "Times Roman", Times, serif;
		font-weight: normal;
		text-align: center;
		color: #303D61;
}

P {
		line-height: 130%;
		color: #303D61;
}

P.tab {
		line-height: 130%;
		margin-left: 0.25in;
		color: #303D61;
}

SPAN.sans {
		font-family: sans-serif;
		font-size: smaller;
		font-variant: small-caps;
}

IMG.photo		{
		float: right;
}

IMG.photo2 {
		float: right;
		margin-left: 0.5in;
		margin-right: 0in;
		margin-bottom: 0.25in;
}

IMG.album {
		margin-top: 0.5in;
		margin-left: 0.5in;
		margin-right: 0.5in;
}

/* old link color is red 441711 */

A:link	{
		color: #5A75BA;
}

A:visited {
		color: #5A75BA;
}

/* old table background color is E1N68B */

TABLE  {
		background-color: #E8C198;
		border: 0;
		width: 650px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}

TR {
		text-align: center;
}

TD.text {
		padding: 0.5in;
		text-align: justify;
}

TD.red {
		background-color: #441711;
}

TD.blue {
		background-color: #5A75BA;
}