#topnav ul li a {
	font-size:14px;
}
#homeintro h1 {
	font-size:20px;
}
#homeintro p {
	font-size:12px;
}

#news h1 {
	font-size:18px;
}
#news p {
	font-size:11px;
}
#news a h2 {
	font-size:11px;
}
#subnav ul li a {
	font-size:14px;
}
#subnav ul ul li a {
	font-size:10px;
}
#content h1,#homeintro h1 {
	font-size:20px;
}
#content h2,#homeintro h2 {
	font-size:18px;
}
#content h3,#homeintro h3{
	font-size:16px;
}
#content h4,#homeintro h4 {
	font-size:14px;
}
#content h5,#homeintro h5 {
	font-size:12px;
}
#content p,#homeintro p {
	font-size:13px;
}
#content li,#homeintro li {
	font-size:12px;
}
#footer {
	font-size:9px;	
}
label {
	font-size:13px;
}
legend {
	font-size:13px;
}
td {
	font-size:13px;	
}
#buttons p {
	font-size:11px;
}
#text {
	font-size:18px;
}
#text1 {
	font-size:14px;
}
/* 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 */label, .label {
	display: block;
	clear:both;
	padding-bottom:1px;
	/*margin-top: 5px;*/
}
.smalltext {
	width: 60px;
}
.mediumtext {
	width: 175px;
	margin-right: 50px;
}
.largetext {
	width: 370px;
}
.largetext1 {
	width: 355px;
}
label.noblock {
	display:inline;
	float:left;
	clear:none;
	padding-top:5px;
}
label.smallblock {
	display:block;
	width:120px;
	clear:none;
}
fieldset {
	padding: 10px;
}
legend {
	margin-bottom:10px;
}
input {
	margin-left: 20px;
}
input.radio {
	float:left;
}
.hideme {
	display: none;
	visibility: hidden;
}
legend {
	text-transform: uppercase;
	font-weight: bold;
}
textarea {
	width: 370px;
	height: 100px;
	margin-left: 20px;
}