/* Parish bulletin logo text */

/* Lent 2008 right border */ 
 #right-col {
 position:absolute;
 top:90px; right:230;
 width:230px;
 margin:0; padding:0;
 z-index:2;
 color:#ffffff;
 text-align:left;
 }
 .bulletinhead {
    position:relative; 
    color:black;  
    text-align: left ; 
    font-style: italic; 
    font-family: "Times New Roman", serif ;
   }
td.eventdate {
    font-size: medium; font-weight:normal;  
    color:white;  
		border-style: outset; 
		text-align:center; 
		vertical-align:top; 
 }
td.eventdesc {
    font-size: medium; font-weight:normal;  
    color:white;  
		border-style: outset; 
		text-align:left; 
		vertical-align:middle;
 }
 
td.mimnotice {
		color: yellow; 
		font-size: medium;
		font-weight: bold; 
		background:black url(/images/mimlogo60x90.gif) left center no-repeat; 
		height:100px; 
		padding:0 6px 0 60px; 
		text-align:center;
}

a.mimnotice {
		font-size: small;
}
a.mimnotice:link    { color: yellow; text-decoration: underline; font-weight: normal; }
a.mimnotice:visited { color: yellow; text-decoration: underline; font-weight: normal; }
a.mimnotice:hover   { color: yellow; text-decoration: underline; font-weight: bold;   }
a.mimnotice:active  { color: yellow; text-decoration: underline; font-weight: normal; }

