body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	margin: 0;
}

#container {
	margin: 0px auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	box-shadow: 3px 3px 3px #ABABAB;
	display: table;
	margin-bottom: 20px;
}

.active_table {
	width: 100%;
	border: 0px;
	border-spacing: 1px;
	font-size:8pt;
	color:#444;
}

.active_table td {
	padding: 4px;
}

.active_table tr:nth-child(1) > td {
	border-bottom:1px solid #bbb !important;
}

.active_table tr:nth-child(odd) {
	background-color:#eee;
}

.active_table tr:nth-child(even) {
	background-color:#ddd;
}

.active_table tr:nth-child(odd):hover {
	background-color:#fff;
}

.active_table tr:nth-child(even):hover {
	background-color:#fff;
}

.active_table tr:nth-last-of-type(2) > td {
	border-bottom:1px solid #bbb;
}

.active_table #header td {
	border-bottom:1px solid #bbb !important;
}

.container_table {
	width:100%;
	border:0;
	border-spacing:0;
	color:#444;
}

.container_table td {
	padding: 6px;
}

.container_table td:last-child {
	/*border-bottom:1px solid #ddd;*/
}

.static_table {
	width: 100%;
	border: 0px;
	border-spacing: 0;
	font-size:10pt;
	color:#444;
}

.static_table td {
	padding: 10px 6px 10px 6px;
}

.static_table tr:nth-child(1) > td {
	border-bottom:1px solid #ddd !important;
}

.static_table tr:nth-child(odd) {
	background-color:#eee;
}

.static_table tr:nth-child(even) {
	background-color:#ddd;
}

.static_table tr:nth-last-of-type(1) > td {
	border-bottom:1px solid #bbb;
}

.static_table #header td {
	border-bottom:1px solid #ddd !important;
}

.tablelist {
	width:100%;
	border-spacing: 0px;
	border-collapse: separate;
	border: 0px;
}

.tablelist td {
	padding:4px;
}

.box_table {
	width: 100%;
	border: 0;
	text-align: center;
	font-size: 10pt;
	color: #444;
	border-spacing: 0;
}

.box_table tr {
	background-color:#ccc;
}

.box_table select {
	font-size:8pt;
}

.box_table td {
	background-color:#D4D0C8;
	text-align:center;
	font-size:8pt;
	padding:4px;
	border-left:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid #808080
	white-space:nowrap;
}

.bgcolor_hi {
	background-color: #ddd;
}

.bgcolor_lo {
	background-color: #eee;
}

.bgcolor_hi:hover, .bgcolor_lo:hover {
	background-color: #fff;
}

.hilite_hi {
	background-color:#FFFFAB;
}

.hilite_lo {
	background-color:#FFFFCC;
}

.hilite_hi:hover, .hilite_lo:hover {
	background-color:#fff;
}

.bgcolor_colhead {
	background-color: #060;
	color: #fff;
}

.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #060;
	text-align: center
}

#alertbox {
	border: 1px solid red;
	color: red;
}

#header {
	height: 65px;
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #5F5F5F;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
}

td#header {
	border-bottom: 1px solid #ddd !important;
}

#header img {
	vertical-align:middle;
	margin-right:10px;
}

.header {
	font-size: 14pt;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
}

.header table {
	border: 0px;
	border-spacing: 0px;
	padding: 10px;
}

.header td {
	font-size: 14pt;
	font-weight: bold;
	color: #444;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
}

.header td:last-of-type {
	padding-left: 20px;
}

#pageheading {
	display: flex;
	background-color: #fff;
	font-size: 14pt;
	font-weight: bold;
	color: #444;
	align-items: center;
	min-height: 70px;
	border-bottom: 1px solid #ddd;
}

#pageheading div {
	float: left;
}

#pageheading i {
	padding: 10px 10px 10px 10px;
}

#groupheader {
	height: 75px;
	background-color: #fff;
	font-size: 14pt;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #ddd;
	padding-right: 20px;
	overflow: hidden;
}

#groupheader i {
	padding: 20px;
	vertical-align: middle;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#5F5F5F;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#5F5F5F;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.textboldsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.textboldWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #008800;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px #333333;
}
.textMauve {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660033
}
.textBigBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #660033
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.bottomline {
	font-size: 8pt;
	font-weight: bold;
	color: #444;
	background-color: #ccc;
}

.lastline {
	border-bottom:1px solid #bbb;
}

