/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/
a {
	font-family : verdana,arial,helvetica;
	font-size : 14px;
	text-decoration : none;
}
a:link {color:rgb(204,204,255) }     /*#ff6331;  */
a:visited {color: rgb(204,204,255)}  /* visited link    */
a:hover {color: rgb(127,68,118);}    /* mouse over link */
a:active {color: #0000ff;}   /* selected link   */

a.blue:link {	color:#00b;font-size : 10px;	}
a.blue:visited	{color:#00b;font-size : 10px;	}
a.blue:hover {color: #dd0000;font-size : 10px;}
a.blue12:link {	color:#00b;	font : 12px arial, helvetica, sans-serif}
a.blue12:visited	{color:#00b;font : 12px arial, helvetica, sans-serif}
a.blue12:hover {color: #dd0000;font : 12px arial, helvetica, sans-serif}

a.black:link {	color:#000;font-size : 14px;	}
a.black:visited	{color:#000;font-size : 14px;	}
a.black:hover {color: #00b;font-size : 14px;}
a.large:link {color:#000;	font-size:20px;	}
a.large:visited {color:#000;	font-size:20px;	}
a.large:hover {color:#00b;	font-size:20px;	}

body {
	background-color : rgb(4,8,8);
	background : rgb(4,8,8);
	font-family: verdana,arial, helvetica, sans-serif; 
	color: #ffce9c;
	font-size: 12px;
	margin-left : 40px;
	margin-right : 40px;
	width:950px;
}

h1  {
	font : bold 24px arial, helvetica, sans-serif;
	color : rgb(127,68,118);
	text-align : center;
	line-height: 2;
}

h2  {
	font : bold 20px arial, helvetica, sans-serif;
	color : rgb(127,68,118);
	text-align : center;
}

h3  {
	font : bold 14px arial, helvetica, sans-serif;
	color : rgb(127,68,118);
}

h4  {
	font : bold 12px arial, helvetica, sans-serif;
	color : rgb(127,68,118);
}

p  {
	font-size : 14px;
	font-family: verdana,arial, helvetica, sans-serif;
	line-height:18px;
	font-weight: normal;
	color: #ffce9c;
	margin-top : 18px;
	margin-bottom : 0px;
}
span {
	font-size : 14px;
	font-family: verdana,arial, helvetica, sans-serif;
	font-weight: normal;
	color: #ffce9c;
}
td {
	font : 12px verdana,arial, helvetica, sans-serif;
	text-align : left;
	color: #ffce9c;
	vertical-align : top;
}
th {
	font : bold 12px verdana,arial, helvetica, sans-serif;
	text-align : left;
	color: #204f6a;
	background-color: #f0ffff;
	background: #f0ffff;
}
.formth {
	font-size: 12px;
	font-family: verdana,arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #ffce9c;
	background:#000;
	padding:4px;
}
.formtd {
	font-size: 12px;
	font-family: verdana,arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
	background:#efefef;
	padding:4px;
}
.formtdlabel {
	font-size: 12px;
	font-family: verdana,arial, helvetica, sans-serif;
	text-align: right;
	color: #000;
	background:#efefef;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:0px;
}
.formdiv {
	padding:50px;
	background:#006699;
	visibility:visible;
}
.required {
	color: #ff0000;
}
	
#artist {
	font-size : 14px;
	font-family: verdana,arial, helvetica, sans-serif;
	font-weight: normal;
	color: rgb(127,68,118);
}
#straw {
	font-size : 14px;
	font-family: verdana,arial, helvetica, sans-serif;
	font-weight: normal;
	color : rgb(127,68,118);
}
#yellow {
	font-size : 14px;
	font-family: verdana,arial, helvetical, sans-serif;
	font-weight: normal;
	color : #ffff80;
}
#album {
	font-size : 14px;
	font-family: verdana,arial, helvetical, sans-serif;
	font-weight: normal;
	font-style:italic;
}
#subtitle  {
	font-size : 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #ffce9c;
	margin-left : 40px;
}
.strut {
	visibility:hidden;
	height: 20px;
}
.no-indent {
	left : -40px;
	position : relative;
}
	
ul {  font-family: arial, helvetica, sans-serif; font-size: 10pt;}
ol {  font-family: arial, helvetica, sans-serif; font-size: 10pt;}

.small {
	font-size : 10px;
}

.orange {
	color: rgb(127,68,118);
}



