<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; 
	color:#666666;
	}
/* reset HTML blocks for new styles */
h1,h2,h3,h4,h5,h6,p {
	padding:0px;
	margin:0px;
	}
/*PARAGRAPH*/	
p {
	padding-top:4px;	
	padding-bottom:8px;
	line-height: 1.4em;
	/* text-align: justify; */
	/* letter-spacing: .1em; */
	}	
/*
================================================================
HEADINGS
*/
h1 {
	padding-top:16px;
	padding-bottom:6px;
	}
h2 {
	padding-top:12px;	
	padding-bottom:4px;
	}
h3 {
	padding-top:10px;
	padding-bottom:4px;
	}
h4 {
	padding-top:8px;
	padding-bottom:2px;
	}
h5 {
	padding-top:6px;
	padding-bottom:2px;
	}
h6 {
	padding-top:4px;
	padding-bottom:2px;
	}
/*
==================================================================== 
HORIZONTAL RULE ELEMENT - RENDERS AS 1PX BLACK KEYLINE
*/
hr {
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}
/*
===================================================================
TABLES
*/
table {
	empty-cells:hide;
	}
td {
	vertical-align:top;
	}
th {
	/*set similar to h4*/
	font-size:14px;
	font-weight:bold;
	}
caption {
	/*size set in 'basic font size' above*/
	font-style:italic;
	caption-side:top;
	padding-top:8px;
	}
tr {
	vertical-align:top;
	}
.nowrap { white-space:nowrap; }		
/*
==================================================================== 
LISTS
*/

ol,ul,li {/*reset lists for new types -not altering left+right for lists*/
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}

ul,ol,dl {/*SET UP WITH LI TO SYNC SPACING WITH A P*/
	padding-top:4px;
	padding-bottom:8px;
	}

/*
==================================================================== 
Form styles
*/
.userSelect {
	background-color:#FCFCFC;
	color:#333333;
	font-size:11px;
	}
.userInput {
	background-color:#FCFCFC;
	color:#333333;
	width:140px;
	padding:2px;
	font-size:11px; color: #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}	
.userInputsm {  /* smaller width field */
	background-color:#FCFCFC;
	color:#333333;
	width:25px;
	padding:2px;
	font-size:11px; color: #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}	
			
.userComments {	
	background-color:#FCFCFC;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	}

.xsButton {
	height:21px;
	width:30px;
	cursor:pointer;
	background-color:#E5E5E5;
	color:#333333;	
	border:1px solid #888888;
	padding:0;
	font-size:11px;
	text-align:center;
	}
				
.sButton {
	height:21px;
	width:60px;
	cursor:pointer;
	background-color:#E5E5E5;
	color:#333333;	
	border:1px solid #888888;
	padding:0;
	font-size:11px;
	text-align:center;
	}
					
.mButton {
	height:21px;
	width:90px;
	cursor:pointer;
	background-color:#E5E5E5;
	color:#333333;	
	border:1px solid #888888;
	padding:0px;
	font-size:11px;
	text-align:center;
	}
.lButton {
	height:21px;
	width:120px;
	cursor:pointer;
	background-color:#E5E5E5;
	color:#333333;	
	border:1px solid #888888;
	padding:0px;
	font-size:11px;
	text-align:center;
	}
.xlButton {
	height:21px;
	width:140px;
	cursor:pointer;
	background-color:#E5E5E5;
	color:#333333;	
	border:1px solid #888888;
	padding:0px;
	font-size:11px;
	text-align:center;
	}

/*
==================================================================== 
News Article
*/

/* pad all news related stuff */
#dbNews {
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
	}
	
.dbNewsXofX { font-size:10px; }

/* pad just the news articles */
.dbNewsPad { padding-bottom: 6px; }
.dbNewsTitle { 
	padding-bottom:0px;
	}
	
.dbNewsAb01 {
	padding-top:5px;
	padding-bottom:0px;
	font-style:italic;
	}
	
.dbNewslink { padding-top:4px; }

.dbNewsLink a {
	background-image: url(../../images/arrow_news.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 8px;
	}
	
#padPaging { 
	padding-top:10px;
	font-size:10px;
	}	
/* paging links */
	
a.pagingL:link {
	color:#666666;
	font-size:10px;
	}
a.pagingL:active {
	color:#FF0000;
	font-size:10px;
	}
a.pagingL:visited {
	color:#666666;
	font-size:10px;
	}
a.pagingL:hover {
	color:#333333;
	font-size:10px;
	}
	
/* view full article page */	
.dbNewsAb02 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-style:italic;
	}
	
.dbNewsBody { padding-top:10px; } 

/*
==================================================================== 
Business Listing Module Styles
*/
#dbBusSearch1 {
	float:left;
	}
#dbBusSearch2 {
	float:left;
	padding-left:5px;
	}

.dbBus  {
	float:left;
	margin:5px 5px 0px 5px;
	padding:5px;
	width:200px;
	height:265px;
	border:1px solid #CCC;
	}
.dbBus h3  {
	margin:0px;
	padding:0px 0px 5px 0px;
	}
.dbBus p {
	margin:0px;
	padding:0px 0px 5px 0px;	
	}
	
/* Styles of Previous &amp; Next text when no links */		
.prevNo { color:#999999;font-size:10px;}
.nextNo { color:#999999;font-size:10px;}


/* paging links */	
#dbBusPaging { 
	padding-top:0px;
	font-size:10px;
	}	
	
a.dbBuskPL:link {
	color:#666666;
	font-size:10px;
	}
a.dbBusPL:active {
	color:#FF0000;
	font-size:10px;
	}
a.dbBusPL:visited {
	color:#666666;
	font-size:10px;
	}
a.dbBusPL:hover {
	color:#333333;
	font-size:10px;
	}


.poSearch input {

}

/*
==================================================================== 
Subscriber  Styles
*/
#subscriber { 
	width:175px;
	padding-top: 10px;
	padding-right: 0px;	
	padding-left: 30px;
	}
 
.subTable {
	border-collapse: collapse;
	border: 1px solid #666666;
	background-color: #F3F3F3;
	color:#333333;
	width:175px;
 	}

.subInput {
	background:#FCFCFC;
	width:120px;
	padding:2px;
	font-size:11px; color: #333333;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}			
.subBtn {
	height:20px;
	width:60px;
	cursor:pointer;
	background-color:#eaeaea;
	border:1px solid #888888;
	padding:0;
	color:#232323;
	font-size:11px;
	text-align:center;
	}
.subBtn:hover {
	height:20px;
	width:60px;
	cursor:pointer;
	background-color:#FCFCFC;
	border:1px solid #888888;
	padding:0;
	color:#232323;
	font-size:11px;
	text-align:center;
	}
/*
==================================================================== 
Poll Styles
*/
#poll { 
	width:175px;
	padding-top: 10px;
	padding-right: 0px;	
	padding-left: 30px;
	}
 
.pollTable {
	border-collapse: collapse;
	border: 1px solid #666666;
	background-color: #F3F3F3;
	color:#333333;
	width:175px;
 	}
.pollTDbg { 
	background-color:#E5E5E5;
	color:#000000;
	}	
.pollTable td { vertical-align:top; }

.pollBtn {
	height:20px;
	width:60px;
	padding:0;	
	cursor:pointer;
	border:1px solid #888888;	
	background-color:#eaeaea;
	color:#232323;	
	font-size:11px;
	}
.pollBtn:hover {
	height:20px;
	width:60px;
	padding:0;	
	cursor:pointer;
	border:1px solid #888888;	
	background-color:#FCFCFC;
	color:#232323;	
	font-size:11px;
	}
a.pollLink:link {
	background-color:#E5E5E5;
	color:#000000;
	text-decoration:underline;
	}
a.pollLink:active {
	background-color:#E5E5E5;
	color:#FF0000;
	text-decoration:underline;
	}
a.pollLink:visited {
	background-color:#E5E5E5;
	color:#000000;
	text-decoration:underline;
	}
a.pollLink:hover {
	background-color:#E5E5E5;
	color:#333333;
	text-decoration:none;
	}
	
/* link accessibility separator -hides [ ] chars  e.G. &lt;span class="dbSep"&gt;[&lt;/span&gt;link here&lt;span class="dbSep"&gt;]&lt;/span&gt;  */
.dbSep { 
	display:none;
	padding-left: 5px;
	padding-right:5px;
	}
	
/*
==================================================================== 
RSS Styles
*/
h3.db_rssTitle {
	color:#CC6600;
	}
	
h4.db_rssItem {
	padding-top:15px;
	}	
a.db_rssLink:link {
	color:#666666;
	text-decoration:underline;
	}
a.db_rssLink:active {
	color:#666666;
	text-decoration:underline;
	}
a.db_rssLink:visited {
	color:#666666;
	text-decoration:underline;
	}
a.db_rssLink:hover {
	color:#000000;
	text-decoration:underline;
	}
	
.db_rssDate {
	color:#666666;
	}
	
/*
==================================================================== 
Gallery Specific Styles
*/
.galTitle {

	}
	
.dbGalleryImg {
	float:left;
	margin:5px 5px 0px 5px;
	padding:5px;
	width:150px;
	height:150px;
	/*border:1px solid #CCC;*/
	}

/* Actual thumb image */		
.dbThumbImg { 
	border:1px solid #000;
	}

/* Alt text that sits under the thumb image	*/
.thTitle { 
	/* height:40px; */
	font-size:10px;
	text-align:center;
	padding-top:2px;
	color:#666666;
	}	
.galLinks {
	text-align:center;
	}
/* Thumbnail URL text link */
a.galLink:link {
	color:#666666;
	text-decoration:underline;
	font-size:10px;
	}
a.galLink:active {
	color:#FF0000;
	text-decoration:underline;
	font-size:10px;
	}
a.galLink:visited {
	color:#666666;
	text-decoration:underline;
	font-size:10px;
	}
a.galLink:hover {
	color:#000000;
	text-decoration:underline;
	font-size:10px;
	}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	}
	
/* title in larger popup screen */
#thumbTitle {
	font: normal 14px Verdana;
	padding: 2px 2px 2px 2px;
	background-color:#2d69a7;
	color:#FFFFFF;
	}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: normal 11px Tahoma;
	letter-spacing: 3px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	}
	
/*
==================================================================== 
Stockist plugin styles
*/
	
/* search filter forms  */
#dbStockSearch1 {
	float:left;
	}
#dbStockSearch2 {
	float:left;
	padding-left:5px;
	}

.dbStock  {
	float:left;
	margin:5px 5px 0px 5px;
	padding:5px;
	width:200px;
	height:265px;
	border:1px solid #CCC;
	}
.dbStock h3  {
	margin:0px;
	padding:0px 0px 0px 0px;
	}
.dbStock p {
	margin:0px;
	padding:0px 0px 5px 0px;	
	}
#dbStockFlag {
	}
	
/* paging links */	
#dbStockPaging { 
	padding-top:0px;
	font-size:10px;
	}	
	
a.dbStockPL:link {
	color:#666666;
	font-size:10px;
	}
a.dbStockPL:active {
	color:#FF0000;
	font-size:10px;
	}
a.dbStockPL:visited {
	color:#666666;
	font-size:10px;
	}
a.dbStockPL:hover {
	color:#333333;
	font-size:10px;
	}
	
/*
==================================================================== 
Random Quote plugin styles
*/
#dbSnippetPos {
	}
.dbSnippet {
	font-style:italic;
	}
	
/* search results highlight color */	
.highlight {
   background-color: #FFFF00;
   color:#000000;
   border-bottom:1px dashed #000000;
   }
</pre></body></html>