/* ACRIS.COM CSS */

body { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; background-color: #e9e9ea;}

/* new styles */



.orangeBoxBack {  background-image:  url('images/orange_box.gif');
	    height: 223px;
	    width: 325px;
	    background-repeat: no-repeat;
	
}

.orangeBoxBack2 {  background-image:  url('images/orange_box2.gif');
	    height: 223px;
	    width: 445px;
	    background-repeat: no-repeat;
	
}	

.greyBoxBack {  background-image:  url('images/grey_box.gif');
	    height: 96px;
	    width: 592px;
	    background-repeat: no-repeat;
	
}

.greyBlendBack {  background-image:  url('images/grey_blend.jpg');
	    height: 92px;
	    width: 718px;
	    background-repeat: no-repeat;
	
}

.grey12 { font-family: Arial, Helvetica, Geneva; 
			FONT-SIZE: 12px;
			line-height: 16px;
			color: #999a9c; }
			
.grey11 { font-family: Arial, Helvetica, Geneva; 
			FONT-SIZE: 11px;
			line-height: 16px;
			color: #999a9c; }		
			
.grey10 { font-family: Arial, Helvetica, Geneva; 
			FONT-SIZE: 10px;
			line-height: 12px;
			color: #999a9c; }
			
.black12 { font-family: Arial, Helvetica, Geneva; 
			FONT-SIZE: 11px;
			line-height: 14px;
			
			color: #000000; }	
			
.optional { font-family: Arial, Helvetica, Geneva; 
			FONT-SIZE: 10px;
			font-style: italic;
			line-height: 13px;
			color: #000000; }		

.orange16Bold { font-family: Arial, Helvetica, Geneva; 
			   FONT-SIZE: 18px;
			   font-weight: bold;
			   line-height: 20px;
			   color: #F78F1E; }
.orange14 { font-family: Arial, Helvetica, Geneva; 
			   FONT-SIZE: 14px;
			   line-height: 17px;
			   color: #F78F1E; }

.orange20 { font-family: Arial, Helvetica, Geneva; 
			   FONT-SIZE: 20px;
			   line-height: 22px;
			   color: #F78F1E; }			   
			   
.grey14Bold { font-family: Arial, Helvetica, Geneva; 
			   FONT-SIZE: 14px;
			   line-height: 17px;
			   font-weight: bold;
			   color: #757679; }
			   
.green14Bold { font-family: Arial, Helvetica, Geneva; 
			   FONT-SIZE: 14px;
			   line-height: 17px;
			   font-weight: bold;
			   color: #008066; }

.green20 { font-family: Arial, Helvetica, Geneva; 
			   FONT-SIZE: 20px;
			   line-height: 2px;
			   color: #008066; }
			   
.inputBox  { font-size: 11px;
	         height: 18px;
	         font-family: Arial,Verdana;
	         color: #999a9c;
	         border-style: solid;
	         border-width: 1px;
	         border-color: #999a9c; }

.email10orange:link { font-family: Arial, Helvetica, Geneva; FONT-SIZE: 10px; text-decoration: underline; color: #F78F1E; }
.email10orange:visited { font-family: Arial, Helvetica, Geneva; FONT-SIZE: 10px; text-decoration: underline; color: #F78F1E; }
.email10orange:active { font-family: Arial, Helvetica, Geneva; FONT-SIZE: 10px; text-decoration: underline; color: #F78F1E; }
.email10orange:hover { font-family: Arial, Helvetica, Geneva; FONT-SIZE: 10px; text-decoration: underline; color: #008066; }

		   

ul.list1{ margin:0px 20px 0px 20px; padding:0; list-style: none; }

ul.list1 li{ 
	      margin:0; 
	      padding: 0px 15px 10px 15px; 
	      color: #999a9c; 
	      font-weight: normal;
	      font-size: 12px; 
	      text-decoration: none;
	       background-image: url('images/orange_arrow.gif'); 
	       background-repeat: no-repeat; background-position: 0 4px; }


