h1,h2,h3,h4,p,th,td,a,select,input,textarea 
{
	font-family:Microsoft Sans Serif, Arial, Helvetica; 
}
p,th,td,select,input,textarea
{ 
	font-size: 10pt;
}
a
{
	color: #002E62;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active, a:visited
{
}
body {
	background: #DDDDDD;
}
.layout {
	width: 950px;
}
.content {
	width: 100%;
	height: 500px;
	background: #CCCCCC;
	color: #002E62;
}
.header {
	width: 100%;
	background: #CCCCCC;
	color: #002E62;
}
.stdcolours
{
	background: #B59682;
	something: #E0CCAA;
	darkbrown: #A37B67;
	lightbrown: #B59682;
	darkmauve: #745F97;
	lightmauve: #B1A2BC;
	darkblue: #002E62;
	dkmidblue: #00346E;
	midblue: #00428C;
	lightblue: #0078FF;
}
.ltb {
	background: #0078FF;
	color: #000000;}
.midb {
	background: #cccccc;
	color: #002E62;}
.dkb {
	background: #CCCCCC;
	color: #002E62;}
.ltbr {
	background: #B59682;
	color: #FFFFFF;}
.dkbr {
	background: #A37B67;
	color: #FFFFFF;}
.ltm {
	background: #B1A2BC;
	color: #FFFFFF;}
.dkm {
	background: #745F97;
	color: #FFFFFF;}
	
td.shadowleft {
	background-image: url('images/shadow5.gif'); 
	background-repeat: repeat-y
	}
td.shadowtop {
	background-image: url('images/topshadow5.gif'); 
	background-repeat: repeat-x
	}
td.shadowtopleft {
	background-image: url('images/topcorner5.gif'); 
	background-repeat: no-repeat
	}