/* CSS Document */

body {
	background-image: url("images/bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #adf0f8;
}

a {
	text-decoration: none;
	color: #0a5058;
	font-weight: bold;
}

a:hover {
	color: #167883;
}

.menu {
	font-size:14px;
}

.menu a {
	padding: 0px 20px 0px 20px;
}

h2 {
	font-family: arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1, marquee {
	font-family: verdana;
	font-size: 18px;
	color: #990099;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.content {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.imgBord, .tariff, .tariff td {
	border: 1px solid #056874;
}

.footer {
	font-size: 10px;
}
