@charset "UTF-8";

/*
  =BASE
  =COMMON CLASSES
*/

@media screen {

/* =BASE
-----------------------------*/

body { /*overflow-x: hidden;*/ font: 9pt Arial,Helvetica,Verdana; }

a { font-weight: bold; font-family: "Trebuchet MS",Myriad,Arial; text-decoration: none; cursor: pointer; outline: 0; }
a:link { color: #285CAB; } a:hover { color: #3C7EE2; } a:visited { color: #6B88B4; } a:active { color: #b44102; }
a[name] { display: inline; } /* ??? */
tr, td { vertical-align: top; }

input,
select { color:#113402; }
label em,
button em { text-decoration: underline; font-style: normal; } /*accesskey underline*/

/* =COMMON CLASSES
-----------------------------*/

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
wbr:after { content: "\00200B" }

.fl { float:left; }
.fr { float:right; }
.imgBlock { display:block; }
.center { margin-left:auto; margin-right:auto; }
.nl { list-style-type: none; }
.clear { clear:both; }

}