.xlargefont_gray {
   font-family: arial;
   color: #666666;
   font-size: x-large;
   font-weight: bold;
   text-decorations: none;
}
.largefont_gray {
   font-family: arial;
   color: #666666;
   font-size: large;
   text-decorations: none;
}
.medfont_gray {
   font-family: arial;
   color: #666666;
   font-size: medium;
   text-decorations: none;
}
.smallfont_gray {
   font-family: arial;
   color: #666666;
   font-size: small;
   text-decorations: none;
}
.smallerfont_gray {
   font-family: arial;
   color: #666666;
   font-size: smaller;
   text-decorations: none;
}
.gray a:link {
	color: #666666;
	}
.gray a:visited {
	color: #666666;
	}
.gray a:hover {
	color: #666666;
	}
.gray a:active {
	color: #666666;
	}
.smallfont_red {
   font-family: arial;
   color: #CC0000;
   font-size: small;
   text-decorations: none;
}
.smallerfont_red {
   font-family: arial;
   color: #CC0000;
   font-size: smaller;
   text-decorations: none;
}