body, p, td, li, ul, div { color: #000000; font-family: Arial; font-size: 13px; font-weight: 650;  }
a, th {font-family: Arial; color: #0000FF; text-decoration: underline; }
a:hover {text-decoration: none} 
div {font-family: Arial; font-size: 10px; font-weight: normal; }
h1 {font-family: Arial; font-size: 20px; font-weight: normal}
h2 {font-family: Arial; font-size: 18px; font-weight: normal}
h3 {font-family: Arial; font-size: 14px; font-weight: normal}
h4 {font-family: Arial; font-size: 12px; font-weight: normal}
h5 {font-family: Arial; font-size: 10px; font-weight: normal}
h6 {font-family: Arial; font-size: 9px; font-weight: normal}
b {font-weight: bold}
.style2 {color: #CCCCCC}

/* begin styles for RSS Feed */

.rss-box {
	 padding: 2px 4px;
	 background-color: #ffffff;
	 border-top: 1px dotted #006699;
	 border-right: 2px solid #009933;
	 border-bottom: 3px solid #CCFF33;
	 border-left: 4px solid #006699;
}
p.rss-title {padding:0.5em;}
.rss-title, .rss-title a:link
{
	font-size: 125%;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	text-align:center;
}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: #0000FF;
}

.rss-items {
	list-style:none;
	padding:0.5em; 
}

.rss-item  {
  font-size: 100%;
  margin-bottom: 1em; 
  text-decoration : none;
  padding-bottom: 0.5em;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #0000FF;
	font-size: 105%;
	font-weight: bold;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #0000FF;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #333;
	} 
