/* TEXT STYLES */

/* paragraph margins */
p.display_heading { margin-top: 0px; margin-left: 0px; }
p.display_ref_white { margin-top: 10px; margin-left: 0px; }
p.page_heading { margin-top: 0px; margin-left: 20px; }
p.intro_text, p.intro_text_white, p.intro_text_red { margin-top: 0px; margin-bottom: 8px; }
p.intro_heading { margin-top: 10px; margin-bottom: 8px; }
p.home_link { margin-left: 30px; }
p.case_heading { margin-top: 30px; }
p.case_title { margin-top: 10px; margin-bottom: 30px; }
p.case_text { margin-bottom: 10px; }
p.caption { margin-top: 10px; }
p.range_title { margin-bottom: 10px; }

/* rollover colors */
a.pink_bold_text:hover { color: #00CC00; } 
a.main_link:hover { color: #E7FF00; }
a.page_link:hover { color: #C50052; }
a.intro_text_link:hover { color: #FFFFFF; }
a.intro_jump_link:hover { color: #C50052; }
a.home_link:hover { color: #FFFF00; } /* yellow */
a.range_title_link:hover { color: #FFFF00; } /* yellow */

/* colors */
.note_text_white, .home_link { color: #FFFFFF; } 
.display_ref_white, .main_link, .page_link, .display_heading_white, .case_text,
.intro_text_white, .intro_jump_link, .case_title, .caption { color: #000000; } 
.display_heading, .display_ref_blue, .page_heading, .note_text { color: #28587B; } /* mid-blue #306995*/
.intro_text, .intro_heading, .case_heading, .range_title, .range_title_link { color: #355071; } /* dk blue */
.intro_text_link, .intro_text_red { color: #C50052; } /* dk red */


.page_heading {	
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
}

.body_text {	
	font-size: 80%;
	font-weight: normal;
	line-height: 1.4;
}

.field_text { 
	font-size: 11px;
	letter-spacing: 1px;
	color: #465E75;
}

.note_text_white, .note_text { 
	font-size: 10px;
	line-height: 1.5;
}

.display_heading, .display_heading_white {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

.display_ref_white {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.3;
}

.display_ref_blue {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
}

.main_link, .page_link {	
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
}

.intro_heading {	
	font-size: 115%;
	font-weight: normal;
	line-height: 1.4;
}

.intro_text_white {	
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
}

.intro_text_red {	
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
}

.intro_text {	
	font-size: 70%;
	font-weight: normal;
	line-height: 1.4;
}

.intro_text_link {	
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
}

.intro_jump_link {	
	font-size: 120%;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
}

.home_link {	
	font-size: 80%;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
}

.case_heading {
	font-size: 95%;
	font-weight: normal;
	line-height: 1;
}

.case_title {
	font-size: 85%;
	font-weight: normal;
	line-height: 1.3;
}

.case_text {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.3;
}

.caption {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.3;
}

.range_title {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3;
}

.range_title_link {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}

