
.header {
  padding: 0em;
  padding-bottom: .25em;
  padding-right: 1em;
}

.between {
  height: 23px;
}

.bl {
  height: 23px;
  width: 23px;
  background-image:url("images/wbl.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.br {
  height: 23px;
  width: 23px;
  background-image:url("images/wbr.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.tl {
  height: 23px;
  width: 23px;
  background-image:url("images/wtl.gif");
  background-repeat: no-repeat;
  background-position: top left;
}

.tr {
  height: 23px;
  width: 23px;
  background-image:url("images/wtr.gif");
  background-repeat: no-repeat;
  background-position: top right;
}

body {
	background-color: #cccccc;
	padding-top: 0pt;
	padding-bottom: 20pt;
	padding-left: 20pt;
	padding-right: 20pt;
        font: small Georgia, serif;
}

h3 {	
  font-weight: bold;	
  font-size: 150%;
  line-height: normal;	
  margin: 0pt;	
  white-space: normal;
}

h4 {	
  font-size: small;	
  font-weight: normal;	
  line-height: normal;	
  margin: 0pt;	
  padding: 0pt;	
  white-space: normal;
}

h2 {	
  font-weight: normal;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-size: 200%;
}

h5 {
  font-weight: normal;	
  font-size: 90%;  
  font-style: italic;
  line-height: normal;	
  margin: 0pt;	
  padding: 0pt;	
  white-space: normal;
}

tr,td {
  text-align:left;
}

ul
{
    padding-left: 0em;
    margin-left: 0em;
}

ul ul
{
    padding-left: 0em;
    margin-left: 0em;
}

ul ol{
    padding-left: 0em;
    margin-left: 0em;
}

li ol li {
  font-variant: normal;	
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
  margin-left: 2.5em;
  text-indent: -2em;
}

li {
  text-transform: lowercase;
  font-weight: bold;
  list-style-type: none;	
  margin: 0;
  margin-top: 1em;
}

li li {
  font: times;
  text-transform: none;
  font-weight: normal;
  font-size: small;
  font-variant: normal;	
  list-style-type: none;	
  margin: 0;
  margin-left: 2.5em;
  text-indent: -2em;
}

li li a{
  background:url("images/icon_arrow_sm.gif") no-repeat 2px .25em; 
  background-position: left center;
  padding:2px 0px 2px 10px;
  font-variant: normal;	
  font-style: normal;	
  margin: 0;
  text-decoration: none;
}

ul {
  padding-left: 0;
}

a.offsite {
 background:url("images/icon_arrow_sm_orange.gif") no-repeat 2px .25em; 
 background-position: left center;
 padding:2px 0px 2px 10px;
}

a.download {
 background:url("images/icon_arrow_sm_down.gif") no-repeat 2px .25em; 
 background-position: left center;
 padding:2px 0px 2px 10px;
}

a:link {
  color: #663300;
}
a:hover {
  color: #336699;
  text-decoration: underline;
}
a:visited:hover {
  color: #336699;
  text-decoration: underline;
}
a:visited {
  color: #003366;
}
a.white:link {color: #ffffff; margin: 1em; text-decoration: none}
a.white:active {color: #ffffff; }
a.white:visited {color: #ffffff; margin: 1em; text-decoration: none}
a.white:visited:hover {color: #336699; margin: 1em; text-decoration: none}
a.white:hover {color: #336699; }

