

    /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    +                                    +
    +  Website development by SeeThrough Web, Toronto, ON, Canada      +
    +  http://seethroughweb.com                      +
    +  info@seethroughweb.com                        +
    +                                    +
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* Standard Typography 
==================================================== */
body {   color: #000; font-family:Arial, Helvetica, sans-serif;}
  
h1 { font-size:   2em; margin-bottom:10px; color:#006699; }
h2 { font-size: 1.6em; margin-bottom:10px;  color:#006699;}
h3 { font-size: 1.5em; margin-bottom:10px; color:#006699; font-weight:normal;}
h4 { font-size: 1.2em; margin-bottom:10px; color:#7F9D07;}
h5 { font-size: 1.2em; margin-bottom:10px;}
h6 { font-size:   1em; margin-bottom:10px;}
p, td  { font-size:   1.2em; margin-bottom:10px;}

a { color: #000; }

.align-right   { text-align:right;}
.align-left   { text-align:left;}
.align-center    { text-align:center;}
.align-justify   { text-align:justify;}
.indent { margin-left:50px; }

.red, .red a { color: #c31818; }
.red-bold, .red-bold a { color: #c31818; font-weight:bold; }
.red a, .red-bold a { text-decoration:none; }

#rcontent ul { padding-left:25px;}
#rcontent li {
  font-size:1.2em;;
  margin-left:15px;
  padding:0px 10px;
  list-style-type:none;
  background-image: url(../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  }

.shrink80percent { 
  font-size:.8em;
  font-weight:normal; 
}
.shrink60percent { 
  font-size:.6em; 
  font-weight:normal;
 }
.enlarge120percent { font-size:1.2em;}
.enlarge140percent { font-size:1.4em; }
.enlarge120percentbold { font-size:1.2em; font-weight:bolder; }
.enlarge140percentbold { font-size:1.4em; font-weight:bold; }

.divider hr { border:1px dashed #ccc; }