@import url(small_big_inc.css);

body {
	background-color: #e2e2e2;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/*   ////////////////////////
    ///
   ///				site colors  
  ///			  	 
 //////////////////////// */

.clr {
	color: #967d68;
}




/*   ////////////////////////
    ///
   ///				spec 
  ///			  	 
 //////////////////////// */

table {
	font-size: 100%;
}

form {
	margin: 0
}

img {
	border: none;
}

.cursor-hand {
	cursor: pointer;
	cursor: hand;
}

.inline { 
	display: inline;
}

.nowrap {
	white-space: nowrap;
}

.noBG {
	background-image: url(images/spacer.gif);
}

.noBorder {
	border: none
}

.noMargin {
	margin: 0
}

.clear {
	clear: both
}

.clearL {
	clear: left
}

.clearR {
	clear: right
}



