/* ======= Set Basic Site Colors ======= */
/* USE SEARCH AND REPLACE TO CHANGE COLORS THROUGHOUT THIS DOCUMENT */

/* #999966 	- used on A, HR, TABLE-Dark, TABLE-Outline
*/

/* #CCCC9A - Background Color 
*/

/* #EEEFDE 	- used on .Form-Input, .Form-Submit, Table-Light, Footer
*/


/* ======= SELECTORS - Alphabetical =========== */

A 	/* Hyperlink tags =================== */
	{
	color			: #996600; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	text-decoration	: underline;
	text-align		: left; 
	}

BODY 
	{
	background-color: #FFFFFF; 
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, Sans-Serif;
	font-size		: 8pt;
	margin			: 5px;
	}

H1 
	{
	color 			: #000000;
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 14pt;
	font-weight		: bold;
	/*line-height		: 16pt; */
	}

H2 
	{
	color 			: #000000;
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size			: 12pt;
	font-weight		: bold;
	/*line-height		: 16pt; */
	}


HR 	/* Horizontal Rules ================= */
	{
	color			: #999966; 
	}

LI	/* List Items ======================= */
	{
	color			: #000000;
	font-family		: inherit;
	font-size			: inherit;
	font-weight		: inherit;
	}


P /* Paragraph tags === */
	{
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 8pt;
	text-align		: justify;
	}

TD /* Table Cells === */
	{
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 8pt;
	}

TABLE.TABLE-Dark  	{background-color: #999966;}
TABLE.TABLE-Light 	{background-color: #EEEFDE;}
TABLE.TABLE-Outline {background-color: #999966;}
TABLE.TABLE-White 	{background-color: #FFFFFF;}
TABLE.TABLE-Wrap {
	background-color: #EEEFDE;
}

TD.TD-Dark  		{background-color: #000000;}
TD.TD-Light 		{background-color: #CCCC9A;}
TD.TD-Outline  	{background-color: #000000;}
TD.TD-White		{background-color: #FFFFFF;}
TD.TD-Top-Normal	{background-color: #000000;}
TD.TD-Top-Active	{background-color: #000000;}
TD.TD-Background {background-color: #CCCC9A;}
TD.TD-Box-1 {background-color: #EEEFDE;}
TD.TD-Box-2 {background-color: #FFFFCC;}
TD.TD-Header-Menu-Bar {background-color: #CCCC9A;}
TD.TD-Right-Column {background-color: #E7E7D0; }

TR.TR-Outline {background-color: #CCCC9A; }





/* ======= CUSTOM - Sections =========== */

/* 
MENUS - Top and Side
BOXES
LISTS
FORMS
PARAGRAPHS
FOOTER
*/

/* MENU Top and Side Menu Setting === */




/* Menu Top Links ================= */
A.Menu-Top-Normal
{	background-color	:  #FFFFCC;
	color			: #25231A; 
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight		: bold;
	padding-left		: 3px;
	padding-right		: 3px;
	text-decoration	: none;
}

A:HOVER.Menu-Top-Normal { background-color: #EEEFDE; }

A.Menu-Top-Active
{
	background-color	: #EEEFDE; 
	color			: #000000;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight		: bold;
	padding-left		: 3px;
	padding-right		: 3px;
	text-decoration	: none;
}

A:HOVER.Menu-Top-Active { background-color: #EEEFDE; }


.Menu-Top
{
	background-color: #FFFFCC; 
	color			: #25231A;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	padding-left	: 3px;
	padding-right	: 3px;
	text-decoration	: none;
}

/* Menu Side Links ================= */
A.Menu-Side-Normal 
	{
	/*background-color: #FFFFCC;*/ 
	color			: #25231A;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	text-decoration	: none;
	font-style		: italic;
	}

A:HOVER.Menu-Side-Normal 	{ text-decoration: underline; }

A.Menu-Side-Active 
	{
	/*background-color	: #EEEFDE;*/ 
	color			: #000000;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	text-decoration	: none;
	font-style		: italic;
	}

A:HOVER.Menu-Side-Active 	{ /*text-decoration: underline;*/ }

.Menu-Normal
{	background-color: #FFFFCC;
}

.Menu-Normal:HOVER 	
{	background-color: #EEEFDE;
 }

.Menu-Active
{
	background-color: #EEEFDE;
}

.Menu-Active:HOVER
{	background-color: #EEEFDE;
 }

	
/* BOXES ============ */
.Box-Title /* color must contrast against TD-Outline */
	{ 
	color		: #000000; 
	font-family	: Arial, Helvetica, sans-serif; 
	font-size	: 11pt; 
	font-weight	: bold;
	padding-left: 3px; 

	}

.Box-Title-Sub /* color must contrast against TD-Light */
	{ 
	color		: #000000; 
	font-family	: Arial, Helvetica, sans-serif; 
	font-size	: 9pt; 
	font-weight	: bold; 
	}

A.Box-Href
	{
	color			: #999966; 
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	text-decoration	: underline;
	text-align		: left; 
	}


/* LISTS =========== */

.List-Heading 
	{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight	: bold;
	}

.List-Row
	{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight	: normal;
	}

.List-Empty
	{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	}

.List-Title 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	}

.List-SubTitle
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	}


.List-Summary, .List-Data
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	}

.Recordset-Navigation-Bar 
	{
	background-color: #CCCC9A;
	border			: solid 0px #000000;
	}

.Recordset-Navigation-Bar-Link
	{
	color			: #000000;
	font-family		: Arial;
	font-size		: 9pt;
	font-weight		: bold;
	}




/* FORMS ============ */

.Form-Label 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	font-weight		: bold;
	}

.Form-Input 
	{
	background-color: #EEEFDE;
	border			: #000000 solid 1px 1px 1px 1px;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	}

.Form-Comment 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	}

.Form-Submit 
	{
	background-color: #EEEFDE;	
	border			: #000000 solid 1px 1px 1px 1px;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 14px; 
	font-weight		: bold;
	}

.Form-Confirmation /* color should be black on green - universal for YES */
	{
	background-color: #EEEFDE;
	border			: #000000 solid 1px 1px 1px 1px;
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px;
	padding			: 15px;
	}

.Form-Error /* color should be red on yellow- universal for ERROR */
	{
	background-color: #FFFFCC;
	border			: #000000 solid 1px 1px 1px 1px;
	color			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px;
	padding			: 15px;
	}




/* PARAGRAPHS ======================== */
/*	(INTRO 		- should be a little larger than regular text )
	(HEADING 	- should be one point size above paragraph and bold )
	(SMALL TEXT - should be one point size below paragraph and normal )
 ===================== */
.Intro {
	color: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	font-weight		: bold;
}

.Heading {
	color			: #25231A;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size			: 16px;  
	font-weight		: bold;
	padding-top 	: 2px; 
}


.Paragraph
	{
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	}


.Small-Text
{	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: normal;
}


/* FOOTER Items ============= */
.Footer 
	{
	color			: #CCCC9A;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	}

A.Footer 
	{
	color			: #CCCC9A;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	}
	
A.Footer:Hover	{	color: #25231A;}