.hidden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff
}
.textRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #f00
}
.textGrey8pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666
}
.textGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #008000
}
.butBox {
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.box {
	border: 1px solid #000;
}

.metalbox {
	background-color:#D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
	white-space: nowrap;
	color: #000;
	border-right:1px solid #808080;
	border-left:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid #808080;
	padding:4px 10px 4px 10px !important;
}

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.finger {
	cursor: hand;
	color: #008000;
}
.textSmallBold {
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}
a {
	text-decoration: none
}
a:link, a:visited {
	color: #006699
}
a:active, a:hover {
	text-decoration: none;
	color: #f00
}

.textIndent {
	font-size: 10pt;
	margin-right: 10px;
	margin-left: 10px
}
.formbut {
	background-color: #C6ECB3;
	border: 1px solid black;
	color: white;
	font-size: 10px
}
.form {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 8pt;
	line-spacing: 10pt;
}
.searchform {
	position: relative;
	font-size: 10px;
	padding-left: 1.5em;
	background-image: url('images/icons/search.png') no-repeat .5em center;
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity: .7;
	float: right;
}
.boxRed {
	border: 1px solid #f00;
}
.header2White {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.textBigBoldGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #060
}
.textRedSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f00
}

.textRedSmallUl {
	font-size: 8pt;
	color: #f00;
	text-decoration: underline
}
.textWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff
}
.textWhiteSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff
}
.textWhiteSmallShadow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-shadow:-1px -1px 1px #020;
}
.textBoldWhiteSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff
}
.textBoldRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F00;
	font-weight: bold;
}
.textGreenSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #008000;
}
.textGreenSmallBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #008000;
}
.help {
	cursor: help
}
.textGreenBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #060;
}
.greenbut {
	background-color: #060;
	border: 1px outset white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.greenbutton {
	height:28px; 
	max-width:200px; 
	background-color:green; 
	color:white; 
	font-weight:bold; 
	font-size:10pt !important; 
	text-shadow: -1px -1px #020; 
	border:1px solid #040; 
	border-radius: 3px; 
	cursor:pointer;
	padding-right: 8px;
	padding-left: 8px;
}

.greenbutton:hover {
	background-color: #fff;
	text-shadow: 1px 1px #ddd; 
	border: 2px solid green;
	color: green;
}

.redbutton {
	height:28px; 
	max-width:200px; 
	border:none; 
	background-color:#c95353; 
	color:white; 
	font-weight:bold; 
	font-size:10pt; 
	text-shadow: -1px -1px #a40000; 
	border:1px solid #a40000; 
	border-radius: 3px; 
	cursor:pointer;
	padding-right: 8px;
	padding-left: 8px;
}

.redbutton:hover {
	background-color: #fff;
	text-shadow: 1px 1px #ddd; 
	border: 2px solid #c95353;
	color: #c95353;
}

.stdbutton {
	height:28px; 
	max-width:200px; 
	border:none; 
	background-color:#ccc; 
	color:#000; 
	font-weight:bold; 
	font-size:10pt; 
	text-shadow: 1px 1px #fff; 
	border:1px solid #666; 
	border-radius: 3px; 
	cursor:pointer;
	padding-right: 8px;
	padding-left: 8px;
}

.stdbutton:hover {
	background-color: #fff;
	text-shadow: 1px 1px #ddd;
}

.stdbutton a:link {
	color: #000;
}

.stdbutton a:hover {
	color: #000;
}

.stdbutton a:active {
	color: #000;
}

.stdbutton a:visited {
	color: #000;
}


.inlinebut input[type=text] {
	background-color: #fff;
	margin: 1px 0;
 	padding: 4px;
	border: 1px solid #8f8f8f;
	border-radius: 4px 0 0 4px;
}

.inlinebut input[type=search] {
	background-color: #fff;
	margin: 1px 0;
 	padding: 4px;
	border: 1px solid #8f8f8f;
	border-radius: 4px 0 0 4px;
}

.inlinebut input[type="email"] {
 	padding: 4px;
	border: 1px solid #8f8f8f;
	border-radius: 4px 0 0 4px;
}

.inlinebut input[type="number"] {
 	padding: 4px;
	border: 1px solid #8f8f8f;
	border-radius: 4px 0 0 4px;
}

.inlinebut button[type="button"] {
	padding: 4px 10px 4px 10px;
	background-color: #62529c;
	border: 1px solid #62529c;
	border-radius: 0 4px 4px 0;
	color: #fff;
}

.inlinebut button[type="submit"] {
	padding: 4px 10px 4px 10px;
	background-color: #62529c;
	border: 1px solid #62529c;
	border-radius: 0 4px 4px 0;
	color: #fff;
}

.backstrip {
	font-size: 8pt;
	color: #444;
	background: #eee;
	background: linear-gradient(to bottom, #eee 0%, #bbb 100%);
	padding: 4px !important;
	border-top:1px solid #fff;
}

.backstrip td {
	vertical-align:middle;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #efefef;
	padding: 4px !important;
	text-shadow: 1px 1px 1px #fff;
}

.backstrip:first-child {
	border-top:1px solid #eee;
}

.numberCircle {
	display: inline;
	border-radius: 21px;
	width: 16px;
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	text-shadow: 1px 1px #3685AC;
	padding: 2px 6px 2px 6px;
	color: #fff;
	background: #3465a4;
}

.img_circle {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
}

.img_ads {
	border: 0;
	width: 100px;
	height: 100px;
	object-fit: cover;
	overflow: hidden;
	padding: 0px 5px 0px 0px;
}

.ellipsis_truncate{
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchingbut {
	background-color: #62529c;
	border: none;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	margin: 0 0 0 -5px;
	cursor: pointer;
}

.searchbut {
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	border: 1px solid #888;
	color: buttontext;
	background-color: buttonface;
	font-size: 12px;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}
.searchbut:hover {
	color: #000;
	background-color: #ccc;
}
.searchtext {
	border-radius:3px;
	height:22px;
	border:1px solid #888;
}
.popup {
	color: #9F141A;
	cursor: help;
	text-decoration: none
}

.totals {
	background-color: #ccc !important;
	font-size: 8pt;
	font-weight: bold;
	color: #444;
}

#searchbar {
	font-size: 10pt;
	color:#444;
	background-color:#ddd;
}

#searchbar td {
	padding: 4px;
	border-bottom:1px solid #bbb;
	text-shadow: 1px 1px 1px #fff;
}

.infobar {
	font-size: 8pt;
	color:#444;
	background-color:#ddd !important;
	padding: 4px;
	border-bottom:1px solid #bbb;
	text-shadow: 1px 1px 1px #fff;
}

.infobox {
	font-size: 8pt;
	color:#444;
	background-color:#fff;
}

.infobox td {
	padding: 10px;
	background-color:#fff;
}

.infobox td:first-child {
	text-align:left;
}

.infobox div {
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #efefef;
	padding: 10px;
}

.bottom-border {
	border-bottom: 1px solid #bbb;
}

.buttonbar {
	background-color: #ccc;
	background: linear-gradient(to bottom, #ddd 0%, #bbb 100%);
	text-shadow: 1px 1px 1px #fff;
}

.buttonbar td {
	border-top: 1px solid #fff;
	padding:4px !important;
}

.buttonbar td:first-child {
	text-align:left !important;
}

#dropline {
	padding: 4px;
	background-color: #D4D0C8;
	border-right: 1px solid #808080;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid #808080;
	font-size: 10pt;
}

#buttons a {
	display: block;
}
#help a {
	cursor: help;
}
#topmenu a {
	color: #060;
	text-decoration: none
}
#topmenu a:hover {
	color: #f00;
}
#topmenu td {
	background-color: #060;
}
#newspanel p {
	font-size: 8pt;
	margin-top: 6px;
	margin-bottom: 4px;
}

