
.normalview .scroller { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview .scroller { /*CSS for "large font" setting*/
font-size: 1.1em;
}

.xlargeview .scroller { /*CSS for "extra large font" setting*/
font-size: 1.2em;
}

a.texttoggler{ /*CSS for Text Size Toggler control*/
margin-right: 6px;
}

.normalview #visit_gov {
		bottom: 0px;
	left: 0em;


}


.largeview #visit_gov {
		bottom: 10px;
	left: 10px;
		/* width:264px;
	height: 158px: */

}


.xlargeview #visit_gov {
		bottom: 20px;
	left: 20px;
		/* width:290px;
	height: 174px: */

}


