/* 
    Document   : global
    Created on : Feb 29, 2012, 10:57:33 AM
    Author     : andy
    Description:
        Purpose of the stylesheet follows.
*/

.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.noDeco {text-decoration: none;}
.nondisplay {display: none;}
span.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin-bottom: -1px;
}
.marginTop1 {margin-top: 1em;}
.fontbump1 {font-size: 1.1667em;}
p#disclaimer {
   margin-top:15%;
   clear:both;
   font-size:17px;
   text-align: center;
}