BODY
{
    margin: 0;
    padding: 0;
    font-size: .9em;
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: Black;
}

Table.PropertyTable {
    Border: 1px black solid;
	width: 500px;
}

Table.PropertyTable tr {
    Height: 22px;
}

Table.PropertyTable tr.Alt {
    Background-color: #DCDCDC;
    Border-top: 1px solid #B4B4B4;
    Border-bottom: 1px solid #B4B4B4;
}

Table.PropertyTable tr.Header {
    background: url("../images/bluefade.jpg") repeat-x;
    color: black;
    vertical-align:center;
    height: 25px;
    font-weight: bold;
}

Table.PropertyTable td {
	padding: 2px 2px 2px 5px;
}


#lbNext {
    display: none;
}

#lbPrevious {
    display: none;
}

img.inlineimage {
	margin-left: 16px;
	border: 1px solid black;
}

span.changes {
background-color:#FF9900;
}

pre.sourcecode {
    font-family: Consolas, "Andale Mono", monospace;
	font-size: .9em;
	background-color: #FFFF99;

	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 2em;
	padding: .4em .4em .4em .4em;
	border: 1px solid black;
}

* {
    margin: 0;
    padding: 0;
}

.CurrentPath {
    font-size: .8em;
}

.copyright {
    font-size: .6em;
}

ul.squarebullet {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 2em;
}

ol.NumberedList {
	list-style-position: inside;
	margin-left: 2em;
}

H1 {
  font-size: 1.4em;
}

H2 {
  font-size: 1.4em;
  margin-top: 18px;

}

.Header {
  margin-top: 24px;
  margin-bottom: 24px;

  padding-top: 4px;  
  padding-bottom: 4px;
  padding-left: 12px;
  
  font-size: 1.4em;
}

.BodyText {
	margin-top: 1em;
	margin-bottom: 1em;
}

.BodyTextBeforeList {
	margin-top: 1em;
}

.BodyTextAfterSubhead {
	margin-Bottom: 1em;
}



div.leftfigure {
  float: left;
  width: 25%;
  border: 1px silver solid;
  margin: 0.5em 0.5em .2em 0.15em;
  padding: 0.5em;
}
div.leftfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


a.rpLink:link    {
   text-decoration: underline;
   color: Black;
   font-size: 9pt;
   margin-bottom: 6px;
}

a.rpLink:visited {
   text-decoration: underline;
   color: Navy;
}

a.rpLink:hover   {
   text-decoration: underline;
	
}


a.textLink:active  {
   text-decoration: underline;
}


a.textLink:link    {
   text-decoration: Underline;
   color: Black;
}

a.textLink:visited {
   color: Black;
}

a.textLink:hover   {
   color: Black;
}

a.textLink:active  {
   color: Black;
}

a.printlink {
   padding-left: 12px;
   font-size: .7em;
}


a.printlink:link    {
   text-decoration: underline;
   color: Black;
}

a.printlink:visited {
   text-decoration: underline;
   color: Black;
}

a.printlink:hover   {
   text-decoration: underline;
   color: Black;
}


