/* Start of CMSMS style sheet 'AGM Minutes' */
/********************
CONTENT STYLING
*********************/


div.papertext 	{
 	  	font-size: 110%;
 	  	line-height: 110%;  
 	  	margin: 15px;
  		font-family: Georgia, "Times New Roman", Times, serif;
  		color: black;
  		background-color: white;
  		padding: 36px 54px;  
		border-top: dotted black 1px;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: dotted black 1px;
}

div.letter-header {
  		position: relative;
  		}

.saj {
	color:   black; 
	font-size: 1.2em; 
	text-align: left; 
/* some air around the text */
	text-decoration: underline;
	padding-bottom: 1px;
/* set borders around header */
	border: 0; 
        line-height: 1em;
}


div.papertext p 	{
 	  	 font-size: 1.2em;
 	  	 line-height: 1.2em;  
 	  	 padding: 0;
 	  	 text-align: justify;
 	 	}

div.papertext p.tel 	{
 	  	 font-size: 1em;
 	  	 line-height: 1.1em;  
 	  	 padding: 0;
 	  	 text-align: left;
 	 	}

div.papertext .tel-left1 {
 	  	  float:left;
 	  	  width: 25em;
 	  	 }

 div.papertext .tel-left2 {
 	  	 margin-left: 10em;
 	  	 float:left;
 	  	 width: 25em;
 	  	 }

 div.papertext .fr-tel {
    float:right;
    width: 25em;
}

div.papertext .fl-tel {
    float:left;
    width: 25em;
}

div.hr1 {
/*   height: 1px; */
/*   padding: 0.5em; */
   border-bottom: 1px solid black;
/*   margin: 1em 0; */
}



/* End of 'AGM Minutes' */

