body {
    scrollbar-face-color: #F2F7FB;
    scrollbar-shadow-color: #C3D0E6;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #F2F5F7;
    scrollbar-track-color: #F8FBFD;
    scrollbar-arrow-color: #76A5C7; 
}
div.quote { background:#F8F8F8 url('../images/quote.gif') repeat-y right center; text-align:justify; padding-right:30px; line-height:150% }
#search      { font-family: Tahoma; font-size: 8pt; color: #000080; border: 1px solid #7C91BA; 
             }
.pageText    { font-family: Tahoma; font-size: 8pt; color: #7C91BA; line-height: 150% }
#advSearch   { font-family: Tahoma; font-size: 8pt; color: #000080; text-align: center; 
               border: 1px solid #456A9F; padding: 2px; width: 50% }
.postComments { font-family: Tahoma; font-size: 8pt; color: #5D7DA6 }
.postDateTime { font-family: Tahoma; font-size: 8pt; color: #000000 }
.postBody    { font-family: Tahoma; font-size: 8pt; color: #000000; text-align: justify; 
               line-height: 150% }
.postTitle   { font-family: Tahoma; font-size: 9pt; color: #FFFFFF; font-weight: bold }
a:link.linkDump { font-size: 10px; color: #7C91BA; font-family:Tahoma; text-decoration:none }
a:visited.linkDump { font-size: 10px; color: #7C91BA; font-family:Tahoma; text-decoration:none }
a:hover.linkDump { color: #A6B6D4 }
a            { font-family: Tahoma; font-size: 9pt; text-decoration: none }
a:link       { color: #7C91BA }
a:visited       { color: #7C91BA }
a:hover      { color: #A6B6D4 }
.codeSection {
			width: 100%;
			border: 1px solid silver;
			padding: 8pt;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 8pt;
			color: #000033;
			background-color: #FAFAFA;
		    direction: ltr;
		    text-align: left;
		}
.phpSection {
			width: 100%;
			border: 1px solid silver;
			padding: 8px;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 8pt;
			color: #000000;
			background-color: #FDFDFD;
			direction: ltr;
			text-align: left;
		}
blockquote {
 width: 270px;
  margin: 3px;
  padding: 0;
  font-family: Tahoma, Arial;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: center;
  color: #555555;
  background: #eee url(../images/quote_top.gif) no-repeat top left;
  float: left;
}
#quote {
  margin: 0 0 0 10px;
 padding: 10px 30px 10px 25px;
 background: url(../images/quote_end.gif) no-repeat left bottom;
}



#author {
  margin: 0;
  padding: 0 0 5px 0;
  color: #999;
  font-size: 60%;
  background: url(../images/quote_bottom.gif) no-repeat bottom;
}