body {
	background: #F2F2F2;
}

body, td, input, textarea, select {
	font: 10pt verdana, geneva, arial, helvetica, sans-serif;
}

li {
	padding: 8px;
} 

a {
	font-weight: bold;
}

#main {
	width: 750px;
	background: white;
	border: 1px solid navy;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.hightlight {
	font-weight: bold;
	background: yellow;
}

.hightlight2 {
	font-weight: bold;
}

.hightlight3 {
	font-weight: bold;
	color: blue;
}

.title, .title2 {
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	background: #FFFFCC;
	border: 1px solid navy;
	padding: 10px 10px 10px 10px;
}

.title .hightlight {
	color: red;
	background: none;
}

.title2 {
	color: green;
}

.subtitle {
	font-size: 13pt;
	font-weight: bold;
	color: red;
}

.quote { 
	font-size: 10pt;
	font-weight: bolder;
}

.quote .source {
	color: navy;
}

.product_title {
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.line {
	background: red;
	width: 100%;
}

.copyright {
	font-size: 8pt;
}

.audiosurvey {
	border: 1px solid #999999;
	padding: 2px;
	width: 350px;
	text-align: center:
}