body {
	background-color :#ffffff;
/*        background-image:url('images/bg.jpg');  */
background-repeat:repeat-x;
background-attachment: fixed; 
	margin	: 0px 0px 0px 0px;
	font	: normal 12px  Arial, Helvetica, sans-serif;
	/* color	: #000000; */
}



a {
	color 			: #0000FF;
	font-family 	: Arial, Helvetica, sans-serif;
	font-size 		: 12px;
	text-decoration : none;
}


a:hover  {
	text-decoration : underline;
}


.title_large {
	font		: normal 18px  Arial, Helvetica, sans-serif;
	color		: #C80000;
	font-weight	: bold;
}

.title_small {
	font		: normal 12px  Arial, Helvetica, sans-serif;
	color		: #C80000;
	font-weight	: bold;
}

.normal_11_blue {
	font	: normal 11px  Arial, Helvetica, sans-serif;
	color	: #0D388A;
}

.normal_11_black {
	font	: normal 11px  Arial, Helvetica, sans-serif;
	color	: #000000;
}

.normal_11_black_link {
	font	: normal 11px  Arial, Helvetica, sans-serif;
	color	: #000000;
}

.normal_11_black_link:hover {
	color	: #C10000;
}

.normal_11_red {
	font	: normal 11px  Arial, Helvetica, sans-serif;
	color	: #C10000;
}

.normal_12_black_link {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #000000;
}

.normal_12_black_link:hover {
	color	: #C10000;
}

.normal_12_red {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #C10000;
}

.normal_12_red_link {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #C10000;
}

.normal_12_red_link:hover {
	text-decoration:underline
}

.normal_12_black {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #000000;
}

.normal_12_blue {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #0D388A;
}


.normal_12_red_verdana {
	font	: normal 12px  Verdana;
	color	: #C10000;
}

.normal_12_blue_verdana {
	font	: normal 12px  Verdana;
	color	: #0D388A;
}

.normal_12_blue_verdana_link {
	font	: normal 12px  Verdana;
	color	: #0D388A;
}
.normal_12_blue_verdana_link:hover {
	color	: #C10000;
}

.normal_12_white {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #FFFFFF;
}

.normal_12_white_verdana {
	font	: normal 12px  Verdana;
	color	: #FFFFFF;
}

.normal_12_white_verdana:hover {
	font	: normal 12px  Verdana;
	color	: #FFFF00;
}

.normal_14_blue_verdana {
	font	: normal 14px  Verdana;
	color	: #0D388A;
}

.normal_14_red {
	font	: normal 14px  Arial, Helvetica, sans-serif;
	color	: #C10000;
}

.normal_18_red {
	font	: normal 18px  Arial, Helvetica, sans-serif;
	color	: #C10000;
}

.nav_red {
	font				: normal 12px  Verdana;
	color				: #FFFFFF;
	color				: #FFFF00;
	background-image	: url(images/nav_bg_red.gif);
}

.nav_blue {
	font				: normal 12px  Verdana;
	color				: #FFFFFF;
	background-image	: url(images/nav_bg_blue.gif);
}

.nav_blue:hover {
	color				: #FFFF00;
	background-image	: url(images/nav_bg_red.gif);
}


.warning {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color	: #C10000;
}


.textbox {
	border	: 1px solid #A3CAF1;
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color 	: #0D388A;
	vertical-align : middle;
}

.textbox_home {
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color 	: #0D388A;
	vertical-align : middle;
}

.textbox_date {
	border	: 1px solid #A3CAF1;
	font	: normal 11px  Arial, Helvetica, sans-serif;
	color 	: #0D388A;
	vertical-align : middle;
}

.form_no_editor {
	border	: 1px solid #A3CAF1;
	font	: normal 12px  Arial, Helvetica, sans-serif;
	color 	: #0D388A;
	vertical-align : middle;
	
}


.form_button {

}



/* ======================================================== ticker */
#newsticker {
	height:27px;
	padding-left:10px;
	font-size:1.1em;
	}

#tickerpermalink {
	float:left;
	padding-right:7px;
	line-height:1.3;
	height:20px;
	font-weight:bold;
	list-style:none;
	margin-top:3px;
	}

/* ticker */

#ticker {
	margin:0;
	margin-top:3px;
	padding:0;
	float:left;
	list-style:none;
	font-size:11px;
	line-height:1.3;
	height:20px;
	overflow:hidden;
	width:480px;
	}

#tickercontrol {
	margin:0;
	padding:0;
	list-style:none;
	}

#tickercontrol li {
	float:left;
	}

#ticker_prev {
	background:transparent url('http://www.biznesdirectory.com/images/btnPrev.gif') no-repeat 0 -7px;
	width:12px;
	height:16px;
	text-indent:-9999px;
	display:block;
	}

#ticker_stop {
	background:transparent url('http://www.biznesdirectory.com/images/btnPause.gif') no-repeat 0 -7px;
	width:12px;
	height:16px;
	text-indent:-9999px;
	display:block;
	}

#ticker_next {
	background:transparent url('http://www.biznesdirectory.com/images/btnNext.gif') no-repeat 0 -7px;
	width:17px;
	height:16px;
	text-indent:-9999px;
	display:block;
	}

#tickercontent {	
	}

#layer1 {
	overflow: auto; 
	position: absolute; 
	top: 250px; 
	left: 10px; 
	width: 310px; 
	height: 280px;
	}


.suggest_link {
				background-color: #FFFFFF;
				padding: 2px 6px 2px 6px;
			}
.suggest_link_over {
				background-color: #3366CC;
				padding: 2px 6px 2px 6px;
			}
#search_suggest {
				position: absolute; 
				background-color: #FFFFFF; 
				text-align: left; 
				border: 1px solid #000000;			
			}	