/* DOS CSS Evolution: Heron                   DAR        */
/* Version 1.0                                Aug 2010   */

/*------ Main sylesheet  ----*/

body{
  /* font plus hack for IE5/Win */
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  color: #222;
  margin: auto;
  margin-top: 10px;
  padding: 0;
  border: 0;
  width: 960px;
}

*html body{
  font-family: arial, helvetica, sans-serif;
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /*for other IE versions*/
}

* {
 margin: 0;
 padding: 0;
}


/*------------------- heading/list sizes ---------------*/

h1{
  font-size: 130%;
}
h2{
  font-size: 120%;
}
h3 {
  font-size: 140%;
}
h4{
  font-size: 90%;
}

ul, ol {
  list-style-type: inside;
  margin-left: 0;
  padding-left: 0;
}

ul, ol li{
  font-size: 90%;
}

.container{
  font-size: 95%;
}

a {
color: #0059BC;
text-decoration: none;
font-weight: bold;
font-size: 100%;
}

/*------------------- breadcrumbs ---------------*/

#breadcrumbs {
color: #AA0155;
text-decoration: none;
font-size: 95%;
}

#breadcrumbs a {
color: #0059BC;
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

/*------------------- general -------------------*/

.emphasis {
    color: #C00000;
    font-weight: bold;
}

.genlist li {
    font-size: 95%;
    padding-bottom: 1em;
}

/*------------------- rotating image -------------------*/

.rotate {
  height: 125px;
  border: 2px;
  border-color:#000;
}


