table
	{
	/* border: 1px lightblue dotted; */
	}
td
	{
	font: 10px Verdana;
	vertical-align: top;
	/* border: 1px lightblue dotted; */
	}
p
	{
	line-height:1.4;
	font-size: small;
	/* text-align: justify; */
	}
li
	{
	padding-bottom:10px;
	}
.date
	{
	font: 8px Verdana;
	}
.content p
	{
	text-align:justify;
	}
.headline
	{
	font: 30px Verdana bold;
	font-weight:bold;
	padding-bottom:0px;
	}
.menu th
	{
	font: 14px Verdana;
	vertical-align: top;
	background-color: #AAAAAA;
	/* border: 1px lightblue dotted; */
	}
.menu td
	{
	background-color: #BBBBBB;
	cursor: pointer;
	}
.pageTitle
	{
	font: 33px Courier New bold;
	font-weight:bold;
	padding-bottom:0px;
	}
.pageTitle a:link
	{
	font: 33px Courier New bold;
	font-weight:bold;
	padding-bottom:0px;
	color:black;
	}
.pageTitle a:visited
	{
	font: 33px Courier New bold;
	font-weight:bold;
	padding-bottom:0px;
	color:black;
	}
.pageTitle a:active
	{
	font: 33px Courier New bold;
	font-weight:bold;
	padding-bottom:0px;
	color:black;
	}
.pageTitle a:hover
	{
	font: 33px Courier New bold;
	font-weight:bold;
	padding-bottom:0px;
	text-decoration:none;
	color:black;
	}
.banner
	{
	width:467px;
	height:60px;
	background-color:dodgerblue;
	border:1px silver solid;
	}
.banner img
	{
	cursor: pointer;
	}
.copyright
	{
	font: 6px Verdana bold;
	font-weight:bold;
	color:silver;
	}
.illustration
	{
	text-align:left;
	font: 10px Verdana bold;
	color: gray;
	line-height:1.1;
	padding:10px;
	}
.illustration img
	{
	width: 200px;
	cursor: pointer;
	}

.newsfeed
	{
	border:1px silver solid; 
	height:20px; 
	width:467px; 
	clip:auto; 
	overflow:hidden;
	font-family: Courier New, OCR A Extended, Verdana bold;
	font-size: 12px;
	}

.flashDemo
	{
	font: 10px Verdana bold;
	border:5px silver outset;
	background-color: #DDDDDD;
	width: 550px;
	height: 435px;
	clip:auto;
	overflow:hidden;
	text-align: right;
	position: absolute;
	left: 50px;
	}

.tooltip
	{
	font: 12px Verdana normal;
	color: dodgerblue;
	padding: 20px;
	border: 2px silver outset;
	background-color: cornsilk;
	position: absolute;
	}

a:link {color: #127CC6; font-weight: normal; cursor: pointer; text-decoration:none;}
a:visited {color: dodgerblue; font-weight: normal; cursor: pointer; text-decoration:none;}
a:active {color: orange; font-weight: normal; cursor: pointer; text-decoration:none;}
a:hover {color: #0F5BA4; font-weight: normal; cursor: pointer; text-decoration:underline;} 

.printOnly
	{
	display: none;
	}

.clock
	{
	width:70px;
	height:70px;
	}


