body {
	margin: 10px 0 0 0; padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
}

a:link, a:visited { color: #000; text-decoration: underline; }
a:hover { color: #fff; background-color: #333; text-decoration: none; }

a.attention:link, a.attention:visited { color: #900; }
a.attention:hover { color: #fff; }

h1 {
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	
	
}

h2 {
	margin: 10px 0 1px 0px;
	font-size: 13px;
	line-height: 16px;
	color: #390;
	font-weight: bold;
	padding: 0;
	text-align: left;
	
}

h3 {
	margin: 20px 0 3px 0;
	color: #666;
	font-size: 11px;
	padding: 0;
	font-weight: normal;
}




#categoryLinks a:link, #categoryLinks a:visited {
	font-weight: 700;
	background-color: #d1d6ae;
	background-image: none;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 0px;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	line-height: 30px;
	display: inline;
	text-align: right;
	}
	
	#categoryLinks a:hover{
	background-color: #15519c;
	color: #FFFFFF;
}



#sidemenulinks a:link, #sidemenulinks a:visited {
	display: block;
	font-weight: bolder;
	background-color: #9aa073;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: 700; 
	color: #FFFFFF; 
	text-decoration: none;
	padding: 5px;
	text-align: right;	
	}

#sidemenulinks a:hover{
	display: block;
	font-weight: bolder;
	background-color: #d1d6ae;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: 700; 
	color: #FFFFFF; 
	text-decoration: none;
	padding: 5px;
	text-align: right;	
}
p {
	text-align: left;
}

.menutitle {
	padding: 5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	
	
}
.smalltext {
	font-size: 12px;
	text-align: center;
	color: #000000;

}
.leftsmalltext {
	font-size: 12px;
	text-align: left;
	color: #000000;

}
.centred {
	text-align: center;
}
