A:link { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: teal; TEXT-DECORATION: underline; }
A:hover { COLOR: red; TEXT-DECORATION: underline; }
A:visited { COLOR: teal; TEXT-DECORATION: underline; }

BODY { MARGIN: 0px; BACKGROUND-COLOR: #006668; }
TD { COLOR: black; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	/*FONT-SIZE: 12px;*/ FONT-SIZE: 9pt; FONT-WEIGHT: normal; }
H1 { COLOR: black; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	/*FONT-SIZE: 16px;*/ FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
H2 { COLOR: black; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	/*FONT-SIZE: 16px;*/ FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
H3 { COLOR: black; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	/*FONT-SIZE: 16px;*/ FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
H4 { COLOR: black; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	/*FONT-SIZE: 16px;*/ FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
HR { COLOR: lightgrey; HEIGHT 1px; }
SELECT { COLOR: black; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	FONT-SIZE: 8.5pt; FONT-WEIGHT: normal; }
FORM { MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; }

.background { BACKGROUND-COLOR: white }

.normal { COLOR: black; FONT-WEIGHT: normal;}
.bold { FONT-WEIGHT: bold; }
/* 
	note that historical considerations prompted the use of this "title...subsubtopic"
	scheme of header management instead of the more normal "<hx>" usage.
*/
.title { COLOR: #b0b0b0; /*FONT-SIZE: 16px;*/ FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
.topic { COLOR: black; /*FONT-SIZE: 14px;*/ font-size: 11pt; FONT-WEIGHT: bold; }
.subtopic { COLOR: black; FONT-WEIGHT: bold; FONT-SIZE: 10pt; }
.subsubtopic { COLOR: black; FONT-WEIGHT: bold; FONT-SIZE: 9pt; }

.quote { COLOR: teal; FONT-WEIGHT: normal; FONT-STYLE: italic; }

/* reportedly used only for image captions. */
.footnote { COLOR: #808080; FONT-SIZE: 9pt; FONT-WEIGHT: normal; FONT-STYLE: italic; }

.question { COLOR: #990000; FONT-WEIGHT: bold; }
.mission { COLOR: teal; FONT-WEIGHT: bold; FONT-STYLE: italic; }

.legal_note { COLOR: #990000; FONT-WEIGHT: bold; }


.city { COLOR: teal; 
	/*FONT-SIZE: 13px; */
	FONT-SIZE: 9pt; FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 3px;
}
.citydots { COLOR: lightgrey; FONT-WEIGHT: normal; }
.bioname { COLOR: black; /*FONT-SIZE: 16px;*/ font-size: 12pt; FONT-WEIGHT: bold; }

.news_teaser { COLOR: #206060; FONT-WEIGHT: normal; FONT-STYLE: italic; }

/* 
	news_img is a border specification for images embedded in the news stories.
	The reasoning is that it will be easier for MadRad staff to edit the
	news pages without using graphics editors to create a drop-shadow effect.
	
	Note that older browsers might not render this very satisfactorily.
	Note also that the use of this would be questionable on some browsers
	since this border specification replaces the "border='0'" attribute
	that normally suppresses the default hyperlink border around images.
*/
.news_img { BORDER-STYLE: solid; BORDER-WIDTH: 2px; BORDER-COLOR: #409090; }

.footer { COLOR: darkgray; FONT-WEIGHT: normal; TEXT-DECORATION: none; }
.footer A:link { COLOR: darkgray; TEXT-DECORATION: none; }
.footer A:hover { COLOR: darkgray; TEXT-DECORATION: underline; }
.footer A:visited { COLOR: darkgray; TEXT-DECORATION: underline; }

.disp_table { BACKGROUND-COLOR: #409090; }
.disp_table th { BACKGROUND-COLOR: #d0e0e0; font-size: 9pt;}
.disp_table td { BACKGROUND-COLOR: #ffffff; }

.em_list {
	COLOR: #990000;
}

.click_caption { FONT-SIZE: 8.5pt; COLOR: #307070; }

/* 
	netscape_fix does not currently contain formatting information. It is
	actually something more like the OO concept of a "tagging interface",
	a contentless declaration, in code, that provides metadata. (It's 
	possible, however, that further browser compatibility testing will 
	cause this to be converted into a "real" class, in order to cope with 
	inconsistent rendering. In case this has happened, CHECK the other 
	stylesheets for directives with this same classname -- YHBW.)
	
	In this case, the metadata provided is the information that the sole 
	reason for the table's existence is to work around the NS4.7 bug that
	loses formatting for any paragraph content subsequent to a table, when
	both are enclosed in an outer <td> tagset.
	
	
*/
.netscape_fix {   }
