﻿body {
	background-image:url('../images/background.jpg');
	background-repeat: repeat-x;
	max-width: 800px;
	max-height: 600px;
	margin: 0px;
    padding: 0px;
    text-align: left;
}

#content {
	max-width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
}

#news {
	text-align: justify;
	padding: 2px;
}

h1 {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 105%;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 125%
}

#tabledge {
	border-bottom: 2px;
	border-color: #6699FF;
}

#title {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 85%;
	font-weight: bold;
	background-color: transparent;
}

ul.Menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

ul.Menu li {
	display: block;
	width: auto;
	border-top: none;
	background-color: transparent;
	font-family: Arial, Helvetica, "Gill Sans";
	font-weight: bold;
	font-size: 75%;
	margin-top: 1px;
	color: #0000CC;
	margin-left: 1px;
}

ul.Menu a {
	width: auto;
	display: block;
	border-bottom: blue 1px solid;
	border-right: blue 1px solid;
	background-color: #6699FF;
	font-family: Arial, Helvetica, "Gill Sans";
	font-weight: bold;
	font-size: 90%;
	color: white;
	padding-left: 3px;
}

ul.Menu a:hover {
	color: blue;
	text-decoration: none;
}

.textbox {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 70%;
	background-color: white;
	color: #003399;
	padding: 3px 5px 5px 5px;
	margin: 0;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
}

#newsbox {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 110%;
	background-color: white;
	color: #003399;
	padding: 3px 20px 5px 20px;
	margin: 0;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
}

p.textbox {
	background-color: white;
	font-size: 70%;
	font-family: Arial, Helvetica, "Gill Sans";
}

#section {
	color: #000066;
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

a {
	color: #20439E;
	text-decoration: none;
	font-weight: bold;
}

#warn {
	color: red;
	font-size: smaller;
}

a:hover {
	color: #B49506;
	text-decoration: underline;
}
a:visited {
}
.photobox {
	background-color: white;
}
.infobox {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 70%;
	font-weight: bold;
	color: #0033FF;
	background-color: white;
	padding: 4px;
}

p {
	color: #000066;
}

.header {
	background-color: #6699FF;
	padding: 0;
	color: white;
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 80%;
	margin: 0;
}

p.header {
	color: #FFFFFF;
	font-size: 80%;
	font-family: Arial, Helvetica, "Gill Sans";
	padding: 0;
}

.mug {
	border-width: 8px 8px 20px 8px;
	color: #000099;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 90%;
}

tr {
	text-align: left;
	padding: 2px;
}


th {
	text-align: left;
	padding: 2px;
}


tr.service {
	background-color: #6699FF;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

.tariff {
	font-family: Arial, Helvetica, "Gill Sans";
	font-size: 80%;
}

ul.nav li {
   list-style-type: none;
   display: inline;
   overflow: hidden;
   float: left;
}

ul.nav li a {
   text-decoration: none;
   display: block;
   padding: 0px 7px 0px 7px;
   background-color: #6699FF;
   color: white;
   font-weight: bold;
   font-family: Arial, Helvetica, "Gill Sans";
   font-size: 68%;
   padding-top: 1px;
   overflow: hidden;
}

ul li a:hover {
   background-color: white;
   color: blue;
}

* html ul.nav a {
	height: 1px;
}

.spacer {
	background-color: #6699FF;
	border-top: 1px blue;
	border-bottom: 1px blue;
}

.label {
	float: left;
	width: 110px;
	text-align: right;
	clear: left;
	margin: 2px 5px 0 0;
	padding: 2px 3px 3px 0;
	background-color: #6699FF;
	color: white;
	font-weight: bold;
}


