/*
This code is Copyright (c) 2003 by Productivity Enhancement, Inc.  
All Rights Reserved.

Use of this software is persuant to the terms of the End User License Agreement
at http://www.productivityenhancement.com/plum/SoftwareLicenseAgreement.cfm

Development Team: 
Adam Churvis (adam@productivityenhancement.com)
David Churvis (david@productivityenhancement.com)
*/

/* Imports */
@import url(basestylesheet.css);


/* Elements */
body, td, th, input, select, button {
	font-size: 12px;
}
	
p {
	font-size:12px;
	line-height:16px;
}

h1 {
	font-size:18px;
}
	
h2 {
	font-size:12px;
}
	
h3 {
	font-size:12px;
}

h4 {
	font-size:12px;
}


/* IDs */
#topnavbar {
	font-size:12px;
	line-height: 14px;
}

#bottomnavbar {
	font-size : 10px;
}
	
#leftnavbar {
	font-size: 11px;
}

#footnote {
	font-size : 10px;
}

#announcement p {
	font-size: 12px;
}


/* Classes */	
.fineprint {
	font-size: 9px;
}

.navtitle {
	font-size: 18px;
}
		
.navmajor {
	font-size: 12px;
	line-height:14px;
}
		
.navminor {
	font-size: 12px;
	line-height:14px;
}
		
.navbarboxheading {
	font-size: 11px;
	line-height:14px;
}
		
.navbarbox p {
	line-height: 12px;
}
	
.callout {
	font-size:11px;
	line-height:14px;
}

