/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
 */
 
/* STANDARD */
body				{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 1.5; color: #333333;
						margin-top: 40px; margin-left: 15px; margin-right: 15px;
						background-color: #ffffff; background-image: url('../images/IMG_orangebar.gif'); background-repeat: repeat-x;  }

.head				{ font-family: courier; font-size: 18px; font-weight: bold; color: #000000; font-variant: small-caps; 
						width: 400px; height: 30px; text-align: right; padding-right: 15px; 
						background-color: #efefef; border-bottom: 1px solid #df7e5e; }
						
.content			{ width: 400px; margin-top: 25px; margin-top: 25px; }			
						
.close				{ position: absolute; left: 380px; }						
.close2				{ text-align: center }	
h1					{ font-size: 16px; }					
