
/* Heading Styles
----------------------------------------------- */

h1 {
	font-size: 19px;
	color:  #000000; 
	font-weight: 400;
	line-height: 1.2;
	}

h2  {
	font-size: 17px;
	color:  #298ac7; 
	font-weight: 400;
	line-height: 1.2;
	}

h3 {
	font-size: 13px;
	color:  #f39105; 
	font-weight: 700;
	line-height: 1.2;
	}

h4, H5, H6 {
	font-size: 12px;
	color:  #f39105; 
	font-weight: 700;
	line-height: 1.2;
	}
	
	
/* Generic Formatting
----------------------------------------------- */
  
.small {
	font-size: 11px;
	}

.large {
	font-size: 13px;
	}

.red {
	color: #CC0000;
	font-style:italic;
	}

.green{
	color: #339900;
	font-style:italic;
	}
	
.Black{
	color: #000000;
	font-style:bold;
	}
	
.greenbold{
	color: #339900;
	font-style:bold;
	}