/*** setup ***/

body {
	font-family:Arial, "MS Trebuchet", sans-serif;
	font-size:13px;
}
h1, h2, p {
	margin-bottom:10px;
}
h1 {
	font-family:Georgia, Palatino, "Times New Roman", sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
}
h2 {
	font-size:14px;
	line-height:14px;
}
#flash h2 {
	font-size:22px;
	line-height:22px;
	text-transform:capitalize;
}
p {
	font-size:13px;
	line-height:13px;
}
a {
	text-decoration:none;
}
.small {
	font-weight:normal;
	font-size:11px;
	line-height:11px;
}

/*** color ***/

body {
	color:#222;
}
h1, a, h2 {
	color:#09519F;
}
.light,
a:hover {
	color:#999;
}
.highlight,
#flash h2 {
	color:red;
}