
p.welcome, p.p0, p.p1, p.p2, p.p3 ,p.p4, p.p5 {font-size:16px;font-family: Arial, Garamond, Helvetica, sans-serif;color:black;line-height:125%;}
p.p4 {line-height:175%;}
p.p5 {line-height:200%;}
p.p0 {  margin-top:0px; margin-bottom:12px;}
p.p1,p.p3 {  margin-top:8px; margin-bottom:8px;}
p.p2,p.p5 {  margin-top:7px; margin-bottom:7px;margin-left:15px;}

h3,h4 {font-size: 16px; font-weight: bold; margin: 0px; text-transform: uppercase;padding: 7px;}
h6,h2 {font-size:12px;font-family: Arial, Garamond, Helvetica, sans-serif;}
h3{color: blue;}
h4 {color: magenta;}
h6 {color:black;}
h2{color:blue;}
a.gs {margin-left:10px;font:14px/20px Arial, Garamond,Georgia, serif;font-weight:bold;text-decoration:underline;}
a.gs:link {color:blue; }
a.gs:visited {color:red; text-decoration:none;}
a.gs:hover {color:magenta; }

a.linemenu {margin-left:15px;font:14px/20px Arial, Garamond, Georgia, serif;font-weight:bold;}
a.linemenu:link {color:blue;text-decoration:underline;}
a.linemenu:visited {color:red;text-decoration:none;}
a.linemenu:hover {color:magenta;text-decoration:underline;}
a.linemenu:active {color:red;text-decoration:underline;}

.btn:hover,.btn1:hover,.btn2:hover {background: #BBF6B6; }

div.fL {position:relative; float:left;}
div.table,div.table1,div.table2,div.table3{ position:relative;width:89px;float:left;border:1px solid #BF3C8D;}
div.table {height:35px;padding-top:15px;}
div.table1 {height:24px;}
div.table2 {height:48px;}
div.table3 {height:60px;}
div.heading {width:100%;padding:5px;text-align:center;}
img.image {width:6px; height:9px;}

.txt1 {	
    font-size: 16px;    font-family: "Times New Roman", Serif;    font-weight: bold;    background-color: #EFF2B3;
    height: 24px;    color:#000000 ;    margin-left:3px; }
    
.txt2 {	
    font-size: 16px;  font-family: "Times New Roman", Serif;  font-weight: bold;   background-color: #EFF2B3;
    height: 24px;     color:#000000 ;    margin-left:3px; }
    

/* Popup container - can be anything you want */

.popup {  position: relative;  display: inline-block;   cursor: pointer;   -webkit-user-select: none;
    -moz-user-select: none;  -ms-user-select: none;    user-select: none; margin-bottom:10px;  }

/* The actual popup */
.popup .popuptext {   visibility: hidden;  width: 200px; height:40px;  background-color: #555;    color: #fff;    text-align: center;
    border-radius: 6px;    padding: 4px 0;    position: absolute;    z-index: 1;    bottom: 125%;    left: 70%;    margin-left: 10px;
}

/* Popup arrow */
.popup .popuptext::after {   content: "";    position: absolute;    top: 100%;    left: 50%;    margin-left: -5px;
    border-width: 5px;    border-style: solid;    border-color: #555 transparent transparent transparent;   }

/* Toggle this class - hide and show the popup */
.popup .show {     visibility: visible;    -webkit-animation: fadeIn 1s;    animation: fadeIn 1s;  }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {  from {opacity: 0;}    to {opacity: 1;}  }

@keyframes fadeIn {  from {opacity: 0;}    to {opacity:1 ;}  }
