BODY{


    /*padding: 0;*/
    font-size: .9em;
    font-family: Garamond, serif;

	 color: black;
}

Table.PropertyTable {
    Border: 1px black solid;
	width: 500px;
    font-size: .9em;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}

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;
}


img.inlineimage {
	margin-left: 16px;
	border: 1px solid black;
}


div#entirepage
{
    margin-left: 1in;
    margin-right: 1in;
}

td#leftcolumncell {
    width: 0;        
}

div#printlink {
    display: none;
}

div#thumbimage 
{
    display: none;
}

.printnone {
    display: none;
}

.printonly {
    display:block;
}

#lbNext {
    display: none;
}

#lbPrevious {
    display: none;
}

div#boxtop {
    display: none;
}

div#boxleft {
    display: none;
}

div#boxleft{
    margin: 2p
}	 

pre.sourcecode {
    font-family: Consolas, "Andale Mono", monospace;
	font-size: .8em;

	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 2em;
	padding: .4em .4em .4em .4em;
	border: none;
}

* {
    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-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size : 1.4em;
}

H2 {
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    margin-top: 5em 0 0 0;
    margin-top: 16px;   
}

H3 {
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    margin-top: 5em 0 0 0;
    margin-top: 16px;   
}

p {
    font-size: .9em;
    font-family: Garamond, serif;
}

.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: none;
   color: Black;
   font-size: 9pt;
   margin-bottom: 6px;
}

a.rpLink:visited {
   text-decoration: none;
}

a.rpLink:hover   {
   text-decoration: none;
}

a.textLink:active  {
   text-decoration: none;
}

a.textLink:link    {
   text-decoration: Underline;
   color: Black;
}

a.textLink:visited {
   color: Black;
}

a.textLink:hover   {
   color: Black;
}

a.textLink:active  {
   color: Black;
}




