@charset "UTF-8";
/* CSS Document */

#content table a {
	font-weight: bold;
	color: rgb(217,138,46);
	text-decoration: none;
}
#content table a:hover {
	text-decoration: underline;
}
#content table td {
	padding: 1em 10px 1em 0;
	vertical-align: middle;
}
#content table td:first-child {
	text-align: center;
}
#content table li {
	padding-top: 1em;
}
#content table .logo {
	width: 150px;
}
#content table .company {
	width: 145px;
}