/*This part is for the background on every page...*/
body {
	background-color: #999999;
}

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.style1 {
	font-weight: normal;
	font-family: Arial;
}


/*...This is the color of text with information on all the pages..*/
.style2 {
	color: #000000
}


/*...This is the color of text with two dots so it looks like a tab on a paragraph.*/

.style3 {
	color: #999999
}


.style4 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

.style5 {
	font-size: 10px
}


.style7 {
	color: #990000
	}


/*This is for the scrool bar colors if the page gets too big...*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
html, body{
scrollbar-face-color:#8B8B8B;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#000000;
}



/*this is for the jquery script so pages cascade...*/

.faq {
  padding: 10px 0 0 0px;
}
.faq h4 {
	margin-bottom: .5em;
}
.faq dt {
	margin-top: -1px;
	border: solid 1px #c4c4c4;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
  line-height: 1.2;
	cursor: pointer;
}
.faq dt.faqClosed {
  color: #3c3c3c !important;
  background: #ffffff  !important;
}
.faq dt.faqOpen {
	color: #ededed;
	background: #313b61;
}
.faq dd {
	display: block;
	margin: 0;
	padding: 0 21px;
	overflow: hidden;
}
.faq .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
  font-size: 0.75em;
}
.faq .faqHide, .faq .faqShow {
	display: block;
	margin: 6px 0;
	padding: 0 0 0 28px;
	background: url(minus.gif) no-repeat 5px 50%;
	font-weight: bolder;
	text-decoration: none;
}
.faq .faqShow {
	background-image: url(plus.gif);
}




/*.style for Mix covers to pop up when mouse over on the Mixes page...*/
#Style {
	position:absolute;
	visibility:hidden;
	border:solid 1px #CCC;
	padding:5px;
} 

