/* Contribute text formatting styles */
/* These styles should be the only ones availible in contribute to choose from */

   .welcome
   {
    font-size: 19px;
		color: #CCCCCC;
    font-weight: normal;
    text-align: center;
   }
   
   .photoCaption
   {
    font-size: 14px;
		color: #CCCCCC;
    font-weight: normal;
    text-align: center;
   }
   
   .copyrightPhotoCaption
   {
    font-size: 10px;
		color: #CCCCCC;
    font-weight: normal;
    text-align: center;
   }
  
   .bodyTextJustified
   {
    font-size: 14px;
    color: #CCCCCC;
    font-weight: normal;
    text-align: justify;
   }
   
   .heading
   {
    font-size: 19px;
		color: #CCCCCC;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 0px 0px;
   }
   
   .highlight
   {
		color: #0066CC;
    font-weight: bold;
   }
   
   .bodyTextCentered
   {
    font-size: 14px;
		color: #CCCCCC;
    font-weight: normal;
    text-align: center;
   }
   
   .bodyTextLeft
   {
    font-size: 14px;
		color: #CCCCCC;
    font-weight: normal;
    text-align: center;
   }
