@charset "utf-8";
/* CSS Document
Need to reformat the International ministry write-ups to be consistent with ones we are now adding.  For consistency:

   1.
      font size is 14 for title, address, "contact" headings and "wish list" heading
   2.
      no bolding on these captions
   3.
      Malta Contact and Wish List should be underlined. 
   4.
      The Heading "contact"should be changed to "Malta Contact" or Malta Contacts" depending on how many names are listed.  
   5.
      At Boston Health Care for the Homeless write-up, need to change the caption Ministry Contacts" to "Malta Contacts".      

*/

.misTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:14pt;
background-color:#eeeeee;
padding:6px,30px;
border-top:2px solid #999999;
border-bottom:2px solid #999999;
margin-bottom:30px;
}

.misAddress{
font-size:13pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.misMaltaContactTitle{
font:"Times New Roman", Times, serif;
font-size:14pt;
text-decoration:underline;
}



.misContactFirst{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;

}

.misContactOther{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
}

.misPhone{
font-family:"Times New Roman", Times, serif;
font-size:12pt;
}

.misText{
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:150%;
}

.misWishList{
font-family:"Times New Roman", Times, serif;
font-size:16pt;
text-decoration:underline;
}

.misSubWishList{
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:150%;
font-size:12pt;
text-decoration:underline;
}

a:link,a:visited{
color:#930101;
text-decoration:underline;
}

li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	margin:5px;
}

.indent{
	margin-left:15px;
}


