BODY
	{ background: url(IMAGES/longhorn.jpg);
	color: #000000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-style: normal;
	}

.Alert
	{ color: #FF0000;
	background: Yellow;
	font-size: medium;
	font-weight: bold;
	}

.BlkOnWht
	{ color: #000000;
	background-color: #FFFFFF;
	}

.CleanMatch
	{ background: aqua;
	font-weight: bold;
	}
	
.ClnPos
	{ background: yellow;
	font-weight: bold;
	}
	
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;
	}

.Miss
	{ color: #FF0000;
	font-weight: bold;
	}

.Norml
	{ color: #000000;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-style: normal;
	}

.Oops
	{ color: #FF0000;
	font-size: xx-large;
	font-family: Arial,sans-serif;
	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
*/

.Blu
	{ color: #0000FF;
	}

.BluBld
	{ color: #0000FF;
	font-weight: bold;
	}

.BluBldIta
	{ color: #0000FF;
	font-style: italic;
	font-weight: bold;
	}

.BluIta
	{ color: #0000FF;
	font-style: italic;
	}

.ItaCtr
	{ font-style: italic;
	text-align: center;
	}

.LimItaBld
	{ color: #00CC00;
	font-style: italic;
	font-weight: bold;
	}

.Lrg
	{ font-size: large;
	}

.LrgBld
	{ font-size: large;
	font-weight: bold;
	}

.LrgRedBld
	{ color: #FF0000;
	font-size: large;
	font-weight: bold;
	}

.MedBluBld
	{ color: #0000FF;
	font-size: medium;
	font-weight: bold;
	}

.MedBluBldIta
	{ color: #0000FF;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	}

.MedBld
	{ font-size: medium;
	font-weight: bold;
	}

.MedRedBld
	{ color: #FF0000;
	font-size: medium;
	font-weight: bold;
	}

.RedBld
	{ color: #FF0000;
	font-weight: bold;
	}

.RedBldIta
	{ color: #FF0000;
	font-style: italic;
	font-weight: bold;
	}

.Sml
	{ font-size: small;
	}

.SmlBlu
	{ color: #0000FF;
	font-size: small;
	}

.XlgRedBld
	{ color: #FF0000;
	font-size: x-large;
	font-weight: bold;
	}

.XlgSadBlu
	{ color: #0000FF;
	font-family: Saddlebag, "Times New Roman", serif;
	font-size: x-large;
	}

.Xsm
	{ font-size: x-small;
	}

.XsmBld
	{ font-weight: bold;
	font-size: x-small;
	}

.XsmBlu
	{ color: #0000FF;
	font-size: x-small;
	font-weight: bold;
	}

.XxlSadBlu
	{ color: #0000FF;
	font-family: Saddlebag, "Times New Roman", serif;
	font-size: xx-large;
	}

.Xxs
	{ font-size: xx-small;
	}

.XxsBld
	{ font-size: xx-small;
	font-weight: bold;
	}

.XxsBlu
	{ color: #0000FF;
	font-size: xx-small;
	}

