/* TEXT STYLES */

/* paragraph margins */
p.text { margin-left: 16px; margin-bottom: 12px; }

p.heading { margin-top: 30px; margin-bottom: 16px; }
p.main_title { margin-left: 17px; }
p.main_title { margin-top: 14px; }
p.large_subhead { margin-bottom: 20px; }
p.medium_subhead { margin-top: 0px; margin-bottom: 0px; }
p.bodytext_intro { margin-bottom: 12px; }
p.bodytext { margin-bottom: 10px; }
p.base_panel_title { margin-left: 10px; }
 
a.address_grey:hover { color: #FF6FFF; }

/* rollover styles */
a.bodytext_link:hover { color: #FCE200; } /* yellow */


.heading { 
	font-size: 18px; 
	color: #5E5D62; /* grey */  
	font-weight: bold; 
}

.text {
	font-size: 11px; 
	color: #5E5D62; 
	line-height: 14px; 
 }

.section_heading {
	font-size: 14px; 
	color: #808080; /* dk grey */
	font-weight: bold; 
}

p.section_heading {
	margin-left: 5em;
}

span.arrow  {
	margin-right: 0.4em;
}

p.image_box {
	color: #808080; /* dk grey */
	font-size: 0.7em;
	letter-spacing: 0.04em; 
	line-height: 2em;
	font-weight: bold;
}

p.home_text_black {
	font-size: 0.75em; 
	color: #000000; 
	letter-spacing: 0.03em; 
	line-height: 1.8em; 
	font-weight: normal;
 }

span.home_text_grey {
	font-size: 100%; 
	color: #5E5D62; 
}

.main_title {
    font-size: 120%;
    font-weight: bold;
    color: #333333;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em; 
	color: #000000; 
	letter-spacing: 0.04em; 
	line-height: 2em; 
	font-weight: normal;
 }

select {  /* select dropdowns for search form */
 background-color: white; 
	color: #808080; /* dk grey */
	font-size: 0.8em;
	letter-spacing: 0.04em; 
	line-height: 2em;
	font-weight: normal;
	width: 85%;
}

.bodytext_intro {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	text-align: left;
	font-weight: bold;
}


/* Arthur's Additions for Gallery Static Pages */
P.GALLERY_text_YELLOW {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #FFC400;
	LINE-HEIGHT: 16pt;
	LETTER-SPACING: 0.03em;
	text-align: right;
}
P.GALLERY_text_GREY {
	FONT-WEIGHT: normal; FONT-SIZE: 11pt; COLOR: #999999; LINE-HEIGHT: 16pt; LETTER-SPACING: 0.03em
}
.gallery_text1_grey {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #999999; LINE-HEIGHT: 12pt; LETTER-SPACING: 0.03em
}

a.submit_text  { 
	font-size: 100%;
	line-height: 200%;
	color: #999999;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

a.submit_text:hover { color: #333333; text-decoration: underline; }

