@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: medium;
	line-height: 1.5em;
	margin: 0 15px;
}

.small{
	font-size: small;
}

.smaller{
	font-size: smaller;
}

.right{
	text-align: right;
}

.bold{
	font-weight: bold;
}

.red{
	color: red;
}

table.layout{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table.layout tbody tr td{
	vertical-align: top;
}


