html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(/site/images/body_bg.gif) left top repeat-x;
	text-align: center;
}

body, td, th, input, select, option, textarea {
	color: #808080;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}

h3 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 3px 0;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #001d56;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}


#inet_document {
	padding-top: 122px;
	text-align: left;
	width: 626px;
	margin: 0 auto;
}

#inet_logo {
	height: 101px;
}

#inet_main {
	padding: 0 42px;
	position: relative;
}

#inet_contact {
	width: 174px;
	height: 174px;
	position: absolute;
	left: -159px;
	top: 50px;
}

#inet_footer {
	padding: 125px 42px 20px 42px;
}

#inet_footer td {
	vertical-align: middle;
}

.blue {
	color: #00C3FF;
	font-weight: bold;
}