@import url('http://fonts.googleapis.com/css?family=PT+Sans');@charset "utf-8";
/* CSS Document */
body { 
 font-size: 1em;
 font-weight: normal;
 word-spacing: normal;
 letter-spacing: normal;
 text-transform: none;
 font-size-adjust: .58;
    margin-top: 1em;
 margin-left: 1em;
 margin-right: 1em;
 margin-bottom: 1em;  color: #333;
 width: auto;
 line-height: 1.2em;
 }
 
 
 
ol li { 
 list-style-type: decimal;
 } 
 
 
 
ol ol li { 
 list-style-type: lower-alpha;
 } 
 
 
 
ol ol ol li { 
 list-style-type: lower-roman;
 } 
 
 
 
table, tbody, tr, td { 
 font-size: 1em;
 font-size-adjust: .58;
 } 
 
 
 
table {
 width: 100%;
}
 
 
 
th { 
 vertical-align: baseline;
 text-align: left;
 font-size: 1.5em;
 font-weight: bold;
 }
 
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot { 
 font-family: PT Sans, sans-serif;
}
 
 
 
h1, h2, h3 {
 margin-top: 1em;
 text-align: center;  font-family: PT Sans, sans-serif;
}
 
 
 
p {
 font-size: 1em;
 font-family: PT Sans, sans-serif;
}
 
 
 
/* Prevent forms from generating unwanted padding or margins */
FORM {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;  font-family: PT Sans, sans-serif;
}
 
/* General form elements */
input, textarea, select {
 background: white;
 font-family: PT Sans, sans-serif;
 font-size: 1em;
}
 
 
 
small { 
 font-size: .92em;  font-family: PT Sans, sans-serif;
 } 
 
 
 
big { 
 font-size: 1.17em;  font-family: PT Sans, sans-serif;
 } 
 
 
 
pre { 
 font-family: PT Sans, sans-serif;
 } 
 
 
 
em {
 font-weight: bold;  font-family: PT Sans, sans-serif;
 color: red;
 background: white;
 } 
  
strong { 
 font-style: italic;  font-family: PT Sans, sans-serif;
 font-weight: bold;
 color: red;
 background: white;
 } 
  
em strong, strong em { 
 text-transform: uppercase;  font-family: PT Sans, sans-serif;
 font-style: normal;
 color: red;
 background: white;
 } 
    
hr { font-family: PT Sans, sans-serif;
 
 } 