#colheader td {
	background-color: #069;
	background: linear-gradient(to bottom, #0084C4 0%, #006699 100%);
	color: #fff;
	text-shadow:#002A3D -1px -1px 1px;
	font-size: 8pt;
	font-weight: bold;
}

#colheader a {
	color: #fff;
	text-decoration: none;
}

#colheader a:hover {
	color: #fff;
	text-decoration: underline;
}

#colheading td {
	background-color: #ccc;
	background: linear-gradient(to bottom, #eee 0%, #bbb 100%);
	color: #444;
	text-shadow:#fff 1px 1px 1px;
	font-size: 10pt;
	font-weight: bold;
}

.textsmallitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}
.GreenBox {
	margin:0 auto;
	width:720px;
	border: 10px solid #C6ECB2;
	text-align:left; background-color:#F2FBEE;
	padding:10px;
}
.paneltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 4px;
	margin-bottom: 2px
}
.indexheader {
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	padding: 10px 10px 10px 15px;
}
.subheading {
	font-size: 10pt;
	font-weight: bold;
	color: #444;
	background: #ccc;
	/*background: linear-gradient(to bottom, #ddd 0%, #aaa 100%);*/
	padding: 6px 6px 6px 10px;
	text-shadow: 1px 1px 1px #eee;
	border-top:1px solid white;
	border-bottom:1px solid #aaa;
}

