/* Osteopathic Heritage CSS Document */

/* 	Base Colors 
	Dark Blue - #1b242a
	Gray - # a5acaf
	
	Sub-Brand Colors
	Dk Blue 645 - #734abc
	Dk Blue 550 - #8cb8c6
	Dk Green 450 - 4f4c25
	Green/Yellow 617 - #c6bf70
	Dk Mauve 7533 - #4a3c31
	Pink 7522 - #b6735c
	Natural 7530 - #aa9c8f
	Natural 7501 - #dbceac
	
	*/
	
	
/*	Font Styles */

.heading {
	color: #1b242a;  /* change color */
	font-size: 25px;
	line-height: 26px
	}
	
.subheading1 {
	color: #1b242a;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold
	}	
	
.subheading2 {
	color: #1b242a;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold
	}		
	
	

	
	

