.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;
}
.yellow-bold-txt2 {
	color: #e29207;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.blue-normal-txt1 {
	color: #999966;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-normal-txt {
	color: #999966;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blue-heading-txt {
	color: #1C3549;
	font-size: 18px;
	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: #3E5160;
	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;
}
.yellow-bold-txt1 {
	color: #998E24;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #162938;
}
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: #041527;
}
.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: none;
}
.yellow-links:visited {
	text-decoration: none;
	color: #998E24;
}
.yellow-links:hover {
	text-decoration: none;
	color: #FCD500;
}
.yellow-links:active {
	text-decoration: none;
	color: #FCD500;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #e29207;
 margin: 0px;
 padding: 0px;
 text-decoration:underline;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: 90%;
 font-weight: bold;
 text-align:center;
 color: #929A75;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 85%;
 font-weight: bold;
 color: #929A75;
 margin: 0px;
 padding: 0px;
 text-decoration: underline;
 text-align:center;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 text-decoration: underline;
}
/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 98%;
	 background-color: #EEE;
	 border: 1px solid silver;
	 
}
.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: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

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

.rss_item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 7pt;
	color: red;
	}

