.border 
	{
	border: 1px solid black;
	}
	
.to_left 
	{
	float: left;
	}
	
.to_right 
	{
	float: right;
	}
	
.block
	{
	display: block;
	}
	
.inline
	{
	display: inline;
	}
	
.no_und
	{
	/*text-decoration: none;*/
	color: #ccc;
	}
	
.no_und:hover
	{
	/*text-decoration: underline;*/
	}
	
.break
	{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	}
