/* Accessiblity Specific Styles */
a.screen-reader-only {
	display: block;
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	color: #000000;
}
a.screen-reader-only:hover,
a.screen-reader-only:focus,
a.screen-reader-only:active {
	text-decoration: none;
	color: #000000;
}