/********************************************/
/* Standard Style Sheet for QED				*/
/* Copyright 2001 by reddi-web.com			 	*/
/* By Andrew Dixon 							*/
/* 					 						*/
/* File Created on 5th December 2001		*/
/* Last Edited on 5th December 2001			*/
/********************************************/

/* Tag Styles */
TD
{
	font-family	: Verdana, Arial, Sans-Serif; 
	font-size	: 10pt;
	color		: #666666;
}

A
{
	color			: #666666;
	font-weight		: bold;
	text-decoration	: underline;
}

A:hover
{
	color			: #333333;
}

/* Class Styles */
.mainTextArea
{
	text-align		: justify;
}

.moreOverHeadline
{
	font-size		: 8pt;
	font-weight		: bold;
	color			: #ff6600;
}

.moreOverHeadline:hover
{
	color			: #ff9900;
}

.moreOverGeneral
{
	text-align		: justify;
	padding-top		: 10px;
	font-size		: 8pt;
	color			: #ff9900;
}

.subMenu
{
	padding-top		: 5px;
	padding-bottom	: 5px;
	border-bottom	: 1px solid #CCCCCC;
	font-size		: 8pt;
}

.subMenuLink
{
	color			: #666666;
	font-weight		: normal;
	text-decoration	: none;
}
.subMenuLink:hover
{
	text-decoration	: underline;
	color			: #333333;
}

.pressReleasesHeadline
{
	font-size		: 10pt;
	font-weight		: bold;
	color			: #666666;
}

.pressReleasesHeadline:hover
{
	color			: #333333;
}

.pressReleasesGeneral
{
	text-align		: justify;
	padding-top		: 10px;
	font-size		: 8pt;
	color			: #999999;
}