@IMPORT url("/styles-common.css");

body { margin:0px; padding:0px; width:100%; height:100%; //behavior: url('/htc/bodybehavior.htc'); }
body { font-family: Arial, Tahoma, sans-serif; color: #20305a; font-size:75%; line-height:150%; }

div.d, div.empty, div.line { width: 1px; height: 1px; visibility: hidden; font-size: 0px; line-height: 0px; }
div.dot { position: absolute; width: 0px; height: 0px; }
div.empty { visibility: visible; }
div.spacer { width: 0px; height: 25px; visibility: hidden; font-size: 0px; line-height: 0px; clear: both; }
div.spacer-big { width: 0px; height: 40px; visibility: hidden; font-size: 0px; line-height: 0px; clear: both; }
div.spacer-small { width: 0px; height: 15px; visibility: hidden; font-size: 0px; line-height: 0px; clear: both; }
div.spacer-xsmall { width: 0px; height: 8px; visibility: hidden; font-size: 0px; line-height: 0px; clear: both; }

img.png { behavior: url('/htc/pngbehavior.htc'); }
img.png24 {background-image:none ! important;behavior:url('/js/pngfix.htc');}

.border { border:black 1px solid; }

.columns { margin: 0px; padding: 0px; width: 100%; overflow: visible; position: relative; z-index: 0; clear: both; //padding-right: 1px; }
.columns:after { content: "."; display: block; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; clear: both; visibility: hidden; }
.c { overflow: visible; position: relative; margin: 0px; padding: 0px; border: none; float: left; //display: inline; //margin-right: -1px; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { display: block; }

.x-small { font-size: 80%; line-height: 135%; }
.small { font-size: 85%; line-height: 150%; }
.large { font-size: 115%; line-height: 150%; }
.x-large { font-size: 140%; line-height: 140%; }
.xx-large { font-size: 170%; line-height: 130%; }

.gray { color:#777777; }

h1 { position: relative; padding: 0px; margin: 0px 0px 30px 0px; font-family: Verdana, Helvetica; font-size: 200%; line-height: 100%; font-weight: normal; } /* Georgia */
h2 { position: relative; font-family: Verdana, Helvetica; font-size: 140%; line-height: 140%; font-weight: normal; padding: 0px; margin: 0px 0px 0px 0px; } /* Georgia */
h3 { color: #000000; font-size: 120%; line-height: 140%; font-weight: bold; padding: 0px; margin: 0px 0px 0px 0px; }
p { position: relative; padding: 0px 0px 0px 0px; margin: 0px 0px 1.2em 0px; }

div.nava { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
div.nava div { margin-bottom:12px; }

div.thumb { float:left; margin:0px 5px 5px 0px; }

div.track { float: left; width: 45%; margin-right: 3%; margin-bottom: 10px; }
div.track div.preview { float:left; margin-right: 10px; }
div.track div.info { float: left; margin-right: 10px; }

span.gray a{color:grey;}