/***********************************************/
/* about_control.css for 2 columns             */
/* css rules common to many folders            */
/***********************************************/
#event1 img {
   float:right;
   margin-top:20px;
   width:300px;
   height:200px;
}  
#event2 img {
   float:right;
   margin-top:20px;
   margin-right:30px;
   width:300px;
   height:200px;
}
#event1 p {
   float:right;
   margin-top:20px;
   margin-right:30px;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
}
#event2 p {
   float:right;
   margin-top:20px;
   margin-right:30px;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
}
.galph1 img {
   margin-top:20px;
   width:300px;
   height:200px;
}   
.galph2 img {
   display:inline;
   margin-top:20px;
   margin-left:30px;
   width:300px;
   height:200px;
}
.galph1 span {
   text-align:center;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
   width:300px;
}
.galph2 span {
   display:inline;
   text-align:center;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
   width:300px;
}

.galph1txt {
   text-align:center;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
   width:300px;
}
.galph2txt {
   text-align:center;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
   width:300px;
}
.galphtxt {
   display:inline;
   text-align:center;
   font:"Times New Roman", Times, serif;
   font-size:9px;
   font-weight:bold;
   width:300px;
}

/*   End of factsheet folder definitions       */
