<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 26px;
	font-weight: bold;
	color: #5b3916;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 22px;
	font-weight: bold;
	color: #5b3916;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 16px;
	font-weight: bold;
	color: #5b3916;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 14px;
	font-weight: bold;
	color: #5b3916;
	margin: 10px 0px 10px 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 12.75px;
	font-weight: bold;
	color: #5b3916;
	margin: 10px 0px 10px 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #5b3916;
	margin: 10px 0px 10px 0px;
}

.NormalText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

/* .RightMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 18px;
	font-weight: bold;
	color: red;
	margin: 10px 0px 10px 0px;
} */


.CallOutBox {
	background:#D0EED7;  
	padding: 20px; 
	margin: 25px; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: none;	
	margin-left: auto;
	margin-right: auto;
}


.RoundCorners {  
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: none;	
	overflow:hidden;
}

.MenuBarItemSubmenu {
	text-decoration: none;
}

@media only screen and (min-width:960px) {
.tab_container {
	border: 1px 1px 0 1px;
}
}</pre></body></html>