/* CSS Document for Smith Music Group */

/*** Zero out padding & margin on all elements (Helps reduce a lot of the cross browser issues) ***/
* {margin: 0px;	padding: 0px;}

body {
    font-size:75%;
	margin:0px auto;
	margin-bottom:5px;
}

p {                         /* Normal Page Text Style */
  font-size: 9pt;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 margin-bottom:3px;

}

a:link {font-weight: 800; color: #0359AA; text-decoration: none;}     /* Sitemap Text Style unvisited link */
a:visited {font-weight: 800; color: #0359AA; text-decoration: none;}  /* Sitemap Text Style visited link */
a:hover {font-weight: 800; color: #000000; text-decoration: none;}   /* Sitemap Text Style mouse over link */
a:active {font-weight: 800; color: #0359AA; text-decoration: none;}   /* Sitemap Text Style selected link */

p.siteMap {                 /* Sitemap Text Style */
 font-size: 9pt;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 letter-spacing: 1.0px;
}

.insideBox {
 padding-top: 10px;
 padding-left:1px;
 padding-right:1px;
 width: 705px;

}

.insideBox2 {
 padding-top: 10px;
 padding-left:5px;
 padding-right:5px;
 width: 705px;

}