a:link
{
	color: rgb(0,51,204); 
}
span.quote   { font-family: Franklin Gothic Medium; font-size: 10pt }
.quotes      { font-family: Franklin Gothic Medium; font-size: 10pt }
.disclaimer  { font-family: Courier; font-size: 10pt }
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(60,118,178);
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153);
	table-background-color: rgb(204,204,204);  
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(60,118,178);
}
h2
{
	color: rgb(60,118,178); 
}
h3
{
	color: rgb(60,118,178); 
}
h4
{
	color: rgb(60,118,178);
}
h5
{
	color: rgb(60,118,178);
}
h6
{
	color: rgb(60,118,178);
}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 95%;
	 background-color: #F2F4FA;
	 
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: rgb(60,118,178);
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 9pt;
	background-color: #3C76B2;
	color: #F2F4FF;
	font-weight:bold;
	text-align: left;
}
.rss-title a:visited {
	color: #F2F4FF;
}

.rss-item  {
  font-size: 8pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:rgb(0,51,204);
	font-size: 8pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: rgb(51,153,102);
}

.rss-date {
	font-size: 7pt;
	color: #990033;
	}