.main{ width:90em; margin:0 auto; text-align:left;  }

.clear{ clear:both; }
.link{ color: #035292; text-decoration:none; cursor:pointer; }
.link:hover{ text-decoration:underline; }

.hide{ display:none; }
.rel{ position:relative; }
.abs{ position:absolute; }
.fixed{ position:fixed; }
.fade{ opacity:0.5 }
.left{ text-align:left; }
.center{ text-align:center; }
.right{ text-align:right; }
.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.noborder{ border: 0; }
.hand{ cursor:pointer; }

.dl, .dl5, .dl10, .dl15, .dl20, .dl25, .dl30, .dl35, .dl40,
.dl45, .dl50, .dl55, .dl60, .dl65, .dl70, .dl75, .dl80{ float:left; display: inline; }

.dr, .dr5, .dr10, .dr15, .dr20, .dr25, .dr30, .dr35, .dr40,
.dr45, .dr50, .dr55, .dr60, .dr65, .dr70, .dr75, .dr80{ float:right; display:inline; }

.dl5, .dr5{width:5em;}
.dl10, .dr10{width:10em;}
.dl15, .dr15{width:15em;}
.dl20, .dr20{width:20em;}
.dl25, .dr25{width:25em;}
.dl30, .dr30{width:30em;}
.dl35, .dr35{width:35em;}
.dl40, .dr40{width:40em;}
.dl45, .dr45{width:45em;}
.dl50, .dr50{width:50em;}
.dl55, .dr55{width:55em;}
.dl60, .dr60{width:60em;}
.dl65, .dr65{width:65em;}
.dl70, .dr70{width:70em;}
.dl75, .dr75{width:75em;}
.dl80, .dr80{width:80em;}

.ml5{margin-left:5em;}
.ml10{margin-left:10em;}

.mr5{margin-right:5em;}
.mr10{margin-right:10em;}

.fluid{ width:auto; float:none; }
div .fluid{ padding:0em 0em 0em 0.1em; }
.hp{ width:100%;  float:left; }

.clearfix, .main{ display:inline-block; }
.clearfix:after, .main:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix,
* html .main,{ height: 1%; }
.clearfix, .main{ display:block; clear: both; }
