body {
font-family:Verdana,sans-serif;
font-size:12px;
color:#005727;
topmargin:0;
leftmargin:0;
rightmargin:0;
bottommargin:0;
marginwidth:0;
marginheight:0;
background-color:#FFF;
background-repeat:repeat-x;
margin:0;
padding:0;
}

h1 {
color:#006633;
font-size:12px;
font-weight:700;
font-family:Verdana;
}

h2 {
color:#006633;
font-size:12px;
font-weight:700;
font-family:Verdana,sans-serif;
}

h3 {
color:#006633;
font-size:13px;
font-weight:700;
font-family:Verdana,sans-serif;
}

h4 {
color:#006633;
font-size:14px;
font-weight:700;
font-family:Verdana,sans-serif;
}

h1.red {
color:red;
font-size:11px;
font-weight:700;
font-family:Verdana,sans-serif;
}

h2.red {
color:red;
font-size:12px;
font-weight:700;
font-family:Verdana,sans-serif;
}

h3 .red {
color:red;
font-size:13px;
font-weight:700;
font-family:Verdana,sans-serif;
}

h4.red {
color:red;
font-size:14px;
font-weight:700;
font-family:Verdana,sans-serif;
}

.rightarrowclass {
position:absolute;
top:0;
right:0;
}

* html ul li {
float:top;
height:1%;
}

* html ul li a {
height:1%;
}

li:hover ul,li.over ul {
display:block;
}

a:link,a:visited {
text-decoration:none;
color:#AC3715;
font-family:Verdana,sans-serif;
font-size:11px;
font-weight:700;
}

a:hover,a:active,a.m4:hover,a.m4:active {
text-decoration:underline;
color:#E68300;
font-family:Verdana,sans-serif;
font-size:11px;
font-weight:700;
}

a:hover,a.m4:hover {
text-decoration:underline;
font-family:Verdana,sans-serif;
font-size:11px;
font-weight:700;
}

a.m4:link,a.m4:visited {
text-decoration:none;
color:#FFF;
font-family:Verdana,sans-serif;
font-size:11px;
font-weight:700;
}

td,table,tr,td {
font-family:Verdana,sans-serif;
color:#005727;
font-size:12px;
}

.button {margin:0 0 -7px 3px;}

#blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
  font-size: 20px;
}

#blink2 {
  font-size: 20px; 
  color:#FF0000
}

@-webkit-keyframes blink1 {
  0% { color: rgba(255, 0, 0, 1);; }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(255, 0, 0, 1);; }
}
@keyframes blink1 {
  0% { color: rgba(255, 0, 0, 1);; }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(255, 0, 0, 1);; }
}	
