/* CSS Document */
/* Title:	Text Size Small */

body {
	font-size: large;
	}	
	
/* FIXES */
/* adjustment for IE5 */

body {
  	font-size: large;
	}
html>body { /* be nice to Opera */
	font-size: large;
	}

.textsize {
	padding-bottom: 3px;
}

.smallfont {
	font-weight: normal;
	font-size: 10px;
	}
.smallfontbold {
	font-weight: bold;
	font-size: 10px;
	}
.mediumfont {
	font-weight: normal;
	font-size: 12px;
	}
.mediumfontbold {
	font-weight: bold;
	font-size: 12px;
	}
.largefont {
	font-weight: normal;
	font-size: 14px;
	}
.largefontbold {
	font-weight: bold;
	font-size: 14px;
	}
