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

/* Typography
====================================*/
body,
input,
select,
button,
textarea {
	font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
}
.mono {
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, mono;
}
body {
	font-size: .8em;
}
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.0em;
	font-weight: 700;
}
.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;
}
.required_asterix {
	font-size: 0.8em;
}

/* Colors, Borders & Images
====================================*/
body {
	color: #333;
	background: #D9D49C url(/images/bg_roses.gif);
}
a {
	color: #820024;
}
h1 {
	color: #C04C0A;
}
h1 a {
	color: #C04C0A;
}
h2,
h2 a {
	color: #b42a3a;
}
h3,
h3 a {
	color: #820024;
}
#footer {
	color: #333;
}
	#footer h3,
	#footer h3 a {
		color: #333;
	}
	#footer a {
		color: #333;
	}
	#footer h3 {
		font-size: 1.0em;
	}

.required_asterix,
.required_message {
	color: #820024;
}

#header {
	color: #820024;
}
#header a {
	color: #820024;
}