a { 
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 9pt;
   color: #000066;
   text-decoration: none;
   font-weight: bold;
   font-style: normal; }

a:link { color: #000066 }
a:visited { color: #0099FF }



/*     Declares the blue background color and     */
/*     Declares the standard font for website     */
body {
   background-color : #336699;
   font-family : Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   color: #000000; }



/*             Below are standard fonts           */ 
.standard {
   font-family : Arial, Helvetica, Sans-Serif;
   font-size: 13px;
   color: #000000; }

.standard-smcap {
   font-family: Times New Roman, Times, Serif;
   font-variant: small-caps;
   font-size:15px;
   color: #000000; }

.testimonials {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:17px;
   font-style:italic;
   color: #000000; }




/*       Below are fonts for the Calendar     */ 
.calendar-month {
   font-family: Times New Roman, Times, Serif;
   font-variant: small-caps;
   font-size:22px;
   color: #000066; }

.calendar-day {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:15px;
   color: #000066; }

.calendar-desc {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:15px;
   color: #000000; }




/* font used when declaring the size of documents ([100KB - ADOBE ACROBAT]) */ 
.docsize {
   font-family: arial, helvetica, sans-serif;
   font-size: 7pt;
   color: #777777; }



/* Below are the two fonts used in our mission statement */ 
.mission-normal {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:17px;
   color: #000000; }

.mission-smcap {
   font-family: Times New Roman, Times, Serif;
   font-variant: small-caps;
   font-size:18px;
   color: #000000; }





