/* GLOBAL STYLES */


html, body, table, td, h1, h2, h3, h4, h5, h6, p, a, span, div 
	{font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;}

img,table	{border:0}


body {
    min-width:752px;
	margin:0px;
	background-color:#ebebeb;
/*	
	background-image: url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
*/	
	}

body,
html {
	padding:0px;
    color:#666;
    }



.divider {
	background-image:url(../img_web/trim_dots.gif);
	height: 1px;
	width:100%;
	}
	
.divider2 {
	background-image:url(../img_web/trim_dots.gif);
	height: 1px;
	width:100%;
	margin-top:18px;
	margin-bottom:18px;
	}

.form_fld-search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	height: 15px;
	width: 110px;
	background-color: #F4F4F4;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	text-align:center;
	

}
/*

.subnav-divider {
	background-image:url(../images/trim_dots2.gif);
	height: 1px;
	width:100%;
	}
	
.active{
	cursor: pointer;
}
*/