H1
{
	/*old font-weight: bold;
	color: blue;*/
}
/* start trying to standardize more */
.sPgHead /* s=standard page heading*/
{
	font-size: large; /* larger than large*/
	font-weight: bold;
	color: Navy;
	font-family: Arial;
}
.sPgSubHead /* s=standard page sub heading*/
{
	font-size: medium;
	font-weight: bold;
	color: Navy;
	font-family: Arial;
}
.sPgSubHeadRed /* s=standard page sub heading*/
{
	font-size: medium;
	font-weight: bold;
	color: Red;
	font-family: Arial;
}
.stdFixTableWidthMinusRightSkyScraper /* mostly used for forms, others elastic */
{
	width: 600; /* google ads are 728 for example */
}
.stdFixTableWidth /* mostly used for forms, others elastic */
{
	width: 720; /* google ads are 728 for example */
}
.smallBoldLinks
{
	font-weight: bold;
	font-size: 10;
	color: mediumblue;
	font-family: Arial;
}
.smallRed
{
	font-size: x-small;
	color: red;
}
.smallBlue
{
	font-size: small;
	color: blue;
}
.smallNavy
{
	font-size: small;
	color: navy;
}
.stdBlue
{
	color: #0080C0;
}
.stdDividerBar
{
	background-color: #0080C0; 
	height: 14;
}
.stdDividerBarF
{
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: verdana;
}
.subDividerBar
{
	background-color: #f5f5f5; 
	height: 14;
}
.subDividerBarF
{
	font-weight: bold;
	font-size: medium;
	color: Navy;
	font-family: verdana;
}
.gridLabelF
{
	font-weight: bold;
	color: Navy;
	font-family: verdana;
}


.RedText
{
	color: red;
	font-weight: bold;
}
.Radio
{
	font-weight: bold;
	color: blue;
}
.Bullet
{
	font-weight: bold;
	color: navy;
}
.HeadBigBoldBlue
{
	font-weight: bold;
	font-size: x-large;
	color: mediumblue;
}
.PageHead
{
	font-weight: bold;
	font-size: medium;
	color: mediumblue;
	font-family: Arial;
}
.PageSubHead
{
	font-weight: bold;
	font-size: medium;
	color: mediumblue;
}
.PageSubSubHead
{
	font-weight: bold;
	font-size: medium;
	color: mediumblue;
}
