/* press_release.css */
/* Used for press releases */

body
	{ font-family:Arial, Helvetica, Verdana, sans-serif;
	  font-size:10.0pt;
	  font-weight:normal; 
	  text-align:left;
	  margin: 10px 30px 10px 40px;
	  width: 750px;  }
	
h1 { font-size:14.0pt;
	 font-weight:bold; 
	 text-align:center; }

h2 { font-size:12.0pt;
	 font-weight:normal; 
	 text-align:center; }
	 
h3 { font-size:10.0pt;
	 font-weight:bold; 
	 text-align:left;
	 text-decoration:underline; }
	 
strong { font-weight:bold; }

#contact {
			background-image: url("../../ima/pressreleases/IMALogo.gif"); 
			background-repeat: no-repeat;
			background-position: top left;
			padding-left: 110px;
			padding-top: 12px;
			padding-bottom: 36px; }

