/*
lt tan:  rgb(232,233,222)
		 #E8E9DE
dk tan:  rgb(217,217,196)
		  #D9D9C4
red:     rgb(196,9,74)
			#C4094A
new red: rgb(198,43,84)
			#C62B54
dk grey: rgb(157,165,171)
			#9DA5AB
lt grey: rgb(231,232,233)
			#E7E8E9
blue: rgb(0,93,164)
		#005DA4
purple: rgb(73,71,157)
		#49479D
*/	


h1 {
	margin-bottom: 20px;
	line-height: 20px;
	color: rgb(198,43,84);
	}
	
h2 {
	margin-bottom: 20px;
	line-height: 20px;
	color: rgb(198,43,84);
	}

h3 {
	margin-bottom: 3px;
	color: rgb(198,43,84);
	}
	
h4 {
	margin-bottom: 3px;
	color: rgb(198,43,84);
	}
	
h5 {
	font-size: 1em;
	font-weight: normal;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

.Page_Heading {
	color: rgb(198,43,84);
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
.Section_Heading	{
	color: rgb(198,43,84);
	font-size:18px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
.emphasis {
	font-weight: bold;	
	}

.italics {
	font-style: italic;	
	}
	
.huge_tan_dark {
	color: rgb(217,217,196);
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height:36px;
	}
.huge_tan {
	color:	rgb(232,233,222);
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 36px;
	}
.huge_dark_grey {
	color:rgb(157,165,171);
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 36px;
	}
	
.huge_blue {
	color: rgb(0,93,164);
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 36px;
	}

.huge_red {
	color: rgb(198,43,84);
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 36px;
	}

.huge_black {
	font-size:36px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 36px;
	}
	
.huge_teal {
	color: rgb(0,126,152);
	font-size:36px;
	margin-bottom: 20px;
	line-height: 36px;
	}
	
.huge_purlple {
	color: rgb(73,71,157);
	font-size:36px;
	margin-bottom: 20px;
	line-height: 36px;
	}

.large_blue {
	color: rgb(0,93,164);
	font-size:24px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 24px;
	}

.large_red {
	color: rgb(198,43,84);
	font-size:24px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	}

.large_black {
	font-size:24px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	}

.large_teal {
	color: rgb(0,126,152);
	font-size:24px;
	margin-bottom: 20px;
	line-height: 24px;
	}
	
.large_purlple {
	color: rgb(73,71,157);
	font-size:24px;
	margin-bottom: 20px;
	line-height: 24px;
	}

.medium_red {
	color: rgb(198,43,84);
	font-size:18px;
	line-height: 18px;
	}

.medium_black {
	font-size:18px;
	line-height:18px;
	}

.medium_teal {
	color: rgb(0,126,152);
	font-size:18px;
	line-height: 18px;
	}
	
.medium_purlple {
	color: rgb(73,71,157);
	font-size:18px;
	line-height: 18px;
	}
	
.small_red {
	color: rgb(198,43,84);
	font-size:12px;
	line-height: 12px;
	}

.small_black {
	font-size:12px;
	}

.small_teal {
	color: rgb(0,126,152);
	font-size:12px;
	}
	
.small_purlple {
	color: rgb(73,71,157);
	font-size:12px;
	}

table.default_table  {
	border: solid 3px rgb(198,43,84);
	background-color:rgb(232,233,222);
	border-collapse: collapse;		
	}
table.default_table td {    
	 border: solid rgb(198,43,84) 3px;
	 }
	 
table.blue_table  {
	border: solid 3px rgb(51,102,153);
	background-color:rgb(232,233,222);
	border-collapse: collapse;		
	}
table.blue_table td {    
	 border: solid rgb(51,102,153) 3px;
	 }
	 
#main-content img.image_border {
	border: 1px rgb(157,165,171) solid;
}