.DocTitle {
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #00F;
	background-color: #CFC;
	text-align: center;
	vertical-align: middle;
}.Arthur {
	background-color: #FCF;
	text-align: center;
	vertical-align: middle;
}
.Crest {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.Med {
	font-size: medium;
}
.MedBlu {
	font-size: medium;
	color: #00F;
}
.MedRedBolder {
	font-size: medium;
	font-weight: bolder;
	color: #F00;
}
.Sm {
	font-size: small;
}

.SmBo {
	font-size: small;
	font-weight: bold;
}
.SmBlaBo {
	font-size: small;
	font-weight: bold;
	color: #000;
}
.SmBold {
	font-size: small;
	font-weight: bold;
}
.SmBlu {
	font-size: small;
	color: #00F;
}

.SmBluBoldCaps {
	font-size: small;
	font-weight: bolder;
	font-variant: small-caps;
	color: #00F;
}
.SmBluBoIt {
	font-size: small;
	color: #00F;
	font-style: italic;
	font-weight: bold;
}
.SmRedBoIt {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.SmRedBoItUn {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.StTable {
	background-color: #FCF;
	margin: 0px;
	padding: 3px;
	border: thin solid #0;
}
.SmBluBold {
	font-size: small;
	font-weight: bold;
	color: #00F;
}
.SmBolderIt {
	font-size: small;
	font-style: italic;
	font-weight: bolder;
}
.Blu {
	color: #00F;
}
.Bo {
	font-weight: bold;
}
.Bla {
	color: #000;
}
.RedBold {
	color: #F00;
	font-weight: bold;
}
.BoIt {
	font-style: italic;
	font-weight: bold;
}
.Red {
	color: #F00;
}
.SmBoIt {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.MedBoIt {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.BoItUnSmcaps {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
}
th {
	font-size: medium;
	color: #00F;
	background-color: #FCF;
	text-align: center;
}
.Wh { color: #FFF; }

.Un { text-decoration: underline; }

.It { font-style: italic; }
