/* - - - - - - - - - - - - - - - - - -  - - - - - - */


/*  ..... color schemes ...... 
		1 = black = #000000
		2 = teal = #226C7B
		3 = orange = #D07B38
		4 = gray/blue = #ABC4CD


/*  .............................   */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #ABC4CD;   /*  gray/blue  */
	}
td,  li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
hr {
	height: 3px;
	color: #226C7B;
	}
.bold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

	
/*  Links   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
a:link
	{
    color: #226C7B;
    text-decoration: none;
	}
a:visited
	{
    color: #226C7B;
    text-decoration: none;
	}
a:active
	{
    color: #226C7B;
    text-decoration: none;
	}
a:hover
	{
    color: #D07B38;
    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: #226C7B;
	}
.heading3 	{
	font-size: 16px;
	font-weight: bold;
	color: #D07B38;
	}
.heading4 	{
	font-size: 16px;
	font-weight: bold;
	color: #ABC4CD;
	}


/*  Sub Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

.subhead1 	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.subhead2 	{
	font-size: 14px;
	font-weight: bold;
	color: #226C7B;
	}
.subhead2_lt 	{
	font-size: 14px;
	font-weight: normal;
	color: #226C7B;
	}
.subhead3 	{
	font-size: 14px;
	font-weight: bold;
	color: #D07B38;
	}
.subhead4 	{
	font-size: 14px;
	font-weight: bold;
	color: #ABC4CD;
	}	
	
	
/*  -  Text options -  - -  -  -  - -  -  -  - -  -  -  -   */
.text1 	{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.text2 	{
	font-size: 12px;
	font-weight: normal;
	color: #226C7B;
	}
.text3 	{
	font-size: 12px;
	font-weight: normal;
	color: #D07B38;
	}
.text4 	{
	font-size: 12px;
	font-weight: normal;
	color: #ABC4CD;
	}	

	
.text1_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}	
.text2_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #226C7B;
	}	
.text3_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #D07B38;
	}	
.text4_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #ABC4CD;
	}	

	
.text1_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.text2_sm  	{
	font-size: 10px;
	font-weight: normal;
	color: #226C7B;
	}
.text3_sm  	{
	font-size: 10px;
	font-weight: normal;
	color: #D07B38;
	}
.text4_sm  	{
	font-size: 10px;
	font-weight: normal;
	color: #ABC4CD;
	}	

/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.error	{
	font-size: 12px;
	font-weight: bold;
	color: #D07B38;
	}	

.footer	{
	font-size: 12px;
	font-weight: normal;
	color: gray;
	}	

/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */






