


a, a:link, a:active, a:visited 
                           {color:#ffffff; font-size:12px; font-family:Arial; font-weight:bold; text-decoration:none;}


a, a:hover                     
                           {color:#f1bd0d;  font-size:12px; font-family:Arial; font-weight:bold; text-decoration:none;}


a.b, a.b:link, a.b:visited, a.b:active
		                   {color: #60000C; text-decoration: none; font-family:Arial; font-weight:bold; font-size: 12px}

a.b:hover
		                   {color: #D58722; text-decoration: none; font-family:Arial; font-weight:bold; font-size: 12px}
		
		
a.c, a.c:link, a.c:visited, a.c:active
		                   {color: #f1bd0d; text-decoration: none; font-family: Arial; font-weight:bold; font-size: 12px}

a.c:hover
		                   {color: #60000C; text-decoration: none; font-family: Arial; font-weight:bold; font-size: 12px}


td, tr, p                  {color: #000000; text-decoration: none; font-family:Arial; font-weight:normal; font-size: 13px;}


body            {
	            margin-left: 0px;
	            margin-top: 30px;
	            margin-right: 0px;
	            margin-bottom: 0px;
	            background-image:url(../images/bg.jpg);
                }

.blacksmall    {
	           font-family:Arial;
	           font-size: 12px;
	           color: #000000;
               }

.blackmedium   {
	           font-family:Arial;
	           font-size: 14px;
	           color: #000000;
               }

.blackbold     {
               font-family:Arial;
	           font-size: 16px;
	           color: #000000;
	           font-weight: bold;
               }

.yellowsmall   {
	           font-size: 12px;
	           color: #dcc34d;
	           font-weight: bold;
               }
			   
.yellowmedium  {
	           font-size: 14px;
	           color: #dcc34d;
	           font-weight: bold;
               }

.yellowbig     {
	           font-size: 16px;
	           color: #dcc34d;
	           font-weight: bold;
               }

.whitetext        {
	           font-family:Arial;
	           font-size: 12px;
	           color: #ffffff;
               }
			   
.whitetextbold {
	           font-family:Arial;
	           font-size: 14px;
	           color: #ffffff;
			   font-weight:bold;
               }

.text
	          {
			  color: #333333; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:14px;
			  }

.redtextsmall
	          {
			  color:#760000; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:12px; 
			  font-weight:bold;
			  }
.blacktextsmall
	          {
			  color:#000000; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:12px; 
			  font-weight:Bold;
			  }

.redtextmedium
	          {
			  color:#760000; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:16px; 
			  font-weight:bold;
			  }
	
.redtextbig
	          {
			  color:#760000; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:18px; 
			  font-weight:bold;
			  }	
	
.italictext
	          {
			  color:#A07945; 
			  font-weight:normal; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:11px; 
			  font-style:italic;
			  }
	
.button      {
	          border: 2px solid #ffffff;
	          background:#771900;
	          font-family:Arial;
	          font-weight:bold;
	          font-size: 11px;
	          color: #ffffff;	          
			  }
.border       {
	          border-color:#000000;  
	          border-width:3px;
              border-style:solid;             
	          }
			  
.border1      {
	          border-color:#dcc34d;  
	          border-width:medium;
              border-style:solid;             
	          }
.button1      {
	          border: 2px solid #ffffff;
	          background:#771900;
	          font-family:Arial;
	          font-weight:bold;
	          font-size: 14px;
	          color: #ffffff;	          
			  }
			  
			  
             
