/** mwsilver css **/
/* SiteSpider.co.uk */

	body {
		margin: 0px;
		padding: 0px;
		background-color: #666666;
		font-family: verdana;
	}

	#frame {
		margin:0 auto;
		width: 766px;
		min-width: 766px;
		background: #FFFFFF;
	}

	#canvas {
		text-align: left;
	}

	#canvas .event {
		line-height: 22px;
		text-align: center;
		background-color: #666666;
		color: #FFFFFF;
		padding-left: 14px;
		padding-right: 14px;
	}

	#canvas .content {
		text-align: left;
		color: #4D4D4D;
		padding-top: 0px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 5px;
	}
	
	table {
		color: #4D4D4D;
	}	

	#footer {
		margin:0 auto;
		width: 766px;
		background: #666666;
		color: #FFFFFF;
		font-size: 8pt;
	}


	#footer .copy {
		float: right;
		margin-bottom: 10px;
	}

	a {
		color: #FFFFFF;
		text-decoration:	none;
	}
	
	a img {
		border: 1px solid #FFFFFF;
	}
	

	body a {
		color: #070282;
		text-decoration:	none;
	}
	
	
	#menu {
		list-style-type: none;
		list-style-image: none;	
		margin: 0px;
		padding: 0px;
	}	
			
	#menu .sel a {
		width: 326px;
		margin-bottom: 15px;
		text-align: right;
		line-height: 33px;
		font-weight: bold;
		border: 1px solid #666666;
		color: #666666;
		display: block;
	}

	#menu .item a {
		width: 326px;
		margin-bottom: 15px;		
		line-height: 33px;
		text-align: left;
		background-color: #666666;
		color: #FFFFFF;
		border: 1px solid #666666;
		display: block;
	}

	#menu .spacer {
		width: 326px;		
		line-height: 33px;
		background-color: #666666;
		border: 1px solid #666666;
	}
		
	a:hover {
		text-decoration:	underline;
	}
	
	a:hover img {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity: 0.5;
		border: 1px solid #666666;
	}	
	
	#nav .sel a:hover {
		line-height: 33px;
		text-decoration: none;
		text-align: right;
		font-weight: bold;
		border: 1px solid #666666;
		color: #666666;
	}

	#nav .item a:hover {
		line-height: 33px;
		text-decoration: none;
		text-align: right;
		font-weight: bold;
		background-color: #FFFFFF;
		border: 1px solid #666666;
		color: #666666;
	}
	
	.gspace {
		background-color: #666666;
		width: 100px;
		height: 74px;
	}
	
	hr {
		border:	1px solid #666666;
	}
	
	h2 {
		font-size: 12pt;
		font-weight: bold;
		color: #666666;
	}