/*Style sheet for www.soundopinions.com */

/* general styles */
body {
	background-color: ;
	margin-top: 8px;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}


a:link,a:visited {
	color: #333;
}
a:hover {
	color: #e33;	
}
a:active {
	color: #e33;	
}

.alt a:link {color: #333;text-decoration: none}
.alt a:visited {color: #333;text-decoration: none}



p {
	margin-top: 0px;
	margin-bottom: 10px;
}


.title {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	line-height: 13px;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	text-decoration: none;
}

.current-item {
	color: #e33 !important;
	font-weight: bold;
	text-decoration: none !important;
}

/* end of general styles */


/* footer*/
.table { border: solid 1px #e6e6e6; }
.table1 { border-color: #e6e6e6; border-style: none none solid; border-width: 1px; }
#footer {
	background-color: #c9e5f5;
	margin-top: 6px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 8px 10px 15px;
}

td.footer1 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #555;
	padding-top: 3px;
	border-right: 1px solid #BBB;
	vertical-align: top;
}

a.footer1,a.footer1:link,a.footer1:visited {	
	color: #555;
	text-decoration: none;
}

a.footer1:active,a.footer1:hover	{
	color: #E33;
	text-decoration: none;
}

td.footer2 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	vertical-align: top;
}

a.footer2,a.footer2:link,a.footer2:visited {	
	color: #999;
	text-decoration: none;
}

a.footer2:active,a.footer2:hover	{
	color: #E33;
	text-decoration: none;
}

td.footer3 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	padding-top: 3px;
	vertical-align: top;
	text-align: right;
	
}

a.footer3,a.footer3:link,a.footer3:visited {	
	color: #555;
	text-decoration: underline;
}

a.footer3:active,a.footer3:hover	{
	color: #E33;
	text-decoration: underline;
}



/* end footer*/

.superscript{font-size:xx-small; vertical-align: sup; color:red}
