html,body {
	margin: 0; padding: 0;
	width: 100%;  min-height:100%;
  height:auto !important;
  height:100%;
}
body {
	background: #fff;
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
}
td { font-size:90%; }
#centred {
	width: 780px;
	position: relative;
	top: 10px; left: 50%;
	margin: 0 0 0 -350px;
}
#wrapper {
	border: 1px solid #aaa;
	background: #fff;
	padding: 15px;
}

#logo {
	width: 113px; height: 80px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	padding: 5px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	color: #66CC33;
}

h1 {
	margin: 0;
	line-height: 65px;
	font-size: 300%;
	color: #CC3333;
}

h1 span {
	color: #66CC33;
}
h2 { 
	margin: 10px 0 10px 0;
	padding: 4px;
	font-size: 100%; 
	color: #555;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	background: #fafafa;
}

hr {
	display: none;
}
.hr {
	height: 1px;
	width: 100%;
	background: #CC3333;
	clear: both;
	margin: 10px 0 10px 0;
}
form {
	margin:0; padding:0;
}
fieldset {
	margin: 0px; padding: 0px;
	border: 0px;
}

.textinput {
	background: #fffaff;
	border: 1px solid #CC3333;
	font-size: 120%;
	padding: 2px;
}
.button {
	background: #fffaff;
	border: 2px solid #CC3333;
	font-weight: bold;
}
label {
	font-weight: bold;
	line-height: 26px;
	display: block;
}
.tip { cursor: help; }
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}
.clear {
	clear: both;
}

#options {
	padding: 5px;
}

#content {
	clear: both;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: x-small;
	text-align: center;
	line-height: 20px;
}

#bottomlinks {
	list-style-type: none;
	margin: 0; padding:0;
	text-align: center;
	font-size: 80%;
}
#bottomlinks li {
	display: inline;
	border-left: 1px dotted #66CC33;
	padding: 0 10px 0 10px;
	margin: 0;
}
td { background: #fff; }
th { background: #eee; }
.doublebox {
	width: 48%;
	padding: 2px;
}
.yellow {
	background: #FFFCE6;
	border: 1px solid #FFF280;
}
.code {
	font-size: 85%;
	font-family: Tahoma;
}
.msg { color:#CC3333; }
/* ALIGNMENT */
.float-left { float: left; }
.float-right { float: right; }
.center { text-align: center; }