/* (c) Wrussell 2007 */

address {
  font-size: x-small;
  text-align: center;
}


blockquote {
  vertical-align: text-top;
}

body {
  font-size: small;
  margin-left: 1em;
  font-family: Verdana, Helvetica, sans-serif;
}

.bold {
  font-weight: bold;
}

.bigblue {
  font-size: large;
  color: #0000FF;
}

.centre {
  text-align: center;
}

.thinbox {
  padding: 2em;
  border-style: groove;
  border-width: 4px;
}

.bullet1 {
  list-style-image: url( "rotor01.gif");
}

.centred {
  text-align: center;
}

.centred-bold {
  font-weight: bold;
  text-align: center;
}

.circle{
  list-style-type: circle
}

.cursive {
  font-family: Zapf-Chancery, ZurichCalligraphic Italic, cursive;
}

dt {
  font-weight: bold;
  margin-top: 1em;
  color: #000088;
}

green{
  color: #008000;
}

h1, h2, h3 {
  font-family: Helvetica-BoldOblique, sans-serif;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
  color: #0000FF;
  text-align: center;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  color: #9900FF;
  text-align: center;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  color: #0000CC;
  font-weight: bold;
  text-align: left;

}

h4 {
  font-size: medium;
  font-weight: bold;
  font-variant: small-caps;
  color: #0000CC;
  font-weight: bold;
  text-align: left;
}

.hanging {
  text-indent: -1em;
  margin-left: 2em;
  }

.indent-both {
  margin-left: 2em;
  margin-right: 2em;
}
.indented1 {
  text-indent: 0em;
  margin-left: 1em;
  }

.indented2 {
  text-indent: 0em;
  text-align: left;
  margin-left: 2em
  }

.left {
 text-align: left; 
}

li{
  margin-left: 3em;
}

.dgreen{
  color: #006600;
}

.lower-alpha{
  list-style-type: lower-alpha;
}

.lower-roman{
  list-style-type: lower-roman;
}

ol {
  list-style-type: decimal;
  margin-left: 1em;
  }

p {
  text-align: left;
  text-indent: 1em;
  margin-left: 0em;
  margin-right: 0em;
}

.plain {
  text-align: left;
  text-indent: 0em;
}

.plain-small {
  text-align: left;
  text-indent: 0em;
  font-size: x-small;
}

.quote {
  font-style: italic;
  text-indent: 1em;
  margin-right: 2em;
  margin-left: 2em;
  }

.right {
  text-align: right;
  margin-right: 1em;
}
.small{
  text-align: center;
  font-size: x-small;
}

.square{
  list-style-type: square
}

ul {
  list-style-type: disc;
  margin-left: 1em;
  }

.upper-alpha{
  list-style-type: upper-alpha;
}

.upper-roman{
  list-style-type: upper-roman;
}

.white_blue {
  background-color: #000099;
  color: #ffffff;
}

.x-small {
  font-size: x-small;
}

.xx-small {
  font-size: xx-small;
}

@media print {
 h1, h2, h3, h4, h5, h6 { page-break-after: avoid }
 ul, ol, dl { page-break-before: avoid }  
}
@page { margin: 2cm; } 

