﻿/* 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: larger;
}

#small-font {
	background-color: #F3F5F2;
	background-image: url('../../_acc-images/main/font-size/font-size-smaller.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-ON.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 16px;
}

#subheader-extra-link {
	font-size: small;
}

#date {
	font-size: small;
}

#news-caption {
	font-size: small;
}

#main-link-column {
	font-size: small;
}
#footer {
	font-size: small;
}
#footer-nav ul {
	clear: right;
}
