html {
	min-height: 100%;
	margin-bottom: 0px;
}

body {
	background: #000000;
	padding: 0px;
	margin: 0px;
	scrollbar-base-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color:#000000;	
}

.mainframe
{
	background: #2D72D3 transparent;
	padding: 0px;
	margin: 0px;
}

/* backgrounds */

.background {
	background: #FFFFFF url(../images/) no-repeat;
}

.bg-logo {
	background: #000000 url(../images/interface/launch-logo.jpg) no-repeat;
}

.bg-mac-logo {
	background: #000000 url(../images/interface/launch-logo.jpg) no-repeat;
}


.bg-validator {
	background: #000000 url(../images/interface/validator-bg.jpg) repeat-y;
}

.bg-popup {
	background: #000000 url(../images/interface/popup-bg.jpg) repeat-y;
}

/* divs */
.main-div {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

.message-div {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 122;
	visibility: hidden;
	display: inline;
}

/* text */
.text {
	font-family: Arial;
	font-size: 13px;
	color: #BFBF9A;
}

.text-heading {
	font-family: Times New Roman;
	font-size: 24px;
	color: #FFFFE6;
}

.pointer {
	cursor: pointer;
}

/* links */

A {
	color: #BFBF9A;
	text-decoration: none;
}

A:hover {
	color: #FFFFE6;
	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;
}
