
.evtopmargin{ margin-top:80px;}
.evimgcenter{ display:block; margin-left:auto; margin-right:auto;}
.evbuttoncenter{align-content:center;}.evline{ border-style:solid;}.evcenter{ text-align:center; align-content:center;}
.evleft{ text-align:left;}
.evright{ text-align:right;}
.evnormal{ font-weight:normal;}
.evbold{ font-weight:bold;}
.evstrike{ text-decoration:line-through;}
.evital{ font-style:italic;}
.evobli{ font-style:oblique;}
.evgreen{ color:green;}
.evorange{ color:orange;}
.evwhite{ color:white;}
.evpurple{ color:purple;}
.evblue{ color:blue;}
.evred{ color:red;}
.evblack{ color:black;}
.evgray{ color:lightslategray;}.info:link{ color:blue; font-weight:bolder; text-decoration:none;}.info:visited{ color:blue; font-weight:bolder; text-decoration:none;}
.info:hover{ color:red; z-index:25; text-decoration:none;}
.info:active{ color:red; font-weight:bolder; text-decoration:none;}.infoc:link{ color:blue; font-weight:bolder; text-decoration:none;}.infoc:visited{ color:blue; font-weight:bolder; text-decoration:none;}
.infoc:hover{ color:red; z-index:25; background-color:yellow; text-decoration:none;}
.infoc:active{ color:red; font-weight:bolder; text-decoration:none;}#textboxid
{ height:34px; font-size:14pt;}
.evxsmall{font-size:40%}.evtiny{ font-size:60%;}.evprodsmall{ font-size:90%;}
.evsmall{ font-size:75%;}
.evnormalplus{ font-size:100%;}
.evnormalplus{ font-size:125%;}
.evmedium{ font-size:150%;}
.evlarge{ font-size:200%;}
.evjumbo{ font-size:300%;}
img.two {
  height: 50%;
  width: 50%;
}
img.three {
  height: 75%;
  width: 75%;
}
img.one {
  height: 20%;
  width: 20%;
}
.evsupersize{ font-size:800%;}


.midwest {color:rgb(17, 96, 71)}
.west {color:rgb(65, 19, 71)}
.southwest {color:rgb(160, 110, 41)}
.southeast {color:rgb(73, 120, 56)}
.northeast {color:rgb(114, 21, 20)}


.tableb { border: 1px solid black;}
/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

.blink_me {
  animation: blinker 1s linear infinite;
}

.blink_text_red {

  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;

   color: red;
  }

  @-moz-keyframes blinker {  
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
   }

  @-webkit-keyframes blinker {  
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
   }

  @keyframes blinker {  
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
   }

   .blink_text_blue {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
  
     color: blue;
    }
  
    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }
  
    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }
  
    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

     .blink_text_green {

      animation:1s blinker linear infinite;
      -webkit-animation:1s blinker linear infinite;
      -moz-animation:1s blinker linear infinite;
    
       color: green;
      }
    
      @-moz-keyframes blinker {  
       0% { opacity: 1.0; }
       50% { opacity: 0.0; }
       100% { opacity: 1.0; }
       }
    
      @-webkit-keyframes blinker {  
       0% { opacity: 1.0; }
       50% { opacity: 0.0; }
       100% { opacity: 1.0; }
       }
    
      @keyframes blinker {  
       0% { opacity: 1.0; }
       50% { opacity: 0.0; }
       100% { opacity: 1.0; }
       }
