


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


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


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

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

a.c:hover
		                   {color: #ffffff; 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: 5px;
	            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: 14px;
	           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; 
			  }

.redtextmedium
	          {
			  color:#760000; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:14px; 
			  }
	
.redtextbig
	          {
			  color:#760000; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:16px; 
			  }	
	
.italictext
	          {
			  color:#A07945; 
			  font-weight:normal; 
			  text-decoration: none; 
			  font-family:Arial; 
			  font-size:11px; 
			  font-style:italic;
			  }
	
.button      {
	          border: 1px solid #78201b;
	          background:#f1da7e;
	          font-family:Arial;
	          font-weight:bold;
	          font-size: 11px;
	          color: #78201b;
	          line-height:16px;
			  }
.border       {
	          border-color:#000000;  
	          border-width:2px;
              border-style:solid;             
	          }
			  
.border1      {
	          border-color:#dcc34d;  
	          border-width:medium;
              border-style:solid;             
	          }
			  
.border2      {
	          border-color:#760000;  
	          border-width:2px;
              border-style:solid;             
	          }			  
			  
             
