@charset "UTF-8";

/*
  =BASE
  =COMMON CLASSES
*/

@media projection, screen {

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

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

/* .nav ignores visited styles */
a { text-decoration: none; cursor: pointer; outline: 0; }
a:link, a.link, a.nav:link, a.nav:visited { color: #285CAB; } 
a:hover, a.hover, a.nav:hover,
a:active, a.active, a.nav:active { color: #3C7EE2; text-decoration: underline; }
a:visited, a.visited { color: #6B88B4; } 
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; }
strong.seo{font-weight:inherit; }
}

