/* include.css                  */
/* Main Style Sheet             */
/*                              */
/* Updated By Cory Frederickson */

.divbody {
   font-family: Verdana;
   font-size: 10.0pt;
   width: 570px;
}

.linknone {
   color: silver;
   font-size: 14px;
   font-weight: bold;
}

.livelink:link      { color: #00FF00; font-size: 14px; }
.livelink:visited   { color: #00FF00; font-size: 14px; }
.livelink:hover     { color: #003399; font-size: 14px; }
.livelink:active    { color: #00FF00; font-size: 14px; }

.noticelink:link    { color: #FF0000; font-size: 14px; }
.noticelink:visited { color: #FF0000; font-size: 14px; }
.noticelink:hover   { color: #003399; font-size: 14px; }
.noticelink:active  { color: #FF0000; font-size: 14px; }

.statusbox {
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   padding: 3px;
   width: 570px;
}

.title {
   font-size: 14.0pt;
   font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a:link    { color: #003366; }
a:visited { color: #000066; }
a:hover   { color: #003399; }
a:active  { color: #00176D; }

body, font, p, td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   scrollbar-3dlight-color: #EBECEC;           /* close to track highlight */
   scrollbar-arrow-color: #EBECEC;             /* arrow                    */
   scrollbar-darkshadow-color: #EBECEC;        /* close to track shadow    */
   scrollbar-face-color: #999999;              /* bar colour               */
   scrollbar-highlight-color: #C6D5CF;         /* close to bar highlight   */
   scrollbar-shadow-color: #DBDCDD;            /* close to bar shadow      */
   scrollbar-track-color: #CCCCCC;             /* track for bar            */
}

iframe { overflow-x: hidden; }

input, select {
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
}

