/* - - - - - - - - - - - - - - - - - -  - - - - - - */
/*  ..... color schemes ...... 
		background = black = #000000
		
		1 = black = 000000  -- or 211D1E
		2 = red = EA2227
		3 = dk gray  = 5D5C51    
		4 = med gray = A39A91
		5 = white = FFFFFF
		
		light gray = CCCCCC

/*  .............................   */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	}
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: #000000;
    text-decoration: none;
	}
a:visited
	{
    color: #000000;
    text-decoration: none;
	}
a:active
	{
    color: #EA2227;
    text-decoration: none;
	}
a:hover
	{
    color: #EA2227;
    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: #EA2227;
	}
.heading3 	{
	font-size: 16px;
	font-weight: bold;
	color: #5D5C51;
	}
.heading4 	{
	font-size: 16px;
	font-weight: bold;
	color: #A39A91;
	}
.heading5 	{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}


/*  Sub Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

.subhead1 	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.subhead2 	{
	font-size: 14px;
	font-weight: bold;
	color: #EA2227;
	}
.subhead3 	{
	font-size: 14px;
	font-weight: bold;
	color: #5D5C51;
	}
.subhead4 	{
	font-size: 14px;
	font-weight: bold;
	color: #A39A91;
	}	
.subhead5 	{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}	

	
/*  -   -  - -  -  -  - -  -  -  - -  -  -  -   */
	.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: #EA2227;
	}
.text3 	{
	font-size: 12px;
	font-weight: normal;
	color: #5D5C51;
	}
.text4 	{
	font-size: 12px;
	font-weight: normal;
	color: #A39A91;
	}	
.text5 	{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}	

	
.text1_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.text2_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #EA2227;
	}
.text3_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #5D5C51;
	}
.text4_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #A39A91;
	}	
.text5_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}	

	
.text1_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}	
.text2_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #EA2227;
	}	
.text3_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #5D5C51;
	}	
.text4_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #A39A91;
	}	
.text5_bold	{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.error	{
	font-size: 12px;
	font-weight: bold;
	color: #EA2227;
	}	

.footer	{
	font-size: 12px;
	font-weight: normal;
	color: gray;
	}	
.footer2	{
	font-size: 12px;
	font-weight: normal;
	color: #ADC9D2;
	}	
	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */






