body {
	font-family: Arial, Verdana, Helvetica, san-serif, serif;
	margin: 5px 0px 0px 0px;
	background-color: #F2F2F2;
}

h1 {
	font-size: 1.2em;
	margin: 0.5em 20px 1em 20px;
}

h2 {
	font-size: 0.9em;
	margin: 0.5em 20px 1em 20px;
}

h3 {
	font-size: 0.75em;
	margin: 0.5em 20px 1em 20px;
}

p {
	font-size: 0.75em;
	margin: 0.5em 20px 1em 20px;
}

a {
	color: black;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.maintable {
	text-align: justify;
	width: 770px;
	height: 500px;
	border: 1px solid #686868;
	background-color: white;
}

.maintable td {
	vertical-align: top;
}

.maintable-header {
	height: 100px;
	border-bottom: 1px solid #686868;
}

.maintable-buts {
	line-height: 20px;
	height: 20px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	border-bottom: 1px solid white;
}

.maintable-buts a {
	color: white;
}

.maintable-right {
}

.maintable-right img {
	border: 1px solid white;
}