body {
	background: #FFFFFF;
}

body, td, input, textarea, select {
	font: 14pt arial, verdana, helvetica, sans-serif;
}

a {
	font-weight: bold;
}

a:visited {
	color: blue;
}

li {
	padding: 2px;
} 

#main {
	width: 750px;
	background: white;
	border: 1px solid black;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.highlight {
	font-weight: bold;
	color: red;
	/*background: yellow;*/
}

.highlight2 {
	font-weight: bold;
}

.hightlight3 {
	font-weight: bold;
	color: blue;
}

.title, .title2 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.title .highlight {
	color: red;
	background: none;
	font-family: arial black;
}

.title .highlight2 {
	color: red;
}

.title2 {
	color: #00BB00;
	font-family: arial black;
	font-size: 16pt;
	background: #FFFFCC;
	border: 1px solid navy;
	padding: 10px 10px 10px 10px;
}

.subtitle {
	font-size: 14pt;
	font-weight: bold;
}

.quote { 
	font-family: arial black;
	font-size: 14pt;
	font-weight: bolder;
	font-style: italic;
}

.quote .source {

}

.product_title {
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

.line {
	background: red;
	width: 70%;
	height: 5px;
	font-size: 4pt;
}

.line a {
	color: white;
	text-decoration: none;
}

.line a:visited {
	color: white;
}

.copyright {
	font-size: 8pt;
}

.audiosurvey {
	border: 1px solid #999999;
	padding: 2px;
	width: 400px;
	text-align: center:
}

.testimonial {
	padding: 10px;
	font-style: italic;
	border: 1px solid red;
}