body {
	font-size: large;
}
.smalltext {
	font-size: small;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mediumtext {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.largetext {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* 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;
}

.smalltext {
	font-weight: normal;
	font-size: small!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.smalltextbold {
	font-weight: bold!important;
	font-size: small!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.mediumtext {
	font-weight: normal;
	font-size: medium!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.mediumtextbold {
	font-weight: bold!important;
	font-size: medium!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.largetext {
	font-weight: normal;
	font-size: large!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.largetextbold {
	font-weight: bold!important;
	font-size: large!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
