td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* globally define all Links to have the color white, and NOT show the underline: */
a {
	color:#FFFFFF;
	text-decoration:none;
}

.tablewhite {
	font-family: Arial, Helvetica, sans-serif;
	     color: #ffffff;
}


a:HOVER {color:#000099}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
; font-style: italic
}

.brief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.storylink {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: #B90000;
text-decoration: none;
}
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* This is the css style that will make your text blink. According to Google, IE does not and probably 
    will  not ever suppport this :-). I'm trying it in place of an animated GIF, which I don't have 
	time or patience for today
*/
.blinkytext {
	text-decoration: blink;
	font-size:18px;
 }