<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	
    ::-webkit-scrollbar {
       width: 10px;
       height: 10px;
    }
    ::-webkit-scrollbar-button:start:decrement,
    ::-webkit-scrollbar-button:end:increment  {
       height: 30px;
       display: block;
       background-color: transparent;
    }
    ::-webkit-scrollbar-track-piece  {
       background-color: #eeeeee;
       -webkit-border-radius: 6px;
    }

    ::-webkit-scrollbar-thumb:vertical {
       height: 50px;
       background-color: #bbbbbb;
       border: 1px solid #bbbbbb;
       -webkit-border-radius: 6px;
    }

    .clear{
	clear:both;
	margin:0px;
	padding:0px;
    }

    .searchfld{
	height:28px;
	width:250px;
	font-family: Arial;
	font-size: 18pt;
	color:#aaaaaa;
	text-align:left;
	-moz-border-radius: 10px;
	border-color:#cccccc;
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	padding-left:20px;	
	padding-right:20px;
    }
    .searchfld:focus { outline-style:none; }	


    .waitdiv{
	z-index:999; 
	left:50%; 
	top:50%; 
	position:absolute; 
	display:none;    
    }

    .box{	
	width:500px;
	height:120px;
	background-color:#f4f4f4;
	margin:5px;
	clear:both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	white-space: nowrap;
    }
    .box:hover{		
	background-color:#cccccc;
    }

    .bigpic{
	
	max-width:240px;
	border-style:none; 
	border-width:0px; 
	padding:2px;
	-moz-border-radius: 24px; 
	border-radius: 24px; 
    }


    .tinypic{
	width:100px; 
	height:100px; 
	border-style:none; 
	border-width:0px; 
	padding:2px;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
    }

    ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
    }
    ul li{

    }	

    .clickable {
     	position:absolute;
     	width:100%;
     	height:100%;
     	top:0;
     	left:0;
     	text-decoration:none; /* Makes sure the link   doesn't get underlined */
     	z-index:10; /* raises anchor tag above everything else in div */
     	background-color:white; /*workaround to make clickable in IE */
     	opacity: 0; /*workaround to make clickable in IE */
     	filter: alpha(opacity=1); /*workaround to make clickable in IE */
    }


    .locaheader {
	margin-top:24px; 
	font-size:36px; 
	line-height:45px; 
	color:#ffffff; 
	font-weight:normal; 
	letter-spacing:-1px; 
	padding-bottom:12px;
	background-color: #2098f5;
	padding:5px;
    }

    .fulltextsearch {
	border-style:solid; 
	border-color:#dddddd; 
	border-width:1px; 
	line-height:22px; 
	height:22px;  
	text-indent:10px; 
	maxlength:100; 
	width:150px; 
	text-transform: uppercase; 
	color:#bbbbbb; 
	border-spacing: 32px;
	letter-spacing:-1px;
    }

    .fulltextsearchbt {
	height:24px; 
	width:64px; 
	color:#ffffff; 
	background-color:#2098f5;
    }

    .fulltextarea {
	overflow:hidden; 
	text-align:right; 
	padding:17px 1px 13px 0 
    }

    .sharearea {
	-moz-border-radius: 5px;
	border-radius: 15px;
	position:absolute; 
	left:50%; 
	top:0px; 
	margin:5px; 
	padding:5px; 
	z-index:8888; 
	background-color:#000000;
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	width:150px;
    }


    a.sbutton {background:#2098f5; font-size:20px; line-height:24px; color:#fff; display:inline-block; padding:5px 23px 5px 23px; }
    a.sbutton:hover {background:#ff0000; }   


    .postbt {
	height:24px; 	 
	color:#ffffff; 
	background-color:#2098f5;
	padding:2px;
    }

    .postfld {
	height:24px;
	width:200px;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
    }

    .commentbox {
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	margin-top:10px;
	padding:15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow-x:hidden;
	box-shadow: 5px 5px 5px #efefef;	
    }</pre></body></html>