/* Small View ------------------------------------------------------*/
.smallview p, .smallview #events th, .smallview #events td, .smallview .category .section {
	font-size: 9pt;
}
.smallview a, .smallview #left-nav a {
	font-size: 9pt;
}
.smallview h1 {
	font-size: 12pt;
}
.smallview #button-nav a {
	font-size: 9pt;
}
.smallview #section1 h2, .smallview #section2 h2, .smallview #section3 h2 {
	font-size: 10pt;
}
.smallview #top-nav a {
	font-size: 9pt;
}
.smallview #flags p {
	font-size: 9pt;
}
.smallview #bottomlinks a {
	font-size: 9pt;
}
.smallview #footer p, .smallview #footer a {
	font-size: 8pt;
}
/* Normal View -----------------------------------------------------*/
.normalview { /* Resets to default font sizes */
}
/* Large View ------------------------------------------------------*/
.largeview p, .largeview #events th, .largeview #events td, .largeview .category .section {
	font-size: 14pt;
}
.largeview a, .largeview #left-nav a {
	font-size: 14pt;
}
.largeview h1 {
	font-size: 20pt;
}
.largeview #button-nav a {
	font-size: 14pt;
}
.largeview #section1 h2, .largeview #section2 h2, .largeview #section3 h2 {
	font-size: 16pt;
}
.largeview #top-nav a {
	font-size: 14pt;
}
.largeview #flags p {
	font-size: 14pt;
}
.largeview #bottomlinks a {
	font-size: 14pt;
}
.largeview #footer p, .largeview #footer a {
	font-size: 13pt;
}
