@import url(all.css); /* still use main CSS */

/* make the changes for increased text size */
body {
	font-size: 1em;
	line-height: 1.5em;
	}
	
#style_switcher a#large_text {
	display: none;
	}
	
#style_switcher a#default_text {
	display: block;
	background: url(../images/a_small.gif) no-repeat;
	}
	
#banner .login {
	line-height: 16px;
	}	
	
.home #main_content ul.list_tick li {
	background-position: 0 6px;
	}
	
#main_content ul li, #main_content ul#site-index li, #main_content ul#site-index li ul li,  #main_content ul#site-index li ul li ul li, #main_content ul.list_links li {
	background-position: 0 10px;
	}