@charset "utf-8";

.imageLeft {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageRight {
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageCenter {
	display:block;
	float:center;
	margin-left:auto;
	margin-right: auto;
}
.ListOffset{
	list-style-position: outside;
	overflow: visible;
	border: thin none #FFF;
	margin-left: 15px;
	text-indent: -10px;
	padding-left: 10px;
}
.LookInsideRight{
	clear: none;
	margin-bottom: 10px;
	margin-left: 10px;
	text-shadow:#FF0;
	color:#FFF;
	text-decoration:underline;
	float: right;
   }
.TextLeft {
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.TextRight {
	clear: right;
	margin-bottom: 10px;
	margin-left: 10px;
}   
   
