body { color: black;
	background-color: white
}


a:link {
	color: #0000FF
}


a:active {
	color: #FF0000
}


a:visited {
	color: #800080
}


a:hover {
	text-decoration: none
}


P {
  font-family: Georgia,  'Times New Roman', Times, serif
}


LI {
  font-family: Georgia,  'Times New Roman', Times, serif
}


UL {
  font-family: Georgia,  'Times New Roman', Times, serif
}


OL {
  font-family: Georgia,  'Times New Roman', Times, serif
}


TD {
  font-family: Georgia,  'Times New Roman', Times, serif
}


STRONG {
  font-weight: bold;
}


.sidebar { 
	   font-family: Georgia,  'Times New Roman', Times, serif;
	   PADDING-RIGHT: 1ex;
	   PADDING-LEFT: 1ex;
	   FLOAT: right;
	   PADDING-BOTTOM: 1ex;
	   MARGIN-TOP: 2.5em;
	   MARGIN-BOTTOM: 0.5em;
         MARGIN-RIGHT: 0em;
         MARGIN-LEFT: 0.5em;
	   WIDTH: 25%;
	   PADDING-TOP: 1ex;
	   BACKGROUND-COLOR: #dddddd;
         border: 1px solid white;
         border-top-width: 2px;
         border-left-width: 5px;
         border-right-width: 0px;
         border-bottom-width: 5px
}


.sitetitle {
  font-size: 1em;
  font-weight: bold;
  line-height: 200%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white
}


.pagetitle {
  font-size: 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black
}


.pagetitle2 {
  font-size: 1.2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black
}


h1 {
  font-size: 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #dddddd;
  color: black;
  padding: 0.2em;
  border: 1px solid black;
  border-color: black;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px
}


h2 {
  font-size: 1.75em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  padding: 0.2em;
  border: 1px solid black;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px
} 


h3 {
  font-size: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  padding-left: 0.2em
} 


h4 {
  font-size: 1.1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black
}


h5 {
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  padding-left: 0.2em
} 


h6 {
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  padding-left: 0.2em
}


.copyright {
  font-size: 0.8em
}


.sidelink  {
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif
}