body {
		font-size:10px;
		color:#555555;
}
A:link  {
	    text-decoration:none;
	    color:#555555;  
}
A:hover {
		   text-decoration: underline;
		   color:#555555;  
}
A:active  {
		text-decoration:none;
		color:#555555;  
}
A:visited   {
		text-decoration:none;
		color:#555555;
}
.space_row{ 
		height:35px;
		border-bottom:#CCCCCC 1px solid;
}
.height_row{ 
		height:25px;
		border-bottom:#CCCCCC 1px solid;
}
.input_text {
		width:200px;
}

.ddoverlap{
background:url(../images/loop.gif) repeat-x bottom;
height:32px;

}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 100% ;
list-style-type: none;
line-height:32px;

}

.ddoverlap li{
display: inline;
margin: 0;
color:#00668F;
}

.ddoverlap li a{
padding: 0px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
background: transparent url(../images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
position: relative;
display: block;
font-weight:bold;
color:#555555;

float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 18px;
}
.ddoverlap li a:hover{
text-decoration: none;
font-weight:bold;


}

.ddoverlap li.selected a{ /*selected tab style*/
color: #FFFFFF;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
font-weight:bold;

}
table{
border-collapse:collapse;
}
