#Content {
	color: #FAEECC;
}
#Content * .vscrollerbar {
	width: 15px;
	background: #FAEECC url(images/scrollbar.png) center center no-repeat;
}
#Content * .vscrollerbar:active, #Content * .vscrollerbar:focus, #Content * .vscrollerbar:hover {
	width: 15px;
	background: #FD77A5 url(images/scrollbar.png) center center no-repeat;
}
#Content * .hscrollerbar {
	height: 15px;
	background: #FAEECC;
}
#Content * .hscrollerbar:active, #Content * .hscrollerbar:focus,#Content * .hscrollerbar:hover {
	height: 15px;
	background: #FD77A5;
}
#Content a:link, #Content a:visited {
	color: #FD77A5;
	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: #FD77A5;
	text-decoration: none;
}
#Wrapper #ServicesMenu a:active, #Wrapper #ServicesMenu a:focus, #Wrapper #ServicesMenu a:hover {
	color: #fff !important;
	text-decoration: underline;
}
