/* fonts.css */

body {
    font-family: serif;
	}

body, td, pre, input, textarea, select, p {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	}

.outlineheader {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.command {
    font-size: 120%;
    font-family: monospace;
    font-weight: bold;
}

h1, h2, h3, h4 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 1.4em; font-weight: bold; color: #000000; }
h2 { font-size: 1.3em; font-weight: bold; color: #000000; } 
h3 { font-size: 1.2em; font-weight: bold; color: #000000; }	
h4 { font-size: 1.0em; font-weight: bold; color: #000000; }

#links {
	font-family: Arial, Helvetica, sans-serif;
}


#links li {
	font-weight: normal;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
	
#footer p {
	font-size: 1.2em;
}
								
p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
	
p.quote {
	font-size: .9em;
}

p.caption {
	font-size: .9em;
}

p.enlarge	{
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
}	
	
#text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}	

pre {
    font-family: monospace;
}

div#block-outline_designer-0 div.blockcontent {
    font-size: .8em;
}

div.blockcontent div.more-link {
    font-size: 11px;
}

.print-link {
    font-size: 80%;
}

div#admin-menu {
    font-size: .9em;
}

/* images */

div.imgleft p {
    font-size: 0.6em;
}

div.imgright p {
    font-size: 0.6em;
}

div.imgnofloat p {
    font-size: 0.6em;
}

.imagecaption {
    font-size: 13px;
    padding: 10px 0;
}
.imagecredit  { 
    font-size: .8em; 
}

.page-links {
    font-size: 80%;
}

sub { font-size: 70%; vertical-align: sub; }
sup { font-size: 70%; vertical-align: super; }

#user-admin-filter em {
    font-weight: 700;
    margin-right: 5px;
    background-color: orange;
    padding: 3px 5px 3px 5px;
}











