/* CSS Document */

#line {	border-color: #CCCCCC;
	    
		border-top-width: none; 
        border-bottom-style: solid;
        border-left-width: none;
        border-right-width: none;
		border-width: 1px;
		margin-top: 5px;	
		margin-bottom: 5px;	
	
}

.line {	border-color: #CCCCCC;
	    
		border-top-width: none; 
        border-bottom-style: solid;
		border-left-style: none;
        border-right-style: none;
		border-top-style: none;
		border-width: 1px;
		margin-top: 5px;	
		margin-bottom: 5px;	
	
}
#line02 {	border-color: #CCCCCC;
	    border-top-width: none; 
		border-bottom-style: dotted;
		border-left-width: none;
        border-right-width: none;
		border-width: 1px;
		margin-top: 5px;	
		margin-bottom: 5px;	

}

.line02 {	border-color: #CCCCCC;
	    border-top-width: none; 
		border-bottom-style: dotted;
		border-left-style: none;
        border-right-style: none;
		border-top-style: none;
		border-width: 1px;
		margin-top: 5px;	
		margin-bottom: 5px;	

}
#line02_m5 {	border-color: #CCCCCC;
	    border-top-width: none; 
		border-bottom-style: dotted;
		border-left-width: none;
        border-right-width: none;
		border-width: 1px;
		margin: 5px;
			

}

#line02_m10 {	border-color: #CCCCCC;
	    border-top-width: none; 
		border-bottom-style: dotted;
		border-left-width: none;
        border-right-width: none;
		border-width: 1px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
			

}

.bordered {border:1px solid #cccccc;}




