/* Start of CMSMS style sheet 'contribute' */
@charset "UTF-8";
/* CSS Document */

h1-normal-font-green  {

  color: #B0E052;
  font-size: 3.0em;
  font-weight: bold;
  line-height: 14px;
  margin-top: 1.5em;
  margin-bottom: .8em;
}


h1-normal-font-white {

  color: #ffffff;
  font-size: 3.0em;
  font-weight: bold;
  line-height: 14px;
  margin-top: 1.5em;
  margin-bottom: .8em;
}


.h1-Geargia-font-green {

  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 34px;
  color: #B0E052;
  font-weight: bold;
  line-height: 14px;
  margin-top: 1.5em;
  margin-bottom: .8em;
  
}

.h1-Geargia-font-white {

  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  line-height: 14px;
  margin-top: 1.5em;
  margin-bottom: .8em;
  
}


.h2-green {

  color: #B0E052;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: .8em;
  margin-top:20px;
  margin-bottom:20px
  
}

.h2-white  {

  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: .8em;
  margin-top:20px;
  margin-bottom:20px
  
  }
  
  
.h3-green {

  color: #B0E052;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 14px;
  margin-bottom:20px;
  margin-top:20px;
}


.h3-white {

  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 14px;
  margin-bottom:20px;
  margin-top:20px;
}

.uppercase {

text-transform:capitalize;


}

.lowercase  {

text-transform:lowercase;


}

.p-white  {

	font-size: 1.3em;
	color: #B0E052;
	
}

.p-green  {

	font-size: 1.3em;
	color: #ffffff;
	
}

.p-green-bold  {

	font-size: 1.3em;
	color: #B0E052;
	font-weight:bold;
		
}


.p-white-bold  {

	font-size: 1.3em;
	color: #ffffff;
	font-weight:bold;
		
}


/* Music page  code for bulett list   */
	
.un-order_list {
	margin-bottom: 0.6em;
	padding-bottom: 0.5em;
	list-style-type: none;
	list-style-image: url(../images/music_small_dot/small_music_dot.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

/* End of code for Music page  bulett list   */
/* End of 'contribute' */

