body, div, td, input, select, option, textarea {
  font-family : "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

body {
  top : 0;
  left : 0;
  margin-top : 0;
  margin-left : 0;
  color : #000;
  background-color : #fff;
  background-image : url(http://www.audioconceptsinc.com/media/background_page.gif);
	scrollbar-base-color: #fff;
	scrollbar-track-color: #600;
	scrollbar-face-color: #900;
	scrollbar-highlight-color: #cc0;
	scrollbar-3dlight-color: #ff0;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #330;
	scrollbar-arrow-color: #fff;
}

.page {
  color : #000;
  background-color : #0ff;
}

a:link {
  color : #f00;
  text-decoration : none;
}

a:visited {
  color : #666;
  text-decoration : none;
}

a:hover, a:active {
  color : #f00;
  text-decoration : underline;
}

div, td, th, li, dt, dd, ul, ol {
  font-size : 10pt;
}

li, dd {
  text-align: justify;
}

h1, h2, h3 {
  color: #600;
  background-color : transparent;    
  font-weight : bold;
}

h1 {
  font-size : x-large;
}


h2 {
  font-size : large;
}

h3 {
  font-size : medium;
}

p {
  font-size : 10pt;
  font-weight : normal;
  text-indent: 3em;
  text-align: justify;
}

input, select, option, textarea {
  font-size : 10pt; 
  border : thin solid #000;
  border-width : 1px 1px 1px 1px;
  background-color : #ffc;
}  

.send {
  color: #fff;
  background-color: #600;
  border : thin outset #900;
  font-weight: bold;
  cursor: hand;
}

.legal {
  font-weight : bold;
  font-size : 12pt;
}

.required {
  color : #f00;
  font-weight : bold;
}

.foot {
  color : #fff;
  background-color : #006;
}

.foot a:link,.foot a:visited {
  color : #0ff;
  text-decoration : none;
}

.foot a:hover,.foot a:active {
  color : #ff0;
  text-decoration : underline;
}

.footer {
  font-weight : bold;
  font-size : 9pt;
}

.copyright {
  font-size : xx-small;
}

@media print {
  .web {
    display: none;
  }
}