/* Elements */
body, p, td, th, input, select, button {
	font-size: 11px;
}
body {
	background-image: url(../images_main/background.jpg);
	background-color: #E1E3D5;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

h1 {
	font-size:16px;
}
	
h2 {
	font-size:14px;
}
	
h3 {
	font-size:12px;
}

h4 {
	font-size:10px;
}


/* IDs */
#topnavbar {
	font-size:11px;
	line-height: 14px;
}

#bottomnavbar {
	font-size : 10px;
}
	
#leftnavbar {
	font-size: 11px;
}

#footer {
	font-size : 7px;
}

#announcement p {
	font-size: 12px;
}

#nav {
	font-size: 10px;
}


/* Classes */	
.fineprint {
	font-size: 9px;
}

.navtitle {
	font-size: 11px;
}
		
.navmajor {
	font-size: 12px;
	line-height:14px;
}
		
.navminor {
	font-size: 11px;
	line-height:14px;
}
		
.navbarboxheading {
	font-size: 11px;
	line-height:14px;
}
		
.navbarbox p {
	line-height: 12px;
}
	
.callout {
	font-size:11px;
	line-height:14px;
}

