﻿ 
                @import url("/css/import.css");
            

body {
 background-color: #0099FF;
 margin : 0;
 font-family:  verdana, arial, helvetica, sans-serif;
 font-size: 70%;
 line-height: 1.5;
}

p, ol, ul, dl, table, tr, td {
 color: #000000;
 line-height: 1.5;
 font-size: 1em;
}

ul {
 list-style: square;
}

p.small {
  font-size: 85%;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  }

p.small2 {
  line-height: 1.1;
  font-size: 85%;
  margin: 0px;
  padding: 0px;
  }


h1 {
 font-size: 150%;
 font-family:  verdana, arial, helvetica, sans-serif;
}

h2 {
 font-size: 130%;
 line-height: 1.3;
 margin: 0px 0px 20px;
 font-family:  verdana, arial, helvetica, sans-serif;
 color: #df5e32;
}

h3 {
 font-size: 130%;
 line-height: 1.3;
 margin: 0px 0px 20px;
 font-family:  verdana, arial, helvetica, sans-serif;
 color: #333333;
}

h4 {
font-size: 120%;
line-height: 1.3;
margin: 0px 0px 20px;
font-family: verdana, arial, helvetica, sans-serif;
color: #333333;
}


.presssubtitle {
font-style: italic;
}

.pagesubhead {
color: #df5e32;
font-size: 110%;
font-weight: bold;
display:block;
}

p .pagesubhead {
color: #df5e32;
font-size: 110%;
font-weight: bold;
position: relative;
top: 0.9em;
}



