/*dewitt style*/
.dewitt {
	color: #4a4a4a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	margin-right: 36px;
	padding: 22px 0 0 0;
	float: right;
	}
	
div.left	{
	line-height: 0.8em;
	width: 360px;
	float: left;
	height: auto;
	}	
.left td {
	text-align: left;
	}
.left a,
.left a:link,
.left a:visited,
.left a:active	 { 
	color: #4a493c; 
	font-weight: normal;
	} 
.left a:hover	  { 
	color: #000;
	font-weight: normal;
	} 
.left a img,:link img,:visited img { 
	border: 3px solid white; 
	}
.left a:hover img { 
	border: 3px solid #4A493C; 
	}
.leftblock {
	text-align: center;
	height: 200px;
	float: right;
	clear: right;
	}

div.right	{
	line-height: 0.8em;
	width: 360px;
	float: right;
	height: auto;
	}
.right td { 
	text-align: right;
	}
.right a,
.right a:link,
.right a:visited,
.right a:active	  {
	color: #4a493c;
	font-weight: normal;
	} 
.right a:hover	{ 
	color: #000;
	font-weight: normal;
	} 
.right a img,:link img,:visited img  { 
	border: solid 3px white;
	}
.right a:hover img { 
	border: 3px solid #4A493C; 
	}
.rightblock {
	text-align: center;
	height: 200px;
	float: left;
	clear: left;
}
.ctrblock {
	text-align: center;
	clear: both;
	padding-top: 20px;
	}

