/* html and body font sizes set up relative sizing to work in IE */
html {
		font-size: 76%;
}

body {
		font: small arial,helvetica,sans-serif ;
}

/* all masthead styles */
#masthead {
		font: small verdana;
}

/* all leftcolumn styles */
#leftcolumn {
		font: small verdana;
		font-weight: bold;
}

#leftcolumn h1 {
		font-size: 1.2em;
		font-weight:bolder;
}

/* all centrecolumn styles */
#centrecolumn h1 {
		font-size: 1.6em;
}
#centrecolumn h2 {
		font-size: 1.3em;
}
#centrecolumn h3 {
		font-size: 1em;
		font-weight: bold;
}

#centrecolumn blockquote {
		font-size: 1.6em;
		font-style: italic;
}

#centrecolumn blockquote.warning {
		font-size: 1.2em;
		font-style: italic;
}

#centrecolumn .openquotes {
		font-size: 8em;
		line-height: 1em;
}

#centrecolumn .closequotes {
		font-size: 8em;
		line-height: 1em;
}
		 
#centrecolumn table caption {
		font-size: 1.3em;
		font-weight: bold;
		text-align: left;
}

/* all footer styles */
#footer p {
		font-size: 0.8em;
}
