body {  font-family: Verdana, Arial, Helvetica; font-size: 1pt; color: #000000; background-color: #FFFFFF}
A.main:link { font-family: "Arial"; font-size: 16px; font-weight: bold; color: #FFFFFF; background:#3399FF }
A.main:visited { font-family: "Arial"; font-size: 16px; font-weight: bold; color: #FFFFFF; background:#3399FF }
A.main:hover { font-family: "Arial"; font-size: 16px; font-weight: bold; color: #33CCFF; background:#3399FF }
A.main:active { font-family: "Arial"; font-size: 16px; font-weight: bold; color: #000099; background:#3399FF }
A.links:link { font-family: "Arial"; font-size: 17px; color: #FFFFFF }
A.links:visited { font-family: "Arial"; font-size: 17px; color: #FFFFFF }
A.links:hover { font-family: "Arial"; font-size: 17px; color: #33CCFF }
A.links:active { font-family: "Arial"; font-size: 17px; color: #FFFFFF }
A:link { font-family: "Arial"; color: #0000FF }
A:visited { font-family: "Arial"; color: #0000FF }
A:hover { font-family: "Arial"; color: #33CCFF }
A:active { font-family: "Arial"; color: #000099}
h5 { color: #FFFFFF; background:#0000FF; border-width: 1px; border-color:#0000ff; border-style:outset }

.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-weight: bold; font-size: 10pt}
.tooltipcontent{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 10pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;}

#rssBox{ /* The main box for the rss scroller */
		width:207px;
		margin:5px;
		float:right;
		height:193px;	
		border:2px solid #FFFFFF;
		padding:1px;
		font-size:0.9em;
		background-color:#FFFFFF;

		
		/* Never change these two values */
		overflow:hidden;
		position:relative;

	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#FFFFFF;	/* White background color */
		
	}
	
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#317082;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#F00;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}