.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.header {
	background-image: url(/images/logo_mCargo_upper.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: top;
}
.footer {
	font-size: x-small;
	font-style: italic;
	color: #333333;
	background-image: url(/images/footer_mCargo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
}
.navigation {
	font-size: small;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}
.navigation a {
	font-size: small;
	color: #333333;
	text-decoration: none;
}
.content_main {
	background-image: url(/images/logo_mCargo_lower.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 20px;
	vertical-align: top;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #0066CC;
}
