/* GENERIC FORMATTING */

body {
	margin: 0px;
	color: #000;
	background-color: #ccc;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 140%;
	font-weight: normal;
}

/* Reset default size attributes */
H1, H2, H3, H4, H5, ul, li, p, form, fieldset {
	margin: 0;
	padding: 0
}
li {
	/*list-style: url(none) none;*/
}
img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.shift {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
fieldset {
	border-style: none;
}
.clear {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
}

.strong {
	font-weight: bold;
}
.italic { 
	font-style: italic;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.inline {
	display: inline;
}
.centred {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.left, .imageLeft {
	float: left;
}
.right, .imageRight {
	float: right;
}


