body {
	font-size:small;
}
p,td {
	font-size:small;
}
#header p {
	font-size:large;
}
.bw {
	font-size: x-small;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
}
h3 {
	font-size:medium;
}
h4 {
	font-size:small;
}
h5 {
	font-size:x-small;
}
h6 {
	font-size:xx-small;
}
#buttons {
	font-size:small;
}
/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	font-size: small;
}
/* the 'day number' band */
td.dayNumber {
	font-size: small;
}
/* the 'day number' band of current day */
td.todayNumber {
	font-size: small;
}
/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	font-size: small;
}
/* current month view */
td.jumpTableThisMonth {
	font-size: small;
}

/* LINKS */

/* JUMP TABLE */

#content form fieldset legend {
	font-size:small;
}
#content form small {
	font-size: x-small;
}