/* GENERAL STYLES */

body {
	background-color: #d9d9d9;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3333333;
	line-height: 14px;
}

ul {
	margin-top: 5px;
	list-style-image : url(/soundcapital/images/bullet.gif);
}

li {
	margin-top: 5px;
}
.pageHeader{
font-size: 12px;
color: #CEB017;
font-weight: bold;
}

.footerbar{
	color: #E3D16F;
}

.homeCopy {
line-height: 13px;
}

/* LINK STYLES */

a { color: #A59D48; text-decoration: none;}
a:link { color: #A59D48; text-decoration: none;}
a:visited { color: #A59D48; text-decoration: none; }
a:active { color: #A59D48;  text-decoration: none;}
a:hover { color: #333333; text-decoration: none; }


.footer { color: #152C4C; font-size: 10px; color: #152C4C; }
a.footer { font-size: 10px; text-decoration: none; color: #152C4C;}
a.footer:link { font-size: 10px; text-decoration: none; color: #152C4C; }
a.footer:visited { font-size: 10px; text-decoration: none; color: #152C4C; }
a.footer:active { font-size: 10px; text-decoration: none; color: #152C4C; }
a.footer:hover { font-size: 10px; text-decoration: none; color: #E3D16F; }

