/* CSS Document */

a:link {
	color: #000066;
	text-decoration:underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	color: #2c2421;
	margin:30px;
	padding:0px 0px 20px 0px;
}
.callout_subtitle {
font-size:13px;
color:#b9541D;
}
.subtitle {
font-size:14px;
color:#b9541D;
font-weight:bold;
}
.title {
font-size:18px;
color:#b9541D;
font-weight:bold;
}
.boldgreen{
font-weight:bold;
color:#c1d72e;
}


