@CHARSET "ISO-8859-1";
body {
	font-family: Verdana, Arial, serif;
	font-size: 11px;
}

h1 {
	font-size: 28px;
	line-height: 28px;
	color: #009fc6;
	font-style: italic;
}

h2 {
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	color: white;
	font-style: italic;
	background: #bfdbea url('/styles/images/h2-bg.png') top right no-repeat;
	padding-right: 42px;
	padding-left: 6px;
	margin-bottom: 0.8em;
}

h3 {
	height: 30px;
	line-height: 30px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background: transparent url('/styles/images/h3-bg.png') top right no-repeat;
}	

p {
	margin-bottom: 1em;
	line-height: 17px;
}
p.intro {
	font-size: 13px;
	line-height: 20px;
}

p.caption {
	text-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
.right p {
	line-height: 14px;
	margin-top: 3px;
}

.link a {
	color: #009fc3;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	padding-left: 15px;
	background: transparent url('/styles/images/bullet.png') center left no-repeat; 
}
.link a:hover {
	text-decoration: underline;
}

.spotlight h4 {
	font-size: 14pt;
	color: white;
	font-style: italic;
	margin: 5px 0;
	padding-top: 5px;
}

.spotlight p {
	color: black;
	font-size: 11px;
	line-height: 13px;
}

#footer a {
	font-size: 9px;
	color: white;
	margin-right: 20px;
	text-decoration: none;
	float: right;
}
#footer a:hover {
	text-decoration: underline;
}