/*** setup ***/

body {
	font-family:arial, sans-serif;
	font-size:13px;
	color:#3E3E3E;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
h1 {
	font-size:25px;
	line-height:24px;
}
.flash h2 {
	text-transform:capitalize;
}
p {
	font-size:13px;
	line-height:15px;
}
h2 {
	font-size:13px;
	line-height:13px;
}
.super {
	font-weight:bold;
	font-size:16px;
	line-height:17px;
}
br {
	line-height:10px;
}
a, a:active, a:focus, a:visited {
	cursor:pointer;
	outline:0 none !important;
	text-decoration:none;
}
.small {
	font-weight:normal;
	font-size:11px;
	line-height:11px;
}

/*** color ***/

label,
.light {
	color:#969696;
}
h1 {
	color:#3E3E3E;
}
a {
	color:#2B88C2;
}
a:hover {
	color:#F7536E;
}
h2 {
	color:#FFF;
}
.flash h2 {
	background:#F7536E !important;
}
.highlight,
.flash h2.error,
.flash h2.notice,
.flash h2.alert,
#errorExplanation h2,
#errorExplanation li {
	color:red;
}
