/*  Cascading Style Sheet for Dusty Springfield */
/*  Created by M-P, revised and extended by Steve	*/
/* Updated 19/11/02 to correct missing # from two colour values */
A
{font-size: -1;
 color: #6f0698;
 text-decoration: none;
}
A:ACTIVE
{font-size: -1;
 color: #6f0698;
 text-decoration: none;}
A:VISITED
{font-size: -1;
 color: #6f0698;
 text-decoration: none;
 }
A:HOVER
{font-size: -1;
 color: #6f0698;
 text-decoration: underline;
 }
BODY
{
font-size: -1;
 color: #000000;
 background-color : #FFFFFF;
 scrollbar-face-color: #c4b0e7;
 scrollbar-shadow-color: #c4b0e7; 
 scrollbar-highlight-color: #f5f5f5; 
 scrollbar-3dlight-color: #5e3192; 
 scrollbar-darkshadow-color: #5e3192; 
 scrollbar-track-color: #f5f5f5; 
 scrollbar-arrow-color: #5e3192;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
P, TD
{
font-size: -1;
 color: #000000;
 background-color : transparent;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul 
{
	list-style-type : square;
}
h1, h2, h3, h4 
{
	color : #BB9ECC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.CHECK
{
font-size: -1;
 font-weight: bold;
 color: #ff8000;
 }
.FIRST
{
font-size: -1;
font-weight: bold;
 color: #BB9ECC;
 }
 .Quote
 {
 color: #6f0698;
 font-style : italic;
 }
/* #6f0698 */ 
.SmallText 
{
	font-size: x-small;
}
.Copyright
{
	font-size: xx-small;
	font-style : italic;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.SoftColour{
	background-color : #F7EDF5;
}
.SoftColourWithBorder
{
	background-color : #F7EDF5;	
	border : thin solid #BB9ECC;
	padding : 5;
}	
.AltColour
{
	background-color : #BB9ECC;
}
.DarkBorder
{
	border : thin solid #BB9ECC	
}
/* these are the colours for the side panels */
.Yellow
{
	background-color : #FFFFCC;
	border : thin solid #CCCC33;
}
.Blue
{
	background-color : #CCFFFF;
	border : thin solid #66CCCC;
}
.Grey
{
	background-color : #DCDCDC;
	border : thin solid #999999;
}
.Brick
{
	background-color : #FFCCCC;
	border : thin solid #ff9999;
}
.Green
{
	background-color : #BDE1B1;
	border : thin solid #339966;
}
.Pink
{
	background-color : #FFCCFF;
	border : thin solid #FF99CC;
}
.Lilac
{
	background-color : #F7EDF5;	
	border : thin solid #BB9ECC;
	padding : 5;
}
.Purple
{
	background-color : #BB9ECC;	
	border : thin solid #990099;
	color : white;
	padding : 5;
}
.Q
{
	font-size: x-large;
	color : #BB9ECC;
	font-weight: bold;
	text-align: right;
}