 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #9A2E2B;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D0D1D3;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	text-decoration: none;

}

INPUT, SELECT, TEXTAREA {
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	max-width: 38ex;
	max-height: 5em;
	border-top: 1px solid #D0D1D3;
	border-right: 1px solid #D0D1D3;
	border-left: 1px solid #D0D1D3;
	border-bottom: 1px solid #D0D1D3;
	background-color: #FFFFFF;
	border-color:#D0D1D3;
}

h1
{
	margin-top: 0 em;
  	margin-bottom: 0 em;
  	padding: 0 em;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 9A2E2B;
	text-decoration: none;
}

.defaultTableBorder {
	border-style:solid;
	border-width:2;
	border-color:#D0D1D3;
} 

a:link { text-decoration: none }
a:hover { text-decoration: none }

.maintext {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 9A2E2B;
	text-decoration: none;

}

.artistname {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 9A2E2B;
	text-transform: capitalize;
	text-decoration: none;


}

.songname {

	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: FE8647;
	text-transform: none;
	text-decoration: none;
}

.artistnamesmall {

	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 9A2E2B;
	text-transform: capitalize;
}

.songnamesmall {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: FE8647;
	text-transform: none;
	text-decoration: none;

}

.header {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 9A2E2B;
	text-decoration: none;

}

.orangetext {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: FE8647;
	text-decoration: none;

}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;

}

.greytext {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}

.submitbutton {
	font-family: arial;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: 9A2E2B;
	border: thin solid D0D1D3;
}
.checkoutbutton {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 9A2E2B;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0px none;
}

.inputselect {
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	border-top: 1px solid #D0D1D3;
	border-right: 1px solid #D0D1D3;
	border-left: 1px solid #D0D1D3;
	border-bottom: 1px solid #D0D1D3;
}

.whitetextsmall {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}

.whitetextheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;

}

.rollover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #9A2E2B;
	text-decoration: none;
}
.graphborder {
	border: 1 solid #D0D1D3;

}
