@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f9f9f9;
	color: #373737;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.smalltxt {
	font-size: 0.8em;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover { color: #cc3333;  text-decoration: underline; }
a:visited { color: #005e9c; text-decoration: underline; }
img { border: none; }
#img-inline {
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	margin: 2px 0px;
	color: #005E9C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0072bc;
	margin: 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: 333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
h4 {
	font-size: 1em;
	color: #005E9C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
}
.boxout {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	margin-left: 5px;
	margin-bottom: 5px;
}
.banner {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	background-image: url(http://www.thespanner.com/email/email-june09/images/BannerTop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.survey {
	background-color: #FFFFFF;
}
.survey td {
	padding: 4px;
}ul {
}
ol {
}
li {
	padding: 5px;
}

