* {
  box-sizing:border-box;
}
.hd { text-decoration:none;
       font-family: verdana,arial,helvetica ;
       font-size: 12px;
       font-weight: normal;
       color: #4f4f4f
}

BODY{ 
   margin:0;
   font-family: Arial,helvetica,sans-serif ;
   font-size: 12pt;
   font-weight: normal;
   color: #4f4f4f
}

ul.menu {
  margin-top: 0; 
  padding-left: 1.5em;
}

ul.menu li {
 margin-top: .5em; 
}

div.leftmenu big {
  /*text-shadow:2px 2px 5px #A3A3A3;
  font-size:1.3em;
  */
  font-size:19px;
  color:#333;
  font-family: sans-serif;
  display:block;
  clear:both;
  margin-top:15px;

}

div.leftmenu a {
  color:#428BD3;
  font-weight:bold;
}

div.leftmenu a:hover {
  color:#29547E;
  font-weight:bold;
}

div.maindiv {
  margin:2em;
  float:left;
  clear:right;
  padding-top:40px;
}

div.maindiv2col {
  position:absolute;
  margin-left:260px;
  margin-top:5ex;
  padding:5px;
  max-width:1280px;
}


div.leftmenu {
  float:left;
  clear:left;
  padding-left:10px;
  padding-right:3px;
  width:250px;

  font-weight:normal;
  font-family:Verdana, Arial;
  font-size:10pt;

  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  border-right:1px solid #8CACBB;
  background-color:#f4f4f4;

}

div.headouter {
  float:left;
  clear:both;
  background-color:#416092;
  color:white;
  width:100%;
  border-bottom:0px solid #CCCCCC;
}

div.headline {
  float:left;
  clear:both;
  background-color:#65BC6C;
  background-color:#cacaca;
  height:13px;
  width:100%;
}

div.headlnk {
  float:left;
  clear:right;
  font-family:verdana,tahoma,helvetica;
  font-weight:normal;
  background-color:#fff;
  padding:0;
}
div.headlnk a {
  color:#4444aa;
  /*text-shadow:1px 2px 3px #808080;*/
  margin:0;
  margin-left:10px;
  margin-right:10px;
  padding:0;
}


div.headtit {
  float:left;
  clear:left;
  font-size:1.7em;
  color:#fff;
  text-shadow:2px 1px 5px #777;
  text-align:center;
  width:250px;
}


a:link {color: #428BD3; text-decoration:none;}
a:visited {color: #428BD3; text-decoration:none}
a:active {color: #65BC6C; text-decoration:none}
a:hover { color: #29547E; text-decoration: underline;}

H2 { font-size: 17px;margin-bottom:3px; }

.b1 {font-size:19px;color: #000000; }

pre { 
  font-size: 13px;
  background:none repeat scroll 0 0 #F8FFEB;
  border:1px solid #D5E5CE;
  border-radius:5px;
  font-weight: normal;
  color: #000000;
  padding:3px;
  max-height:220px;
  overflow:auto;
  }


h1 {
	font-size:1.3em; 
	margin-bottom:10px;
}

h2 {
  font-size:1.1em;
  border-bottom:1px dashed #444;
  border-bottom:1px solid #8CACBB;
  margin-top:40px;
  margin-bottom:5px;
  padding:5px 5px 5px 5px;
  margin-left:-10px;
  color:#111;

}


h3 {font-size:1.0em; }

hr { display:none; } 


div.bcard {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
}

.tag {
display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
	margin-right:3px;
    background-color: #28a745;
    background-color: #007bff;

}
