/* Layout, Concept and Format Copyright 1995 - 2008 JP Comtois Unautorized reproduction is strictly prohibited without expressed written consent jpcomtois@gmail.com */ 
/* This layout is provided for use with prior authorization */
/* Please report any bugs, errors or comments */
/* text version modified 25Nov2008 */

body {	
  margin: 10px;
  padding: 0;
  font: normal .90em/1.9em Helvetica, Tahoma, Verdana,  sans-serif;
  color: #0a1646;
  background: #fff;
  text-align: left;	
}

h1, h2, h3, h4, h5, h6 { text-align: left }

h1, h2, h3 { color: #000; background: white }

h1, h2, h3 h4 {  margin:5px 5px ; }

h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }


p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  }

:link { color: #00C; background: #fff; }
:visited { color: #609; background: #fff; }
a:hover {
 color: #fff;
 background: #05c;
 text-decoration: none;
}
a:active { color: #C00; background: transparent }
a:link img, a:visited img { display: inline; } 
a.hideprint img { display: none; } 
a.hidetext { display: none; } 
a.mobile { display: inline; }
a.text { display: inline; }
a.underline { display: inline; }
.hide {
  display: none;
  visibility:hidden;
  margin:0;
  padding:0;
  line-height:0px;
}
ul {
  list-style: disc;		
  list-style: none;
   }
.textprint{
  display: block;
  } 
.print, .noprint, .headltg, .city, .mobile{
  display: none;
  visibility: hidden;
  margin: 0;
  padding: 0;
  line-height: 0px;
}