.copyright-txt {
	color: #7E7951;
	font-size: 11px;
	font-family: Tahoma;
}
.grey-bold-txt {
	color: #9E9D99;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 .h1-tag{
 	color: #336633;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.yellow-bold-txt2 {
	color: #ef6102;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.blue-normal-txt1 {
	color: #929A75;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.yellow-normal-txt {
	color: #808863;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.blue-heading-txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.brown-bold-txt1 {
	color: #97521B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-bold-txt2 {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey-normal-txt {
	color: #9B998D;
	font-size: 11px;
	font-family: Tahoma;
}
.blue-bold-txt3 {
	color: #49758E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #013202;
}
.yellow-bold-txt1 {
	color: #998E24;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #013202;
}
a:link {
	color: #a2a5b4;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #97521B;
}
a:hover {
	text-decoration: none;
	color: #E1B500;
}
a:active {
	text-decoration: none;
	color: #013202;
	background-color: #013202;
}
.grey-links:link {
	color: #a2a5b4;
	text-decoration: underline;
}
.grey-links:visited {
	text-decoration: none;
	color: #9E9D99;
}
.grey-links:hover {
	text-decoration: none;
	color: #E1B500;
}
.grey-links:active {
	color: #9999FF;
}
.blue-links:link {
	color: #a2a5b4;
	text-decoration: underline;
}
.blue-links:visited {
	text-decoration: none;
	color: #9E9D99;
}
.blue-links:hover {
	text-decoration: none;
	color: #E1B500;
}
.blue-links:active {
	text-decoration: none;
	color: #E1B500;
}
.yellow-links:link {
	color: #998E24;
	text-decoration: underline;
}
.yellow-links:visited {
	text-decoration: none;
	color: #998E24;
}
.yellow-links:hover {
	text-decoration: none;
	color: #FCD500;
}
.yellow-links:active {
	text-decoration: none;
	color: #FCD500;
}
.top-links:link {
	color: #edf004;
	text-decoration: underline;
}
.top-links:hover {
	text-decoration: none;
	color: #ff2400;
}
.top-links:visited {
	text-decoration: underline;
	color: #fff;
}
 h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	text-align:center;
	font-weight:900;
	color:#000;
	font-family: Ravie, "Rage Italic", "Saved By Zero", Stargit, "Walt Disney Script v4.1";
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 98%;
	 background-color: #F0EBE1;
	 border: 1px solid #DCC8AA;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 8pt;
	background-color: #990000;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
}

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

.rss-item a {
	color:navy;
	font-size: 8pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: black;
}

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

/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ffffff;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: #ffffff;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: #ffffff;
   }
.pod-play:hover em {
   background: #000;
   color: #ffffff;
   }
   