.content_links { color: #0ABCB8; 
                 font-weight: normal; 
                 text-decoration: none; }

.content_links:hover { 
                color: #00CCCC; 
                font-weight: normal; 
                text-decoration: underline; }

.content_links:visited {  
                color: #996666;
                font-weight: normal;
                text-decoration: none; }

.title { font-family: Arial, Helvetica, sans-serif;
                font-size: 16pt;
                font-weight: bold;
                color: #FF9900;}

.subtitle { font-family: Arial, Helvetica, sans-serif;
                font-size: 12pt;
                font-weight: bold;
                color: #FF9900;}


.content { font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: normal;
		color: #FFFFFF; }

.links {  font-family: Arial, Helvetica, sans-serif; 
          font-size: 14px; 
	  color: #0ABCB8; 
	  font-weight: bold; 
	  text-decoration: none; }

.links:hover { font-family: Arial, Helvetica, sans-serif; 
               font-size: 14px; color:  #FF9900; 
	       font-weight: bold ; 
	       text-decoration: none; }



.links_small {  font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #0ABCB8;
          font-weight: bold;
          text-decoration: none; }

.links_small:hover { font-family: Arial, Helvetica, sans-serif;
               font-size: 12px; color:  #FF9900;
               font-weight: bold ;
               text-decoration: none; }
       
.footer { font-family: Arial, Helvetica, sans-serif; 
          font-size: 10px; 
	  color: #FFFFFF; 
	  text-decoration: none; 
	  font-weight: normal;  }
	  
.footerlinks {font-family: Arial, Helvetica, sans-serif; 
          font-size: 10px; color: #FF9900; 
	  text-decoration: none; 
	  font-weight: normal; }
body {
     font-family:Arial,Helvetica,sans-serif;
     font-size: 14px;
     font-weight: normal;
     color: #ffffff;
     background: #000000;
}
table.standard {
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
}
/*.standard tr { text-align:center; } */
.standard caption  
     { 
     color: #ff9900 ; 
     font-weight: bold; 
     } 

.standard th { padding: .40em; }
.standard td { padding: .20em; }
.standard tr.odd {background-color: #333333; }
.standard tr.even {background-color: #330000; }

fieldset {border:none; margin:0; padding:0; }

/* .calendar determines the overall formatting style of the calendar,   
   acting as the default unless later overruled. */ 

.calendar  
     { 
     font-family:arial,helvetica,sans-serif;  
     font-size:11px;  
     color: white; 
     background-color: #c0c0c0; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align:left;
     } 

.calendar caption { font-size: 14px;    }

/* .header determines the formatting of the weekday headers at the top 
   of the calendar. */ 

.header  
     { 
     background-color: #996633; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .day determines the formatting of each day displayed in the 
   calendar. */ 

.day  
     { 
     background-color: #707070; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center;
     } 

/* .linkedday determines the formatting of a date to which content is 
   available. */ 

.linkedday  
     { 
     background-color: #222222; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center;
     } 


.daylink{
     text-decoration: none;
     color: #00cccc;
}

.daylink:hover {
     text-decoration: underline;
}

.daylink:visited {
	color: #996666;
	text-decoration: none;
}

