.greycolorbodycopy/* Colors */
   {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}
.bluecolor  {
	color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.whitecolor { color: white }
/*Sidebars*/
.sidebar_grey   { background-color: silver; margin: 12px; padding: 12px; border: solid 1px gray }
.sidebar_white  { background-color: white; text-indent: 12px; margin: 12px; padding: 12px; border: solid 1px black }

/* Bold Text Heights */
.px26  { font-size: 26px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 20px }
.px20 { font-size: 20px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 16px }
.px18 {
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal
}
.px14  { font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 14px }
.px8  /* is really 10px */  { font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 14px }
.px6 { font-size: 6px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 14px }

/*Inset Image Alignment */
img.left {float: left; margin: 2px 10px 5px 0; border: 0;}
img.right {float: right; margin: 2px 0 5px 10px; border: 0;}
img.across {margin: 0 0 10px 0; border: 0;}
