h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom : 5px;
	padding-left : 0px;
	margin-bottom: 0px;
}


h4 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-bottom : 5px;
	padding-left : 0px;
	margin-bottom: 0px;
	line-height: 16pt;
}


h5 {
   font-size: 11px;
   font-style: italic;
   font-weight: bold;
  }
  


.boldtext {
	font-weight: bold;
}

/*Sets the size and alignment of the "close window" buttons on the pop-up pages*/
.submitButton {
	/*height:20px;*/
	/*width:80px; */
	font-size:11px;
	right: 5px;
	margin:10px;
}

/*Sets bg-picture, border alignment and size of the bottom "copyright" bar*/

.bottomMenu{
	text-align: center;
	border-top : 1px solid #000000;
	background-image: url(images/bgbottombar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 18px;
	font-size: 11px;
	
}


.bolditalicText {
	font-weight: bold;
	font-style: italic;

}

/*Sets the bg-color and bottom border of the topbanner tablecells*/
.topbanner {
	background-color: #E6E1CD;
	border-bottom: 1px solid #000000;
}

/*Sets the style for the headline of the about, faq, instruments, etc. pages*/
.topHeadline {
	padding-left: 15px;
	margin-bottom:0px;
	margin-top:5px;
	background-image: url(images/noiseBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

/*sets the padding for the main tablecell of the pop-up pages*/
.tdPopup {
	padding: 10px;

}


/*Sets the size of the top nav-bar table in the index,order and soundsamples pages*/
#topNav{
	width: 636px;
	padding-top:5px;
	
}

/*Sets the border and padding of the samples table*/
#samples{
	border:1px solid silver;
	padding:2px;
	width:100%;
}

/*Sets the bg-color of the top row of the samples table*/
.samplesHead{
	background-color: #999;
}

/*Sets the fort color, weight and size og the paragraphs in the top row of the samples table*/
p.samplesHead{
	color: #FFF;
	font-weight: bold;
	margin-left:0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Sets the bg-color of the odd rows of the samples/paypal table*/
.samplesOdd{
	background-color: #F6F1DD;
	padding-left:5px;

}

/*Sets the bg-color of the even rows of the samples/paypal table*/
.samplesEven{
	background-color: #E6E1CD;
	padding-left:5px;
}


/*Sets the padding/margin of the paypal form (ADD TO CHART BUTTON)*/
.paypalform{
	margin-top:0px;
	margin-bottom: 0px; 
	padding-top:0px; 
	padding-bottom:0px;
}
.plain {
	font-size: 11px;
}
.plaincenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: center;
	text-align: center;
}
.swtextshort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	line-height: 13pt;
}
.headtextwhite {
	color: #FFF;
	font-weight: bold;
	margin-left:3px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

