/*  This is the style sheet that shows up as classes on the Rich Text Editor  *//*  It must be included on any page that users enter info with the Rich Text Editor.  *//*  It is included on announcements.php,  calendar.php  */body    {	font-family: "Verdana, Tahoma", sans-serif;	font-size: 11px;	line-height: 14px;        }.navyheading       {color: navy; font-size: 12px; font-weight: bold;}.redheading        {color: #BC2B30; font-size: 12px; font-weight: bold;}.blueheading       {color: #055271; font-size: 12px; font-weight: bold;}.greenheading      {color: #52906E; font-size: 12px; font-weight: bold;}.black      {color: black; font-size: 11px;}        .red        {color: #BC2B30; font-size: 11px;}.blue       {color: #055271; font-size: 11px;}.green      {color: #52906E; font-size: 11px;}.purple     {color: purple; font-size: 11px;}.orange     {color: #CC4F28; font-size: 11px;}.navy       {color: navy; font-size: 11px;}
.brown      {color: saddlebrown; font-size: 11px;}
.primaryred {color: red; font-size: 11px;}
.primaryblue {color: blue; font-size: 11px;}
.primarygreen {color: green; font-size: 11px;}
hr {width: 80%;}