BODY
	{ background: #CCFFCC url(IMAGES/oldwood.jpg);
	color: #000000;
	font-family: Arial,sans-serif;
	font-size: small;
	font-style: normal;
	}

.Callout
	{ font-style: italic;
	text-align: center;
	}

.Company
	{ color: #993300;
	font-family: "Vineta BT", "Arial Rounded MT Bold", Arial;
	font-size: xx-large;
	text-align: center;
	}

H1, H2, H3, H4, H5, H6
	{ color: #993300;
	font-family: Arial,sans-serif;
	font-weight: bold;
	}

H1
	{ font-size: xx-large;
	margin-bottom: 20pt;
	margin-top: 50pt;
	text-align: center;
	}

H2
	{ font-size: xx-large;
	text-align: center;
	}

H3
	{ font-size: x-large;
	margin-bottom: 10pt;
	margin-top: 40pt;
	}

H4
	{ font-size: x-large;
	}

H5
	{ font-size: large;
	margin-bottom: 10pt;
	margin-top: 30pt;
	}

H6
	{ font-size: large;
	}

.TagLine
	{ color: #993300;
	font-family: "Brush Script MT",Arial,sans-serif;
	font-size: xx-large;
	text-align: center;
	}

.Title
	{ color: #993300;
	font-family: "Arial Rounded MT Bold",Arial,sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	}

.Title2
	{ color: #993300;
	font-family: "Arial Rounded MT Bold",Arial,sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	}


/*
The following Style names use the following syntax:
	SIZE - FONT - COLOR - ATTRIBUTE(S) - ALIGNMENT(S)
	as required, with each part being three characters long
*/

.Bld
	{ font-weight: bold;
	}

.Lrg
	{ font-size: large;
	}

.LrgBld
	{ font-size: large;
	font-weight: bold;
	}

.LrgBldCtr
	{ font-size: large;
	font-weight: bold;
	text-align: center;
	}

.LrgWhtBld
	{ color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	}

.LrgYelBldCtr
	{ color: Yellow;
	font-size: large;
	font-weight: bold;
	text-align: center;
	}

.Med
	{ font-size: medium;
	}

.MedBld
	{ font-size: medium;
	font-weight: bold;
	}

.MedBldCtr
	{ font-size: medium;
	font-weight: bold;
	text-align: center;
	}

.MedLimBldCtr
	{ color: Lime;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	}

.RedBld
	{ color: #FF0000;
	font-weight: bold;
	}

.Sml
	{ font-size: small;
	}

.WhtBld
	{ color: #FFFFFF;
	font-weight: bold;
	}

.Xsm
	{ font-size: x-small;
	}

