/*          CSS Cascade Style Sheet - Tag style            */

.hr_no {
	border:#FFFFFF;
	width:960px;
}

/* ------------------------ LIST ------------------------- */
.list ul { 
	margin:0; 
	padding:0; 
}

.list li { 
	width:100px; 
	list-style-type:none; 
	padding:3px 0 3px 0px; 
	margin:0; 
	border-bottom:1px dashed #cccccc; 
	background:url(img/list.gif) top left no-repeat; 
}


/* ------------------------- ABBR ------------------------- */
.abbr { cursor:help; border-bottom:1px dotted black; }


/* ------------------------ FLOAT ------------------------- */
.float_dx { float:right; margin:0px; }

.float_sx {	float:left; margin:0px; }


/* ------------------------- IMG -------------------------- */
.img { border:0; }

.img_sx { border:0; float:left; }

.img_dx { border:0; float:right; }