body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	color:#000000;
}


h1 {
	font-size: 150%;
	color: #6633CC;
}

h2 {
	font-size: 140%;
	color: #6633CC;
}


h3 {
	font-size: 130%;
	color: #6633CC;
}



h4 {
	font-size: 120%;
	color: #6633CC;
}

h5 {
	font-size: 110%;
	margin-bottom: 0px;
}



h6 {
	font-size: 105%;
	color: #6633CC;
}

iframe {
	background-color: #FFFFCC;
	width:580px;
	min-height:600px;
	height:1200px;
}


label {
	width:150px;
	background-color:#FFFFCC;
}

.wholepage {
/*
	border: 1px solid #009933;
*/
	width: 760px;
	text-align: left;
	background-color: #FFFFCC;
	color: #000000;
	margin:auto;
}

.tl {
	background-image:url(../images/corner_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.tr {
	background-image:url(../images/corner_tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.br {
	background-image:url(../images/corner_br.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.bl {
	background-image:url(../images/corner_bl.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.content {
	padding:10px;
}

.footer {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #009933;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.colour_table {
	background-color: #FFFFCC;
	border: 1px solid #006600;
}
