/* CSS Document */
body,td,th {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0 0 0 0;
}
body {
	background-color: #000000;
	background-image: url(images/crest_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
.greek {font-size: 18px;
		 font-family:Symbol;
		 font-weight: bold;
		 }
.rushdates {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	}
.rushevents {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	}
.rushdesc {
	text-align: right;
	color: #FF0000;
}
.footnotes {
	color: #999999;
	font-size: 12px;
}
.headline {
	text-align: left;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}
.boldtext {
	font-weight: bold;
}
.menu { font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #871215;
		}
.menu2 { font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		}
P.invis  {display:none}
P.show   {display:inline}