body {
font-size: small;
}
.smalltextbutton {
	font-size: small;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mediumtextbutton {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.largetextbutton {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* CSS Document */
/* Title:	Text Size Small */
	
	
/* FIXES */
/* adjustment for IE5 */

html>body { /* be nice to Opera */
font-size: small;
	}

.textsize {
	padding-bottom: 3px;
}

.smallfont {
	font-weight: normal;
font-size: small!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.smallfontbold {
	font-weight: bold!important;
font-size: small!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.mediumfont {
	font-weight: normal;
font-size: medium!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.mediumfontbold {
	font-weight: bold!important;
font-size: medium!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.largefont {
	font-weight: normal;
font-size: large!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.largefontbold {
	font-weight: bold!important;
font-size: large!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	}



#logo-container a:hover {text-decoration: none;}