body {
	background-image:url(images/pattern8.png);
	background-color: #cccccc;
	background-attachment: fixed;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
     }

table {
	text-align: left;
	font-weight: normal;
	color: #000000;
	font-size: 11pt;
	font-family: georgia, verdana, tahoma, arial, sans-serif;
      }
      
textarea, input {
      background-color: #cccccc;
                }
      
a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
  }
  
a.comment {
	text-decoration: underline;
	color: #b35e09;
	font-weight: bold;
          }
  
a.smalllink {
	text-decoration: underline;
	color: #b35e09;
	font-size:8pt;
	font-weight: bold;
          }
  
a:hover {
	text-decoration: none;
	font-weight: bold;
	}

.text {
	padding: 10px;
      }

.whitetext {
	color: #ffffff;
	   }
      
.head {
	background-color: #000000;
	padding: 5px;
      }

.side {
        background-color: #a17a67;
	width: 200px;
      }		

.main {
        background-color: #ffffff;
	width: 550px;
      }
      
.sidebox {
	background-color: #ffffff;
	background-image: url(images/sidehighlight.jpg);
	background-repeat: repeat-x;
	padding: 10px;
                }

.date {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
      }

.memo {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
      }

.entryheader {
	font-size: 20pt;
	text-align: left;
	color: #b35e09;
	margin-bottom: 7px;
        border-bottom: 2px dotted #000000;
        padding-bottom: 6px;
            }
            
.subentryheader {
	font-size: 14pt;
	text-align: left;
	color: #b35e09;
	margin-bottom: 6px;
        border-bottom: 1px dotted #000000;
        padding-bottom: 5px;
            }
            
.subheader {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #b35e09;
	   }

.imagepadright {
	margin-left: 5px;
	       }
	       
.imagepadleft {
	margin-right: 5px;
	      }
	      
.headpad {
	margin-right: 5px;
	  }

.textlinespacing {
	line-height: 140%;
	   }

.indent {
	margin-left: +2em;
	margin-right: +2em;
	}

.colorindent {
	background-color: #ccffff;
	padding: 10px;
	margin-left: +2em;
	margin-right: +2em;
	}

.reviewbox {
	margin-left: +1.5em;
	margin-right: +1.5em;
	border-style: inset;
	border-width: 2px;
	padding: 5px;
	   }

hr {
	width: 75%;
	text-align: center;
   }