/* The general purpose style sheet for Faradawn... 
remember that what you're doing here is defining the tags you
will be using on each of the pages... You can override
these settings by changing inline styles. */

/*and also remember that these braces are how you comment
in css files - it's not html. */



img			{border: 0;}

td	 		{font-size:9pt;
			font-family: arial, helvetica;
			color: #3333cc;}

td.head 		{font-size:16pt;
			font-family: arial, helvetica;
			font-weight:bold;}

td.info	 		{font-size:8pt;
			font-family: arial, helvetica;
			color: #3333cc;}


/* span definitions work within tables */


/* Christmas 2006 colours were 33ff66 in span.headmain and span.subheadmain with holly bg image */


/*for new hot titles page*/

/*blue - now try change*/

span.headnew		{
	font-size: 16pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #C00;
}
			
span.sideheadnew		{
	font-size: 12pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #060;
}

/*blue - now try change*/

span.headmain		{
	font-size: 12pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #FFF;
}

span.subheadmain	{
	font-size: 10pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #360;
}

span.textmain		{
	font-size: 9pt;
	font-family: verdana, helvetica;
	color: #ffffff;
}


/*pink*/

span.headstock		{
	font-size: 12pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #FFF;
}

span.subheadstock	{
	font-size: 10pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #360;
}

span.textstock		{
	font-size: 9pt;
	font-family: verdana, helvetica;
	color: #ffffff;
}



/*ornj*/

span.headpubs		{
	font-size: 12pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #FFF;
}

span.subheadpubs	{
	font-size: 10pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #360;
}

span.textpubs		{
	font-size: 9pt;
	font-family: verdana, helvetica;
	color: #ffffff;
}



/*green/aqua*/

span.headco		{
	font-size: 12pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #FFF;
}

span.subheadco		{
	font-size: 10pt;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #360;
}

span.textco		{
	font-size: 9pt;
	font-family: verdana, helvetica;
	color: #FFF;
}



span.footer		{
	font-size: 7pt;
	font-family: arial, helvetica;
	color: #963;
}



a:hover			{
	color: #FC3;
}

a:link			{
	color: #FC3;
}

a:visited		{
	color: #FC3;
}

a:active		{
	color: #FC3;
}
