﻿/* Change font size on pages; set graphical links to highlight current choice */


body {
	background-image: url('/../_acc-images/main/fiber-bg-100x100.jpg');
	background-color: #A5B89E;
	color: #0C100B;
	font-size: smaller;
}

#small-font {
	background-color: #F3F5F2;
	background-image: url('../../_acc-images/main/font-size/font-size-smaller-ON.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 16px;
}
#standard-font {
	background-color: #F3F5F2;
	background-image: url('../../_acc-images/main/font-size/font-size-standard.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 16px;
}
#large-font {
	background-color: #F3F5F2;
	background-image: url('../../_acc-images/main/font-size/font-size-larger.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 16px;
}

#subheader-extra-link {
	font-size: xx-small;
}


#date {
	font-size: xx-small;
}

#news-caption {
	font-size: xx-small;

}


#main-link-column {
	font-size: xx-small;
}


#footer {
	color: #3c4b37;
	font-size: xx-small;
}

