@charset "utf-8";
/* CSS Document */
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:0E3B82;
}
a {
	text-decoration: none;
}
a.1 {
	text-decoration: none;
	color: 000000;
}
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}

.H2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
}

.m14 {
	font-family: Myriad Pro;
	font-size: 14px;
	font-style: normal;
}
.H1{
	font-family: Myriad Pro;
	font-size: 16px;
	font-style: normal;
}
.m21 {
	font-family: Myriad Pro;
	font-size: 21px;
	font-style: normal;
}
#rssBox{ /* The main box for the rss scroller */
	width:170px;
	margin:5px;
	float:center;
	height:120px;
	border:1px solid #ADCDFB;
	padding:3px;
	font-size:0.8em;
	background-color:#ADCDFB;
	/* Never change these two values */
		overflow:hidden;
	position:relative;
	z-index: 100;

	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#ADCDFB;	/* Light blue 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;
	}
