/* TEXT STYLES */

/* paragraph margins */
p.address { margin-left: 0px; margin-top: 6px; }
p.heading { margin-bottom: 6px; }
p.news_heading { margin-bottom: 6px; }
p.news_text { margin-bottom: 6px; }
p.body_text { margin-bottom: 6px; }
p.sub_heading { margin-top: 0px; margin-bottom: 6px; }

/* rollover colors */
a.address_link:hover, a.news_link:hover, a.diary_text:hover, a.bluebody_text_bold:hover,
a.bluebody_text_link:hover, a.news_headline:hover, a.dk_brey_body_link:hover { color: #920041; } /* tring red */
a.body_text_link:hover { color: #FFCC00; } /* tring gold */
a.pic_links:hover { color: #920042; } /* tring red */
/* a.pic_links:visited { color: #333399; } /* blue */
a.diary_link:hover { color: #920041; } /* tring red */
 
/* main colors */
/* grey */ .address, .address_link, .diary_heading, .diary_text, .body_text_link,   { color: #909090; } 
/* brey */   { color: #9BA4AD; } 
/* dk_brey */ .diary_text, .diary_link, .body_text, .section_heading, .small_note, .dk_brey_body_link{ color: #57616A; }
/* blue */ .heading, .intro_text, .news_heading, .news_text, .news_link, .sub_heading, .small_blue_note,
.bluebody_text, .bluebody_text_bold, .bluebody_text_link, .news_headline, .pic_links { color: #333399; }
/* white */ .diary_heading, .timetable_week, .sub_heading_white { color: #FFFFFF; } 
/* crimson */ .tsheading, .tssection_heading, .sub_heading_crimson { color: #940042; } 
/* red */ .news_headline_red, .small_red_note { color: #BB0511; } 
/* orange */ .heading_WorldC, .sub_heading_WorldC { color: #EF5A22; }

.address {	
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
}

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

.heading {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}

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

.news_heading, .section_heading {
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
}

.news_text {
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2;
}

.news_link {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	line-height: 1.2;
}

.diary_heading {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
}

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

.diary_text {
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2;
}

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

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

.body_text_link {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	line-height: 1.3;
}

.sub_heading {
	font-size: 90%;
	font-weight:bold;
	text-decoration: none;
	line-height: 1;
}

.sub_heading_white {
	font-size: 90%;
	font-weight:bold;
	text-decoration: none;
	line-height: 1;
}

.sub_heading_crimson {
	font-size: 90%;
	font-weight:bold;
	text-decoration: none;
	line-height: 1;
}
.small_note { /* for instructions etc */ 
	font-size: 60%; 
	font-weight: normal;
}

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

.tssection_heading {
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
}

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

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

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

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

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

.pic_links {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2;
}

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

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

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

.heading_WorldC {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}

.sub_heading_WorldC {
	font-size: 90%;
	font-weight:bold;
	text-decoration: none;
	line-height: 1;
}
