<STYLE TYPE="text/css">
<!--
@font-face {
    font-family: "KBH";
    src: url("fonts/KBH-Regular.woff") format('woff');
}


@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'), url(https://themes-googleusercontent/static/fonts/ubuntu/v5/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}

body    {
	font-family: 'Montserrat',Ubuntu,Verdana,Arial,Helvetica;
	}

  A:link {color: #48701E; text-decoration: none; font-weight: bold}
  A:visited {color: #48701E; text-decoration: none}
  A:hover {color: #48701E; text-decoration: underline}

.header {
	color: black;
	margin-top: 20px;
	margin-left: 20px;
	font-size:2em;
}

h1 {
    margin-top: 20px;
    color:#black;
    font-size:1.5em;
}

h2 {
    margin-top: 10px;
    color:#black;
    font-size:1.2em;
}

.table_outer {
	align: center;
	width:100%;
  max-width:800px;
  /* border-style:dotted none dotted none; */
	margin-left: auto;
  margin-right: auto;
}

.content {
	width:100%;
  max-width:800px;
  /* border-style:dotted none dotted none; */
	margin-left: auto;
  margin-right: auto;
}

.hrule {
        border: 1px dotted #ddd;
        padding-left: 13px;
        height: 20px;
        overflow: auto;
				background-color: #000000;
}

/* Navigation */
#navigation {
    padding:10;
    margin: 0;
    border: 0px solid;
    color:#0c4218; /* green */
    color:#200c46; /* blue */
    color:#e32e00; /* red */

    font-family: 'lucida grande', 'lucida sans', lucida, verdana;
    font-size:12px;
    text-align: center;

}
#navigation th {
    background-color: #0c4218;
    border: 1px solid;
    color:#0c4218;

}
#navigation td {
    padding:1px;
    background-color: #FFFFFF;
    border: 2px solid;
    color:#0c4218;

}
#navigation a {
    color:#200c46; /* blue */
    text-decoration: none;
    display: block;
    padding: 4px 0;
    color:#0c4218; /* green */
}
#navigation a:hover {
    text-decoration: none;
    background-color:#000000; /* green */
    color:#ffffff; /* red */
}


#boxLimHeight {
        border: 1px dotted #ddd;
        padding-left: 13px;
        max-height: 180px;
        overflow: auto;

}

#boxLimHeightLong {
        border: 1px dotted #ddd;
        padding-left: 13px;
        max-height: 580px;
        overflow: auto;

}



.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.lma-audio-container {
	position:relative;
	padding-bottom:26.25%;
	padding-top:30px;
	height:auto;
	overflow:hidden;
}

.lma-audio-container iframe, .lma-audio-container object, .lma-audio-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}




</STYLE>
