

a:link, a:visited  {
	text-decoration: none;
}

body,td   
{ 
	font-family: 		Geneva, Arial, Verdana, sans-serif; 
	font-size: 			9pt;  
	color:				#222222;
	line-height: 		180%; 
	margin-bottom: 		1px; 
	margin-top: 		0px;
	margin-left: 		6px;
}


/* Main heading, usually centered */
h1 {

	font-weight: bold;
	margin-top: 1px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #595959;
	margin-bottom: 10px;
	line-height: 30px;

}

/* 2nd level sub heading */
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 25px;
	color: #595959;
	margin: 20px 0 15px 0;
}

/* Sub Items in main body of text */
h3  {
	font: 			11pt Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-weight: 	bold;
	margin-bottom: 	0px;
	/* line-height: 	19px;
	margin-bottom: 	2px;
	margin-top: 	2px;
	margin-left: 	0px;
	line-height:	100%; */
}
/*  Heading4 is used as a sub heading in forms */
h4  {
	font-family: 	Verdana; 
	font-size: 		8pt;
	color: 			#333333;
	margin-bottom: 	5px;
	margin-top: 	5px;
	line-height:	100%;
}

p.err {color:#C00;}


/* When opening any PIMSform in a new tab/window, it will be displayed in this container */
#containerR {
	display:		block;
	max-width: 		650px;
	align:			center;
	margin-top:		5px;
	
	padding:		5px 5px 5px 5px;
	/*border: 		1px solid #CC0000;*/ 
}
