
/* element styles */

body {
	margin: 0px;
	background-color: #FFCC80;
}

body, div, td {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;	
	vertical-align: top;
}

a {
	color: #bf0000;	
	text-decoration: none;
}

a:hover {
	color: #bf0000;
	text-decoration: underline;	
}

form {
	margin: 0px;	
}

img {
	border: 0px;	
}

/* item clases */

.leftMenu {
	top:0px;
	left: 0px;
	width: 150px;
	height: 100px;
	position: absolute;	
}

.mainhomeText {
	top:0px;
	left: 170px;
	width: 590px;
	height: 100px;
	position: absolute;

}

.mainText {
	top:0px;
	left: 170px;
	width: 500px;
	height: 100px;
	position: absolute;

}

.smallhomeText {
	top:0px;
	left: 170px;
	width: 600px;
	height: 100px;
	position: absolute;}

.maintableText {
	top:0px;
	left: 170px;
	width: 800px;
	height: 100px;
	position: absolute;
}

.composerText {
	top:0px;
	left: 0px;
	width: 300px;
	height: 100px;
	position: absolute;	
}

.heading {
	top:0px;
	left: 170px;
	font-size: x-large;
	color: #000;
}

.subheads {
	color: #000;
	font-weight: bold;
	
}

.cell_heading {
	color: #000;
	font-weight: bold;
	text-align: right;
}

.coloured_cell_heading {
	color: #000;
	font-weight: bold;
	background-color: #ccc;
}


/* coloured stripes */
.mid_stripe {
	background-color: #CC0000;
}

.top_stripe {
	background-color: #194BA6;
}

/* general furniture classes */

.no_hover:hover {
	text-decoration: none;	
}

.bold {
	font-weight: bold;	
}

.centred {
	text-align: center;	
}

.white {
	color: #fff;	
}

.error {
	font-weight: bold;	
	color: #c00;
}
