<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.float-right
{
    border-spacing:0px !important;
}*/
.menu_top {
    cursor: pointer;
}
.menu_list {
    cursor: default;
}
.empt_menu {
    margin: 0 !important; 
    padding: 0 0em !important;
    list-style: none !important;
    font-size: 100% !important;
    height: 24px !important;
    width: 223px !important;
}
#st1
{
    padding: .5em;
    border: 1px solid black;
    height: 400px;
    width: 70%;
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

#mb1 {
    text-align: right;
    padding-top: 5px;
}
ul.menubar
{
    padding: 0 !important;
    background-position: 20px;
    margin: 0 !important;
    /*padding: 0 .25em;*/
    list-style: none !important; /*font-size: 100% !important;*/
    font-size: 13px !important;
    height: 27px;
    width: 900px;
    background: transparent; /*background: #E5EAED;*/ /*border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: black;
    border-right-color: black;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;*/
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*background-image: url('img/one_button.png');*/
    color: #FFFFFF;
}
ul.menubar li
{
    border-color: #3B71A7 #3B71A7 #3B71A7 #002B5D;
    border-style: solid;
    border-width: 1px;
    float: left;
    display: inline;
    position: relative;
    margin: 0;
    padding: .3em .5em .3em .5em;
    height: 1.25em;
    width: 120px;
	background-image: url('img/one_button.png');
}
ul.menu {
    position: absolute;
    left: 0;
    top: 1.85em;
    display: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    border: 0px solid black;
    background-color: #E5EAED; /*width: 8.5em;*/
    width: 144px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1001;
}
ul.menu li {
    float: none;
    display: block;
    white-space: nowrap;
    padding: 10px 2em 5px 1em;
    color: #F0F0F0;
    cursor: pointer;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #3B71A7; 
	border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #173059 !important;
    /*width: 12em;*/
    width: 144px;
    z-index: 1001;
	background-image: url('') !important;
	background-color: #1E5284 !important;
}

li.separator {
	margin: 0;
	margin-bottom: 4px !important;
	height: 2px !important;
	border-bottom: 1px solid black;
}

li.checked {
	/*font-weight: bold;*/
	background-image: url('');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.menu-item {
	font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu-item:hover {
	background-image: url('') !important;
	background-color: #136FB3 !important;
}

.menu-hover
{
    /*background-color: #617B8B !important;*/
    color: white !important;
    /*height: 29px !important;*/
	background-image: url('') !important;
	background-color: #136FB3 !important;
}

.menu-hover-checked {
	background-color: #700 !important;
	color: white !important;
	background-image: url('') !important;
}

.menu-focus {
	background-color: #617B8B !important;
	/*font-weight: bold;*/
	color: white !important;
}

li.menu-focus-checked {
	background-color: #136FB3 !important;
	font-weight: bold;
	color: white !important;
	background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot-selected.png') !important;
}
.hidden {
   position: absolute;
   left: -200em;
   top: -20em;
}


/*
 * Text area styles
 */
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}</pre></body></html>