﻿
body
{ 
	font-family: Trebuchet MS, Verdana, Arial, Tahoma ;
	font-size: 12px;
 }
/*  -- chose to NOT include basic background color here as it will show up behind all pages.
	HAD used purple...  (using this instead just as the body tag on the master page)
	background-color: #663399;*/


/********************************/
/* Labels */


/* ---------------*/
/* Levels */

.labelLevel1Heading,
.labelLevel2Heading,
.labelLevel1,
.labelLevel1Italic,
.labelLevel2,
.labelLevel3,
.labelLevel3Italic
{
	font-family: Trebuchet MS, Verdana, Arial, Tahoma;	
	color: #6d298e; /*purple */
}
/*  	text-align: left;  */

.labelLevel1Heading
{
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

.labelLevel2Heading
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.labelLevel1
{
	font-size: 10pt;
}

.labelLevel1Italic
{
	font-size: 10pt;
	font-style: italic;
}

.labelLevel2
{
	font-size: 10pt;
}

.labelLevel3
{
	font-size: 10pt;
}

.labelLevel3Italic
{
	font-size: 10pt;
	font-style: italic;
}

/********************************/
/* Areas / Boxes */

.tdLevelSpacerLeft
{
	width: 10px;
}

.tdLevelSpacerRight
{
	width: 10px;
}

.tdLevelSpacerBottom
{
	width: 10px;
}

.tdLevelSpacerFirstCol
{
	width: 30px;
}

.tdLevelSpacerSecondCol
{
	width: 20px;
}