TD{
  font-size : 12px;
  line-height : 18px;
}

H1{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 12px;
}

H2{
  font-size : 16px;
}

.txt{
  padding-left : 15px;
  padding-right : 10px;
}

.contents{
  padding-top : 25px;
  padding-bottom : 5px;
  text-align : center;
  font-weight : bold;
}

STRONG{
  font-size : 14px;
}

A{
  color : navy;
}

.contents-c{
  padding-top : 35px;
  font-weight : bold;
  text-align : center;
}

.footer{
  color : white;
}

.footer A{
  color : white;
}

.txt2{
  font-size : 16px;
  font-weight : bold;
  color : fuchsia;
  padding-top : 28px;
  padding-left : 21px;
}

.l{
  font-size : 12px;
}

.l h2{
  text-align : left;
  padding-left : 12px;
  padding-bottom : 10px;
  padding-top : 20px;
}

.c{
  font-size : 12px;
}

.r{
  font-size : 12px;
}

.c h2{
  text-align : left;
  padding-left : 25px;
  padding-top : 20px;
  padding-bottom : 10px;
}

.r H2{
  text-align : center;
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}


/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 width: 200px;
	 padding: 0px 0px 2px 30px;
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: 10px;
  margin-bottom: 0em;;
}

.rss-item a {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	}
	
.rss-item a:visited {
	text-decoration : none;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}

