html {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}

body {
	margin: 0; 
	padding: 0;
	color: #000000;
	background-color: #ffffff;
}

p { 
	font-size: 1.0em; 
	line-height: 1.5em;
	margin: 1.2em 0em;
	text-align: justify;
}

td, th {
	font-size: 0.8em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 1.0em;
}
table td { } /* Fix bug in IE 5 */

h1 { 
	font-size: 1.2em;
}

h2 { 
	font-size: 1.1em;
}

.main {
	font-size: 1.7em;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 1.0em; 
	color: #000000;
}

li {
	font-size: 1.0em;
	margin: 0.2em 0em 0.2em 0em; 
	line-height: 1.5em; 
}

a:link, a:visited, a:active { 
	color: #000; 
	text-decoration: underline;	 
}

a:hover {
	color: #000;
	text-decoration: none;
} 

select, input, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

input.checkbox, input.radio {
	background: transparent!important;
	border: 0!important;
}

.sameline {
	display: inline;
}

.colour, a.colour:link, a.colour:active, a.colour:visited {
	color: #CCC;
}

.grey {
	color: gray;
}

a img {
	border: 0;
}

.centered {
	text-align: center;
}

.topalign {
	vertical-align: top;
}

.leftalign {
	text-align: left;
}

.rightalign {
	text-align: right;
}

.floatright {
	float: right;
	padding: 0.5em 1.0em;
	padding-right: 0;
	position: relative;
}

.floatleft {
	float: left;
	padding: 0.5em 1.0em;
	padding-left: 0;
	position: relative;
}

.img_replacement {
	position: relative;
	overflow: hidden;
}
.img_replacement span {
	position: absolute;
	width: 100%;
	height: 100%;
}
a.img_replacement span {
	cursor: pointer;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.small {
	font-size: 0.9em;
}

.big {
	font-size: 1.2em;
}

.clearboth, .clearer {
	clear: both;
}

.leftpadding {
	padding-left: 2.0em;
}

.required {
	color: red;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

.fullwidth {
	width: 100%;
}

ul.nobullets {
	list-style-type: none;
}

.hide {
	display: none;
}