body {
	font-family: sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-size: 12pt;
	text-align: left;
	width: 950px;
	line-height: 15pt;
}

table {
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

table th {
	text-align: right;
	padding-right: 20px;
}

#grid {
	text-align: center;
	height: 520px;
	padding-left: 180px;
	background-image: url(/files/grid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#welcome {
	background-color: #cccccc;
	margin: 0px 20px 50px 20px;
	padding: 20px;
	font-size: 14pt;
}

ul {
	padding-left: 150px;
	text-align: left;
	list-style: none;
}

h1 {
	font-size: 20pt;
}

.errorlist {
	color: red;
}

.select_sin ul {
	padding-top: 30px;
	padding-bottom: 30px;
}

.message {
	line-height: 18pt;
	margin: 0px;
	font-size: 14pt;
	padding: 60px 30px 0px 30px;
}

#footer {
	width: 180px;
	text-align: center;
	font-size: 10pt;
}

#footer a:link {
	color: #aaaaaa;
	text-decoration: none;
}

#footer a:link:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#footer a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

#footer a:visited:hover {
	color: #aaaaaa;
	text-decoration: underline;

