/* -----------------------------------------------------------------------------------------------------
Weston-Westport simple stylesheet for user-selectable styles in Contribute
*/

h1 {
   font-weight: bold;
   line-height: 30px;
   font-size: 18px;
   color: #EF872C;
}
h1.bigblue {
   color: #00356D;
}


h3 {
	font-size: 16px;
	line-height: 12px; 
	font-weight: bold;
	/* font: bold 16px/12px Verdana, sans-serif; */
	margin: 0px;
	text-align: left;
	color: #002A60;

}

h4 {
    color:#00356D; 
    line-height:18px; 
    font-size:16px;
    margin-bottom: 10px;
}

.blueheading {
    font-size:14px;
    font-weight: bold;
    color:#0A3266;
}

.orangetext {
	font-size: 12px;
	line-height: 15px; 
	font-weight: bold;
	/*font: bold 12px/15px Verdana, sans-serif; */
	color: #F08B2E;
}

.strongblue {
	font-size: 13px;
	line-height: 36px; 
	font-weight: bold;
	/* font: bold 13px/36px Verdana, sans-serif; */
	color: #00356D;
}
.mediumblue {
	color:#002A60;
}
.boldblue {
	color:#002A60;
	font-weight: bold;
}

.light {
	color:#3F3F41;
}

.dark {
	color:#2b212a;
	font-weight: bold;
}