.subheader {
	font-size: 10pt;
	font-weight: bold;
	color: #444;
	background: #ccc;
	background: linear-gradient(to bottom, #eee 0%, #bbb 100%);
	padding: 6px 6px 6px 10px;
	text-shadow: 1px 1px #fff;
}

#listheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #444;
	background: #999;
	background: linear-gradient(to bottom, #ccc 0%, #999 100%);
	padding: 6px 6px 6px 10px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #ddd;
}

#listheader td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}

#listheader a {
	color: #444;
}
#listheader a:hover {
	text-decoration: underline;
	color: #f00
}
.ExchangeHeader {
	float: left;
	margin-left: 18px;
	margin-top: 16px;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px #020;
}
#topstrap {
	background: #060; /* Old browsers */
	background: linear-gradient(to bottom,  #060 0%, #090 100%);
}

#outbox {
	margin: 0px auto;
	margin-bottom: 10px;
	border: 10px solid #E3F5D8;
	border-radius: 3px;
	padding: 1px;
	background-color: #fff;
	text-align: left;
	box-shadow: 2px 2px 3px #999;
	display: table;
}

#containernoshadow {
	margin: 0px auto;
	border: 10px solid #C6ECB2;
	padding: 1px;
	background-color: #fff;
	text-align: left;
	display: table;
	margin-bottom: 10px;
}

#footer {
	color: #fff;
	font-size: 8pt;
	text-align: center;
	text-shadow: -1px -1px #030;
	padding: 20px;
	background: #060; /* Old browsers */
	/*background: -moz-linear-gradient(top, #00AA00 0%, #004400 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00AA00), color-stop(100%,#004400)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #00AA00 0%,#004400 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #00AA00 0%,#004400 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #00AA00 0%,#004400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00AA00 0%,#004400 100%); /* Generic */
}

#offooter {
	margin: 0 auto;
	width: 966px;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	text-shadow: -1px -1px #030;
	background: #060; /* Old browsers */
	background: linear-gradient(to bottom, #00AA00 0%,#004400 100%); /* Generic */
}
#offooter a {
	color: #fff;
	text-shadow: -1px -1px #030;
}

/* Menu buttons */

#buttonstrap {
	background-color: #E3F5D8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C6ECB3;
}

#hoverline:hover {
	background-color: #fff;
}

ul#css3menu1,ul#css3menu1 ul {
	margin:0;
	list-style:none;
	padding:0;
	background-color:#dedede;
	border-width:1px;
	border-style:solid;
	border-color:#5f5f5f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
ul#css3menu1 ul {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:3.5px 3.5px 5px #000;
	-webkit-box-shadow:3.5px 3.5px 5px #000;
	box-shadow:3.5px 3.5px 5px #000;
	background-color:#eafbe3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-color:#d4d4d4;
	padding:0px 0px 2px 0px;
}
ul#css3menu1 li:hover>*{
	display:block;
}
ul#css3menu1 li {
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}
ul#css3menu1 li:hover {
	z-index:1;
}
ul#css3menu1 ul ul {
	position:absolute;left:100%;top:0;
}
ul#css3menu1 {
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;zoom:1;
	padding:0;
	*display:inline;
}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus {
	outline-style:none;
}
ul#css3menu1 a {
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font:bold 12px Verdana,Geneva,sans-serif;
	color:#060;
	text-shadow:1px 1px #FFF;
	cursor:pointer;
	padding:4px 15px 4px 15px;
	background-color:#85D277;
	background-image:url("mainbk.png");
	background-repeat:repeat;
	background-position:0 0;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#C0C0C0;
}
ul#css3menu1 ul li {
	float:none;
	margin:1px 0 0;
}
ul#css3menu1 ul a {
	text-align:left;
	padding:4px;
	background-color:#eafbe3;
	background-image:none;
	border-width:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:12px Verdana,Geneva,sans-serif;
	color:#000;
	text-decoration:none;
}
ul#css3menu1 li:hover a:hover {
	background-color:#060;
	border-color:#C0C0C0;
	border-style:solid;
	color:#fff;
	text-shadow: -1px -1px #020;
	background-image:url("mainbk.png");
	background-position:0 100px;
	text-decoration:none;
}
ul#css3menu1 ul li:hover a:hover {
	background-image:none;
}
ul#css3menu1 span {
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul span {
	background-image:url("arrowsub.png");padding-right:12px;
}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#eafbe3;background-image:none;color:#f00;text-decoration:none;}
ul#css3menu1 li.topfirst>a{
	border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;}
ul#css3menu1 li.toplast>a{
	border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #888;
	color: buttontext;
	background-color: buttonface;
	white-space: nowrap;
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
a.btn:link, a.btn:visited {
	color: #333
}
a.btn:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}
