
/* Font size control
=========================*/

/* Typography
====================================*/
body,
input,
select,
button,
textarea {
	font-family: Arial, Helvetica, Lucida, sans-serif;
}
.mono {
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, mono;
}
body {
	font-size: .9em;
}
h1 {
	font-size: 4.0em;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica, Lucida, sans-serif;
	line-height: 49px;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.3em;
}
h3 a {
	text-decoration: none;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}
.page_message,
.page_alert,
.page_error {
	font-size: 1.3em;
}
.smallmsg {
	font-size: 1.2em;
}
textarea {
	font-size: 1em;
}
.veryprominent {
	font-size: 1.7em;
	font-weight: bold;
}
p,
li,
label,
h2,
td,
th {
	line-height: 21px;
}

/* Colors, Borders & Images
====================================*/
body {
	color: #333;
}
a {
	color: #007ac3;
}
h1 {
	color: #C04C0A;
}
h1 a {
	color: #C04C0A;
}
h2 {
	color: #b42a3a;
}
h2 a {
	color: #b42a3a;
}
h3 {
	color: #0079C2;
}
h3 a {
	color: #0079C2;
}