body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link 
{
	text-decoration: none;
	color:#0000CC;
	font-size:12pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.bodytext
{
	color:#FFFFFF;
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.menutext
{
	color:#333333;
	font-size:9pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.bullettext
{
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.bodytext
{
	color:#000000;
	font-size:12pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.heading1
{
	color:#6666FF;
	font-size:14pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.heading2
{
	color:#6666FF;
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.heading3
{
	color:#000000;
	font-size:14pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.heading4
{
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.heading5
{
	color:#000000;
	font-size:18pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.errortext
{
	color:#FF0000;
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #ededed;
	 border: 2px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bolder;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : normal; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color:#6666FF;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #6666FF;
	}
