#Wrapper #Content abbr {
	border-bottom: 1px dotted #FFED84;
}
#Content {
	color: #FFED84;
}
#Content * .vscrollerbar {
	width: 15px;
	background: #FFED84 url(images/scrollbar.png) center center no-repeat;
}
#Content * .vscrollerbar:active, #Content * .vscrollerbar:focus, #Content * .vscrollerbar:hover {
	width: 15px;
	background: #B6D037 url(images/scrollbar.png) no-repeat center center;
}
#Content * .hscrollerbar {
	height: 15px;
	background: #FFED84;
}
#Content * .hscrollerbar:active, #Content * .hscrollerbar:focus,#Content * .hscrollerbar:hover {
	height: 15px;
	background: #B6D037;
}
#Content a:link, #Content a:visited {
	color: #B6D037;
	text-decoration: none;
}
#Content a:active, #Content a:focus, #Content a:hover {
	color: #fff;
	text-decoration: underline;
}
#Wrapper #ServicesMenu a:link, #Wrapper #ServicesMenu a:visited {
	color: #B6D037;
	text-decoration: none;
}
#Wrapper #ServicesMenu a:active, #Wrapper #ServicesMenu a:focus, #Wrapper #ServicesMenu a:hover {
	color: #fff !important;
	text-decoration: underline;
}
