/* - - - - - - - - - - - - - - - - - -  - - - - - - */
/*  ..... color schemes ...... 
		background = gray = #cccccc
		
		1 = black = 000000
		2 = red = ff3333
		3 = green  = 006600  
		4 = yellow = ffff00
		5 = brown = ce8820
		
		6 = lt green  = 99cc99		' carla's color
			dk green  = 336633		' carla's color
			
		white = FFFFFF 

/*  .............................   */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	}
td,  li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
.bold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

	
/*  Links   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
a:link
	{
    color: #006600;
    text-decoration: none;
	}
a:visited
	{
    color: #006600;
    text-decoration: none;
	}
a:active
	{
    color: #006600;
    text-decoration: none;
	}
a:hover
	{
    color: #FF3333;
    text-decoration: underline;
	}
	
/*  Forms   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

input, select, option, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
/*  Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.heading1 	{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
.heading2 	{
	font-size: 16px;
	font-weight: bold;
	color: #FF3333;
	}
.heading3 	{
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	}
.heading4 	{
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	}
.heading5 	{
	font-size: 16px;
	font-weight: bold;
	color: #CE8820;
	}


/*  Sub Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

.subhead1 	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.subhead2 	{
	font-size: 14px;
	font-weight: bold;
	color: #FF3333;
	}
.subhead3 	{
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	}
.subhead4 	{
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	}	
.subhead5 	{
	font-size: 14px;
	font-weight: bold;
	color: #CE8820;
	}	

	
/*  -   -  - -  -  -  - -  -  -  - -  -  -  -   */
	.AdPage
{
	COLOR: #000066;
    FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
}

	
/*  -  Text options -  - -  -  -  - -  -  -  - -  -  -  -   */
.text1 	{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.text2 	{
	font-size: 12px;
	font-weight: normal;
	color: #FF3333;
	}
.text3 	{
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	}
.text4 	{
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
	}	
.text5 	{
	font-size: 12px;
	font-weight: normal;
	color: #CE8820;
	}	

	
.text1_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.text2_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FF3333;
	}
.text3_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	}
.text4_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FFFF00;
	}	
.text5_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #CE8820;
	}	

	
.text1_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}	
	
.text4_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	}	
	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.error	{
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
	}	

.footer	{
	font-size: 12px;
	font-weight: normal;
	color: gray;
	}	
.footer2	{
	font-size: 12px;
	font-weight: normal;
	color: #ADC9D2;
	}	
	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */





