body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans serif;
	font-size: 10px;
	background-color: #e6e6e6;
	background-image: url(../images/bg-home.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

table.main {
	width: 764px;
	height: 100%;
}

td {
	font-family: Arial, sans serif;
	font-size: 12px;
	color: 505050;
}

td.main {
	width: 764px;
	height: 99%;
}

td.head {
	width: 764px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
}

td.line {
	font-size: 1px;
	padding: 0px;
	height: 1px;
	width: 100%;
	border-top: 1px solid #717171;
}

table.content {
	padding: 10 0 10 10px;
	width: 100%;
}

td.naviLine {
	width: 252px;
}

table.adress {
	padding: 5 0 0 0px;
	width: 211px;
}

td.adressLine {
	width: 211px;
	padding: 2 0 2 0px;
}


a {
	text-decoration: none;
	color: #505050;
}
a:link { color: #505050; }
a:visited { color: #505050; }
a:active { color: #505050; }
a:hover { color: black; text-decoration: underline; }
