/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
 */
 
/* STANDARD */
body				{ font-family: arial, helvetica, sans-serif; font-size: 16px; 
						margin-top: 40px; margin-left: 15px; margin-right: 15px;
					}

.head				{ font-family: arial, helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #000000;  }
						
.content			{ width: 750px; }			
						
.close				{ position: absolute; left: 380px; }						
.close2				{ text-align: center }	
h1					{ font-size: 16px; }					

