@import url(small_big_inc.css);

body {
	background-color: #f6f2eb;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(../images/body-bg.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;
}

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

.clrKremine-1 {
	color: #967d68;
}

.clrGreyLight-1 {
	color: #999999;
}

.clrGreyDark-1 {
	color: #666666;
}

/*   ////////////////////////
    ///
   ///				texts
  ///			  	 
 //////////////////////// */

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b1b1b;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/*   ////////////////////////
    ///
   ///				headings
  ///			  	 
 //////////////////////// */

.contZoneHeader {
	height: 20px;
	padding: 4px 10px 0 10px;
	text-align: left;
	background-color: #c8d270;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

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



