/* Style sheet for HelpDeskCoach.com */
/* February 24, 2005 */

/* ~ ~ ~ ~ ~ Text for light-colored backgrounds. ~ ~ ~ ~ ~ */

/* maintext applies to text in white section of page.
   Color=black. Size = smaller than default. */ 

.maintext 
{
	color:#000000;
	font-family:"arial";
	font-size:.85em;
}

/* Unordered List controls: same as maintext. */ 

ul
{
	color:#000000;
	font-family:"arial";
	font-size:.85em;
}

/* Unordered List controls with narrow margin. */ 

.ulsmallmargin
{
	color:#000000;
	font-family:"arial";
	font-size:.85em;
        margin-left:2.25em;
}


/* Ordered List controls: same as maintext. */ 

ol
{
	color:#000000;
	font-family:"arial";
	font-size:.85em;
}


/* smalltext is used on white or light gray backgrounds.
   Used for Assessment box, contact info & copyright.
   Color=black. Size= smaller than maintext. */ 

.smalltext 
{
	color:#000000;
	font-family:"arial";
	font-size:.80em;
}

/* ~ ~ ~ ~ ~ ~ Quotes for testimonials page ~ ~ ~ ~ ~ ~ ~ ~ */
/* Same size as maintext. Quote italicized. Right and left
   justification are controlled in table cells.  */

.maintextquote 
{
	color:#000000;
	font-family:"arial";
        font-style: italic;
	font-size:.85em;
}


/* ~ ~ ~ ~ ~ Text for dark backgrounds. ~ ~ ~ ~ ~ */

/* quote is used on dark backgrounds.
 Used for testimonials. Color=light blue-gray. Italics
 Size= same as assessment box. */ 

.quote 
{
	color:#ccccd0;
	font-family:"arial";
        font-style: italic;
	font-size:.80em;
}

/* quotename is used on dark backgrounds.
   Used for names of people being quoted.
   Color= light gray. Size= same as menu items. */ 

.quotename 
{
	color:#ccccd0;
	font-family:"arial";
	font-size:.80em;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Headers ~ ~ ~ ~ ~ ~ ~ ~ ~ */

/* Note that HelpDeskCoach at top is an image.
   The header below that is the <h1> header.  */
 
/* h1 headers are slightly larger than main text,
   bold, centered. Color=gold.  */
 
h1 
{
	color:#CC9900;
	font-family:"arial";
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


/* h2 headers are slightly larger than main text, but
   smaller than h1, bold,left-justified, color=gold.  */ 
h2 
{
	color:#CC9900;
	font-family:"arial";
	font-size:1.1em;
	font-weight:bold;
	text-align: left;
	margin-top: .25em;
	margin-bottom: .5em;
}



/* ~ ~ ~ ~ ~ ~ ~ ~ Navigation Controls ~ ~ ~ ~ ~ ~ ~ */

/* Default navigation for main text (on light background). 
   Inherit font-family and size from parent. Link=dark blue,
   active & visited link=dark red,hover = gold. */

a:link    
{      color:#000099; }

a:visited
{      color:#990099; }

a:active
{      color:#990000; }

a:hover
{      color:#CC9900; }


