/*Style sheet designed by Richard Thompson
email: richard.thompson@webpagedesignrus.co.uk*/
.mainMed {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mainMed a, .mainMed:link, .mainMed:active, .mainMed:visited {
	color: #000000;
	text-decoration: none;

}
.mainMed a:hover {
	color: #666666;
	text-decoration: underline;

}
.mainSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mainSmall a, .mainSmall:link, .mainSmall:active, .mainSmall:visited {
	color: #000000;
	text-decoration: none;

}
.mainSmall a:hover {
	color: #666666;
	text-decoration: underline;

}
.smallPrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.smallPrint a, .smallPrint:link, .smallPrint:active, .smallPrint:visited {
	color: #CCCCCC;
	text-decoration: none;

}
.smallPrint a:hover {
	color: #999999;
	text-decoration: underline;

}
.TOC {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC00;

}
.TOC a, .TOC:link, .TOC:active, .TOC:visited {
	color: #000000;
	text-decoration: none;

}
.TOC a:hover {
	color: #666666;
	text-decoration: underline;

}
.tableSpacer {
	background-color: #DFB300;
	height: 10px;
	width: 155px;
}
