
/* Top Strip */

.ts-orange				{background: rgb(254,152,8);}
.ts-yellow				{background: rgb(255,205,93);}



/* Banner */
.bn-reg					{background: rgb(45,70,93);}
.bn-dark				{background: rgb(37,67,90);}
.bn-grey				{background: rgb(148,148,148);}



/* Buttons */
.but-grey				{background: rgb(175,175,175);}
.button a				{color: rgb(0,0,0);}



/* Under Button Strip */
.Orange2				{background: rgb(255,137,3);}
.Yellow22				{background: rgb(243,205,114);}


/* Head */
.Orange3				{background: rgb(253,157,19);}
.DkOrange				{background: rgb(177,91,0);}
.head					{color: rgb(255,255,255);
						 font-style: italic;
						 font-weight: normal;
						 font-family: times, serif;
						 font-size: 20px;}
.headtext				{color: rgb(255,255,255);}
.headtext a				{color: rgb(255,255,255);
						 font-weight: bold;
						 text-decoration: underline;}


/* General */
BODY 					{background: rgb(239,239,239);}

p, td, th, div, span, 
ul, textarea, input,
select, option 	    	{font-size: 11px;
					 	 font-family: arial, helvetica, san-serif;
					 	 color: rgb(0,0,0);}	

a						{color: rgb(199,4,4);}
a:hover					{color: rgb(199,4,4);}	

em						{font-weight: bold;
					 	 font-style: normal;
					 	 color: rgb(45,70,93);}
			 	 						
					
					
					


/* Foot */

.ft-orange				{background: rgb(254,152,8);
						 color: rgb(255,255,255)}
.ft-orange a			{color: rgb(255,255,255);
						 text-decoration: underline;}
.ft-yellow				{background: rgb(255,205,93);}
.ft-dark				{background: rgb(37,67,90);
						 color: rgb(255,255,255)}
.ft-dark a				{color: rgb(255,255,255);
						 text-decoration: underline;}
.ft-grey				{background: rgb(148,148,148);}



/* News */

.news					{background: rgb(51,87,118);
						 color: rgb(255,255,255)}
.news p					{background: rgb(51,87,118);
						 color: rgb(255,255,255)}
.news a					{color: rgb(255,255,255);
						 text-decoration: underline;
						 font-weight: bold;}

.newshead				{color: rgb(255,255,255);
						 font-style: italic;
						 font-family: times, serif;
						 font-size: 18px;}








 	 	 			 	 	 
			 	 	 
 