body   				{background-color: rgb(255,255,255);
			 		 font-family: verdana, helvetica, arial, san-serif;}
               
p, td, div, span,
ul  				{font-size: 8.5pt;
			 		 font-family: verdana, helvetica, arial, san-serif;
			 		 color: rgb(0,0,0);}
			 		
input, select, textarea
			 		{font-size: 8.5pt;
			 		 font-family: verdana, helvetica, arial, san-serif;}
			 		 
a					{color: rgb(145,1,5);}
a:hover				{color: rgb(247,148,29);}

H1					{font-size: 10pt;}
em					{color: rgb(0,52,113);}

.nav				 {background-color: rgb(0,52,113);
						 color: rgb(255,255,255); border : 1px solid Black;
						text-align : center;
						padding-bottom : 2px;
						padding-top : 2px;
}
.nav a				{color: rgb(255,255,255); text-decoration: none;}
.nav a:hover	 {color: rgb(255,255,255);
						 text-decoration: underline;}
						 
.blue				{background-color: rgb(0,52,113);
					 color: rgb(255,255,255);}
.blue a				{color: rgb(255,255,255);
					 text-decoration: none;}
.blue a:hover		{color: rgb(255,255,255);
					 text-decoration: underline;}

.red				{background-color: rgb(192,4,9);}
.red p				{color: rgb(255,255,255);}
.red H1				{font-size: 12pt;
					 color: rgb(70,1,1);}


.dkred				{background-color: rgb(145,1,5);
					 color: rgb(255,255,255);}
.dkred p			{color: rgb(255,255,255);}
.dkred H1			{font-size: 12pt;
					 color: rgb(255,255,255);}
.dkred a			{color: rgb(255,255,255);
					 text-decoration: none;}



.orange				{background-color: rgb(247,148,29);}
.ltred				{background-color: rgb(210,103,103);}
.black				{background-color: rgb(0,0,0);}
.white				{background-color: rgb(255,255,255);}