/* ---------------------------------------- */
/* default.css                              */
/* Default stylesheet                       */
/* Version 1.0                              */
/* ©2001 by Ken Creason <ken@creason.com>   */
/* ---------------------------------------- */



/* BODY Information */

BODY {
	color: #000000;   /* black */
}

A {
	text-decoration : none;
	/* font-weight: bold; */
	color: #666600;
}

A:visited  { 
	color : #330066;   /*  */
}

A:active  {	
	color : #333300; 
}

A:hover  {
	text-decoration : underline;
}



/* Bulleting Information*/

UL, OL { 
	/* margin-top: 0.5em;  */
	margin-top: 5px; 
	margin-left: 10px; 
	list-style: disc; 
} 

LI { 
	margin-top: 1px;
	margin-left: 10px;
	list-style: disc; 
} 





/* Type Face Information */

.type-smallest {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
}

.type-smaller {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

.type-small {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

.type-medium {
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
}

.type-large {
  font-family: arial,helvetica,sans-serif;
  font-size: 15px;
}

.type-larger {
  font-family: arial,helvetica,sans-serif;
  font-size: 17px;
}

.type-largest {
  font-family: arial,helvetica,sans-serif;
  font-size: 19px;
}

.type-monospace {
	font-family: courier new,courier,monospace;
	font-size: 12px;
}



/* Color Information */

/* Color A Shades = Blue with some grey */

.color-a-lightest {
	color: #E0E0ED;    /*  */
}

.color-a-lighter {
	color: #B4B4D3;    /*  */
}

.color-a-light {
	color: #8C8CBB;    /*  */
}

.color-a-medium {
	color: #6969A7;    /*  */
}

.color-a-dark {
	color: #535385;    /*  */
}

.color-a-darker {
	color: #343454;    /*  */
}

.color-a-darkest {
	color: #181827;    /*  */
}



/* Color B Shades = Green with some grey */

.color-b-lightest {
	color: #DFE6DE;    /*  */
}

.color-b-lighter {
	color: #B1C2B1;    /*  */
}

.color-b-light {
	color: #87A187;    /*  */
}

.color-b-medium {
	color: #638563;    /*  */
}

.color-b-dark {
	color: #4E694F;    /*  */
}

.color-b-darker {
	color: #314231;    /*  */
}

.color-b-darkest {
	color: #171E17;    /*  */
}



/* Color C Shades = Pale Yellow Gambut */

.color-c-lightest {
	color: #E9E9E9;    /*  */
}

.color-c-lighter {
	color: #C8C8C8;    /*  */
}

.color-c-light {
	color: #A4A4A4;    /*  */
}

.color-c-medium {
	color: #808080;    /*  */
}

.color-c-dark {
	color: #5E5E5E;    /*  */
}

.color-c-darker {
	color: #383838;    /*  */
}

.color-c-darkest {
	color: #181818;    /*  */
}



/* RGB Colors */

.color-red {
	color: #ff0000;
}

.color-green {
	color: #00ff00;
}

.color-blue {
	color: #0000ff;
}



/* Text Grey Shades */

.color-white {
	color: #ffffff;    /*  */
}

.color-grey-lightest {
	color: #E9E9E9;    /*  */
}

.color-grey-lighter {
	color: #C8C8C8;    /*  */
}

.color-grey-light {
	color: #A4A4A4;    /*  */
}

.color-grey-medium {
	color: #808080;    /*  */
}

.color-grey-dark {
	color: #5E5E5E;    /*  */
}

.color-grey-darker {
	color: #383838;    /*  */
}

.color-grey-darkest {
	color: #181818;    /*  */
}

.color-black {
	color: #000000;    /*  */
}



/* Table Specific Information */
/* Table "A" Colors -- GreyBlues */

.table-a-lightest {
	background-color: #E0E0ED;   /*  */
}

.table-a-lighter {
	background-color: #B4B4D3;   /*  */
}

.table-a-light {
	background-color: #8C8CBB;   /*  */
}

.table-a-medium {
	background-color: #6969A7;   /*  */
}

.table-a-dark {
	background-color: #535385;   /*  */
}

.table-a-darker {
	background-color: #343454;   /*  */
}

.table-a-darkest {
	background-color: #181827;   /*  */
}

/* Table "B" Colors -- GreyGreens */

.table-b-lightest {
	background-color: #DFE6DE;   /*  */
}

.table-b-lighter {
	background-color: #B1C2B1;   /*  */
}

.table-b-light {
	background-color: #87A187;   /*  */
}

.table-b-medium {
	background-color: #638563;   /*  */
}

.table-b-dark {
	background-color: #4E694F;   /*  */
}

.table-b-darker {
	background-color: #314231;   /*  */
}

.table-b-darkest {
	background-color: #171E17;   /*  */
}


/* Table "C" Colors -- Yellow Shades */

.table-c-lightest {
	background-color: #FFFFDD;   /*  */
}

.table-c-lighter {
	background-color: #FFFFBA;   /*  */
}

.table-c-light {
	background-color: #FFFF9B;   /*  */
}

.table-c-medium {
	background-color: #FFFF80;   /*  */
}

.table-c-dark {
	background-color: #CACB66;   /*  */
}

.table-c-darker {
	background-color: #808040;   /*  */
}

.table-c-darkest {
	background-color: #3A3A1D;   /*  */
}



/* Table Grey Shades */

.table-white {
	background-color: #ffffff;    /*  */
}

.table-grey-lightest {
	background-color: #E9E9E9;    /*  */
}

.table-grey-lighter {
	background-color: #C8C8C8;    /*  */
}

.table-grey-light {
	background-color: #A4A4A4;    /*  */
}

.table-grey-medium {
	background-color: #808080;    /*  */
}

.table-grey-dark {
	background-color: #5E5E5E;    /*  */
}

.table-grey-darker {
	background-color: #383838;    /*  */
}

.table-grey-darkest {
	background-color: #181818;    /*  */
}

.table-black {
	background-color: #000000;    /*  */
}



/* Input Field Information */

input {
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	/* verdana, arial, sans-serif */
    font-size: 11px;
}

input.small {
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	/* verdana, arial, sans-serif */
    font-size: 11px;
}

.form-select-small { 
	font-family: helvetica,arial,verdana,tahoma,sans-serif;
	/* verdana, arial, sans-serif */
    font-size: 11px;
}

