/*=======================
set global text and color
=======================*/

BODY,TD	{
	font-family: Arial , Helvetica , Sans Serif;
	color: #003300;
}

/*--------------------------------*/

H1	{
	font-family: Arial Black, Arial, Helvetica , Sans Serif;
	font-size: 130%;
	color: #006633;
	background: none;
	margin: 0%;
}

/*--------------------------------*/

.h2	{
	font-family: Arial Black, Arial, Helvetica , Sans Serif;
	font-size: 120%;
	color: #006633;
	background: none;
	margin: 0%;
}

.genText	{
	font-family: Arial , Helvetica , Sans Serif;
	color: #003300;
}

/*=======================
set global anchor classes
=======================*/

/*--------------------------------
set anchor class for qdk signature
--------------------------------*/

A:link	{
	text-decoration: underline;
	color: #990000;
}

A:visited	{
	text-decoration: underline;
	color: #990000;
}

A:hover	{
	text-decoration: underline;
	color: #ff3300;
}

A:active	{
	text-decoration: underline;
	color: #ff3300;
}

/*--------------------------------
set anchor class for qdk signature
--------------------------------*/

A.qdk:link	{
	text-decoration: underline;
	color: #990000;
	font-size: 7pt;
	font-family: "Century Schoolbook BT" , Serif;
}

A.qdk:visited	{
	text-decoration: underline;
	color: #990000;
	font-size: 7pt;
	font-family: "Century Schoolbook BT" , Serif;
}

A.qdk:hover	{
	text-decoration: underline;
	color: #ff3300;
	font-size: 7pt;
	font-family: "Century Schoolbook BT" , Serif;
}

A.qdk:active	{
	text-decoration: underline;
	color: #ff3300;
	font-size: 7pt;
	font-family: "Century Schoolbook BT" , Serif;
}




