
/* Imports */
@import url(basestylesheet.css);


/* Elements */
body, td, th, input, select, button {
	font-size: 11px;
}
	
p {
	font-size:11px;
}

h1 {
	font-size:16px;
}
	
h2 {
	font-size:12px;
}
	
h3 {
	font-size:11px;
}

h4 {
	font-size:10px;
}


/* IDs */
#footer {
	font-size : 9px;
}




/* Classes */	
.footnote {
	font-size : 9px;
}