body {
	background: url(./images/cloud_top.gif) repeat-x top;
	margin: 0px;
	scrollbar-face-color: #ffb401;
	scrollbar-highlight-color: #ffb401;
	scrollbar-shadow-color: #ffb401;
	scrollbar-3dlight-color: #ffb401;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #FAF1C3;
	scrollbar-darkshadow-color: #ffb401;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

.logo {
	text-align: center;
	margin-top: 55px;
}

#container {
	height: auto !important;
	height: 500px;
	min-height: 500px;
	text-align: center;
	background: url(./images/grass_bottom.gif) repeat-x bottom;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #639DF3;
	padding-top: 30px;
	padding-bottom: 90px;
	width: 750px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #4C82D4;
	line-height: 20px;
}

a {
	color: #ffb401;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#nav {
	text-align: center;
}
#nav a {
	background-color: #ff00ff;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav a:hover {
	background-color: #F7CDF7;
	color: #ff00ff;
}

.photo {
	padding: 5px;
	background-color: #ffb401;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}



/** Form Elements **/


.textinput {
	color: #000000;
	background-color: #FAF1C3;
	border: 1px solid #ffb401;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

textarea.textinput {
	overflow: auto;
}

/** End Form Elements **/


.message {
	font-size: 140%;
	font-weight: bold;
}

.weather_table, #tariffTable {
	width: 700px;
	background-color: #ffb401;
}
#tariffTable {
	width: 300px;
}

.weather_table th, #tariffTable th {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
}
.weather_table td, #tariffTable td {
	background-color: #FAF1C3;
	color: #4C82D4;
	font-size: 14px;
	padding: 4px;
	text-align: center;
}

#ukshlink
{
	color: #CA850E;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 6px;
}

#ukshlink a
{
	color: #CA850E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.special {
	font-size: 16pt;
	text-align: center;
	color: #ff0000;
	margin: 20px 0;
	line-height: 150%;
}

.specialOffer {
	padding-bottom: 1em;
	border-bottom: 1px dashed #CA850E;
	margin-bottom: 1em;
}