a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; border-style: none}

a:hover { color: #FF0000;
}


.nav_main { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none; border-top-style: solid; border-top-color: #000000; border-top-width: 1px; border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 1px;}

.nav_page { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 1px;
}


h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; font-weight: 800; padding-top: 20px}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; font-weight: 800}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 600; color: #000000}
h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600; color: black;  text-decoration: underline}
h5 {  font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 13px;  /*old*/
	  font-size: 2.0vm;   /*IE9*/
      font-size: 2.0vmin;
	  font-weight: normal; color: #333333
	  }

.leader {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 800; color: #000000
}


p  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black; line-height: 150%;}

table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black; line-height: 150%;}
 
li {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black; line-height: 200%}

.splash_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /*old*/
	font-size: 2.2vm;   /*IE9*/
    font-size: 2.2vmin; 
	font-weight: 500;
	text-decoration: none;
	vertical-align: top;
	 
}

.gen   {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black}

.faqq {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: red; style: italic}
.faqa {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #222222; style: italic}
.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #FF0000;

}
.news_container { width: 200px; height: 99%; padding: 2px; border: solid 1px #000000; margin: 2px;overflow: auto; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #eeeeee; font-weight: 400; font-style: italic; text-decoration: none; }
.news_headline {  font-weight: 800; color: red; }

.dates_spaces {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: green}
.dates_full {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: red}



.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  line-height: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: 12px;
  max-height: 999em;
  line-height: 150%;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em;
  color: #666;
  font-size: .8em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .1em;
}

 Other style  
body {
  padding: 2%;
}

/*p {
  padding: 0%;
  
  color: #000000;
  
}*/

