/*
    -------------------------------------------------------------------------------
	|  Copyright (C) 2004 Azalea Technology. All rights reserved.                   |
	|-------------------------------------------------------------------------------|
	|  Unauthorized removal of this notice is considered a violation of the         |
	|  license agreement under which this Code may be used. This work is protected  |
	|  under United States copyright law and the similar law(s) of other countries  |
	|  under which such as work is afforded legal protection, and upon conviction   |
	|  of such a violation in a court of applicable jurisdiction, such person(s)    |
	|  may be subject to the maximum allowable penalty as permitted under such law. |
	|-------------------------------------------------------------------------------|
	|  You acknowledge and agree that information presented to you through this     |
	|  site (the "Web Site") is protected by all applicable copyrights, trademarks, |
	|  service marks, patents or other proprietary rights and laws, and by virtue   |
	|  of accessing the Web Site, except as expressly authorized by the Azalea      |
	|  Technology, LLC., you agree not to modify, rent, lease, loan, sell,          |
	|  distribute, store, or create derivative works based on the Web Site, in      |
	|  whole or in part.                                                            |
	 -------------------------------------------------------------------------------

      Organization: Eric Barnes Custom Builders, L.P.
            Domain: www.erickbarnes.com
              Date: Monday, May 23, 2004
           Purpose: Styles for Public Web Site
			  
        Programmer: Benjamin Roberts
		            Azalea Technology, LLC.
					P.O. Box 131150
					Tyler, TX 75713-1150
					903-581-4448
					broberts@azaleatech.com
					http://www.azaleatech.com
*/

a{
	color: #C0C0C0;
   text-decoration: None;
	font-weight: bold;
}

a:hover{
	color: #C28752;
	text-decoration: underline;
}

.normaltext{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Courier New", serif, sans-serif, monospace;
	font-size: 12px;
}
      
.normaltextB{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Courier New", serif, sans-serif, monospace;
	font-size: 12px;
	font-weight: bold;
}

.menu{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Courier New", serif, sans-serif, monospace;
	font-size: 11px;
	font-weight: bold;
}

.copyright{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Courier New", serif, sans-serif, monospace;
	font-size: 11px;
}

.warning{
	font-family: Verdana, Tahoma, Arial, Helvetica, "Courier New", serif, sans-serif, monospace;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.success{
	font-family: Verdana, Tahoma, Arial, Helvetica, "Courier New", serif, sans-serif, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #71B771;
}