body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; 
	color:#333333;
	}
/* 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;
	}	
/*
================================================================
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: #333333;
	height:1px;
	}
/*
===================================================================
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;
	}
	
/*
==================================================================== 
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:#E5E5E5;
	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:#E5E5E5;
	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:#E5E5E5;
	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:#eaeaea;
	color:#333333;	
	border:1px solid #888888;
	padding:0px;
	font-size:11px;
	text-align:center;
	}
.lButton {
	height:21px;
	width:120px;
	cursor:pointer;
	background-color:#eaeaea;
	color:#333333;	
	border:1px solid #888888;
	padding:0px;
	font-size:11px;
	text-align:center;
	}

/*
==================================================================== 
News Article
*/
.dbNewsPad {
	padding-top: 0px;
	padding-bottom: 0px;
	}
.dbNewsTitle { 
	padding-bottom:0px;
	}
	
.dbNewsAb01 {
	padding-top:5px;
	padding-bottom:0px;
	}
	
.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; }	

/* 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
*/

.busTable { width:100%; }
.busTable td { text-align:left; }
.busHr {
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height:1px;
	}
	
/* Styles of Previous & Next text when no links */		
.prevNo { color:#999999;}
.nextNo { color:#999999;}


a.prevNext:link {
	font-size:11px;
	text-decoration:none;
	}
a.prevNext:active {
	font-size:11px;
	text-decoration:none;
	}
a.prevNext:visited {
	font-size:11px;
	text-decoration:none;
	}
a.prevNext:hover {
	font-size:11px;
	text-decoration:underline;
	}
.nowrap { white-space:nowrap; }	


/*
==================================================================== 
Subsriber  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. <span class="dbSep">[</span>link here<span class="dbSep">]</span>  */
.dbSep { 
	display:none;
	padding-left: 5px;
	padding-right:5px;
	}
