/* css */
#ddimagetabs{
margin: 15px 0px 0px 1px; 
text-align: center;
}

#ddimagetabs a{
	display: block;
	display: inline;
	text-decoration: none; /*tab font */
	color: #A9561F; /*font color */
	width: 82px; /*width of tab image */
	height: 21px; /*height of tab image */
	margin-left: 1px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	background-image:url(images/button_n.gif); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(images/button_o.gif); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
	width:750px;
	height:20px;
	text-align: center;
	font: normal 12px Arial;
	color: black;
/*	position: fixed;*/
/*	clip:  rect(0px, 750px, 20px, 0px); */

}
#tabcontentcontainer a {
color: black;
}

.tabcontent{
width:750px;
	display:none;
	margin: 0px;
	padding: 0px;
	
}
.main_body{
	margin: 5px;
	vertical-align: top;
	text-align: justify;
	}
