/*-- Body  --*/
body   				{background-color: rgb(255,255,255);
					 font-family: verdana, helvetica, arial, san-serif;}

/*-- General Text (Black) --*/
p, td, div, span,
ul  				{font-size: 8.5pt;
			 		 color: rgb(0,0,0);
			 		 font-family: verdana, helvetica, arial, san-serif;}


/*-- Input Fields (Black) --*/
input, select,
textarea     		{font-size: 8.5pt;
			 		 color: rgb(0,0,0);}



/*-- General Text Links (Dark Red) --*/
a         	  		{color: rgb(129,0,0);}

					
/*-- General Link Hover (Blue) --*/
a:hover      	  	{color: rgb(11,72,117);}


/*-- Page Headings & Subheadings --*/
H1				{color: rgb(129,0,0);
				 font-size: 10pt;}
				
H2				{color: rgb(11,72,117);
				 font-size: 12pt;}
				 
strong			{color: rgb(11,72,117);
				 font-size: 9pt;}		 
				 
				 
/*-- Sections --*/
.grey			{background-color: rgb(86,86,86);
				 color: rgb(255,255,255);}
.grey a			{color: rgb(255,255,255);}
.grey a:hover	{color: rgb(150,150,150);}
.ltgrey			{background-color: rgb(150,150,150);}
.contentgrey	{background-color: rgb(200,200,200);}

.black			{background-color: rgb(0,0,0);}

.red			{background-color: rgb(126,0,1);
				 color: rgb(255,255,255);}
.red a			{color: rgb(255,255,255);
				 text-decoration: none;}
.red a:hover	{color: rgb(175,175,175);}
.white			{background-color: rgb(255,255,255);}
.blue			{background-color: rgb(2,65,116);}


				 
/*-- Menu and old Submenu --*/
.menu a				{color: rgb(150,0,0);
					 font-size: 8pt;
					 font-weight: bold;
					 text-decoration: none;}
.menu a: hover		{color: rgb(129,0,0);}

.submenu			{background-color: rgb(240,240,240);}
.submenu a			{color: rgb(0,0,0);
					 text-decoration: none;}
.submenu a:hover	{color: rgb(200,0,0);}



/*-- Quick Links menu and new Submenus --*/
.dkgrey				{background-color: rgb(163,163,163);
					 color: rgb(255,255,255);
					 font-weight: bold;
					 font-size: 9pt;}
.quick				{background-color: rgb(200,200,200);
					 font-weight: bold;
					 font-size: 9pt;}
.quick a			{color: rgb(255,255,255);
					 text-decoration: none;}
.quick strong a		{color: rgb(126,0,1);
					 font-size: 10pt;
					 text-decoration: none;}
					 
.sub				{background-color: rgb(200,200,200);}
.sub a				{color: rgb(255,255,255);
					 text-decoration: none;
					 font-weight: bold;}
.sub a:hover		{color: rgb(11,72,117);
					 text-decoration: underline;}
					 
.expand				{background-color: rgb(200,200,200);}
.expand a			{color: rgb(0,0,0);
					 text-decoration: none;}
.expand a:hover		{color: rgb(200,0,0);}

/* Redesign */

.small					{color: #969696; font-size: 7pt;}
.whitehd			{color: #ffffff; font-weight: bold;} 