html {
	min-height: 100%;
	margin-bottom: 0px;
}

body {
	padding: 0px;
	margin: 0px;
}

.mainframe
{
	background: #2D72D3 transparent;
	padding: 0px;
	margin: 0px;
}

/* backgrounds */

.background {
	background: #FFFFFF url(../images/) no-repeat;
}

.bg-white {
	background: #FFFFFF;
}

/* divs */

.popup-div {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 121;
	visibility: hidden;
}

/* text */
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

/* links */

A {
	color: #0068A3;
	text-decoration: none;
}

A:hover {
	color: #9A8900;
	text-decoration: none;
}

/* components */

.textbox {
	width: 201px;
	height: 20px;
	border: 1px solid #7F9DB9;
	font-family: Verdana;
	font-size: 9px;
	color: #0068A3;
}

.textarea {
	width: 403px;
	height: 119px;
	border: 1px solid #7F9DB9;
	font-family: Verdana;
	font-size: 9px;
	color: #0068A3;	
}

.selectbox {
	width: 201px;
	height: 20px;
	border: 1px solid #7F9DB9;
	font-family: Verdana;
	font-size: 9px;
	color: #0068A3;	
}

/* button */

button, .button-norm, .button-roll, .button-click {
	border: 0px hidden;
	margin: 0px;
	padding: 0px;
	background: transparent;
	cursor: pointer;
}

.button-roll td.button-caption, .button-click td.button-caption, .button-norm td.button-caption {
	font-family: Verdana;
	font-size: 9px;
}

.button-norm td.button-caption {
	color: #6190A5;
}

.button-roll td.button-caption, .button-click td.button-caption {
	color: #A67124;
}

.button-click td.button-caption {
	padding-left: 8px;
	padding-right: 8px;
}

.button-norm td.button-caption, .button-roll td.button-caption {
	padding-left: 8px;
	padding-right: 8px;
}

.button-norm td.button-caption {
	background: #FFFFFF url(../images/interface/button-norm-bg.jpg) center repeat-x;
}

.button-roll td.button-caption, .button-click td.button-caption {
	background: #FFFFFF url(../images/interface/button-roll-bg.jpg) center repeat-x;
}

.button-norm td.button-lhs, .button-roll td.button-lhs, .button-click td.button-lhs {
	width: 7px;
	height: 17px;
}

.button-norm td.button-rhs, .button-roll td.button-rhs, .button-click td.button-rhs {
	width: 6px;
	height: 17px;
}

.button-norm td.button-lhs {
	background: #FFFFFF url(../images/interface/button-norm-lhs.jpg) right center no-repeat;
}

.button-norm td.button-rhs {
	background: #FFFFFF url(../images/interface/button-norm-rhs.jpg) left center no-repeat;
}

.button-roll td.button-lhs, .button-click td.button-lhs {
	background: #FFFFFF url(../images/interface/button-roll-lhs.jpg) right center no-repeat;
}

.button-roll td.button-rhs, .button-click td.button-rhs {
	background: #FFFFFF url(../images/interface/button-roll-rhs.jpg) left center no-repeat;
}

.button-click td.button-lhs {
	padding-right: 0px;
}

.button-click td.button-rhs {
	padding-left: 0px;
}

/* NEWSLETTER */
table.progress {
	width: 100%;
	height: 50px;
	border: 1px solid #000000;
}

table.progress td.fill {
	background: #FFFFFF url(../images/at_progress.gif) right no-repeat;
}

table.progress td.back {
	background: #000000;
}

.maincolour {
	background: #000000;
}

.bodycopy01 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.bodycopy02 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

.button-send {
	width: 85px;
	height: 20px;
	border: 1px solid #000000;
	background: #FFFFFF;
}
