@charset "UTF-8";
/* CSS Document */

.float
{
	float: left;
	margin-right: 10px;
	border-right: solid #000 1px;
}

.imgunderline
{
	padding-right: 50px;
	border-bottom: solid #000 2px;
	margin-top: 10px;
}


.imglink
{
	border: solid #000 1px;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.imglink:focus
{
	outline: none;
}

.imgtopos
{
	border: solid #000 1px;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 9px;
}

.imgborder
{
	border: solid #000 1px;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 9px;
}

.imgnoborder
{
	border: 0px;
}
