/* This file describes text styles for general use accross the site. */
 

body {
	font-family: Helvetica, Ariel, sans-serif;
	font-size: small;
	color: #231F20;
}

/* When 'small' ain't small enough. */

#content {
	font-size: 90%;
}

#footer {
	font-size: 80%;
}

p {
	line-height: 1.6em;
}

/* Uppercase headings.*/

h1, h2, h3 {
	text-transform: uppercase;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
/*	color: #0072AA;*/
}

.subhead1 {
/*	color: #00ADEF;*/
	font-weight: bold;
	margin-top: 0;
	line-height: 1.2em;
}

h2 {
/*	color: #DB551F;*/
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0;
}

.subhead2 {
	margin-top: 0;
/*	color: #636466;*/
}

h3 {
/*	color: #0072AA;*/
	font-size: 1em;
}

li {
	padding-top: 0.7em;
	color: #262626;
}