<style>

img {
  float: right;
  margin: 0 0 1em 1em;
  padding: 0;
}

#rss_content {
  font-family: Arial;
  font-size: 12px;
	line-height: 1.4;
}
#rss_content p {
	margin-top: 0;
	overflow: auto;
}

.clear {
	clear: both;
}
	#rss_content blockquote br.clear {
		clear: none;
	}

#rss_content blockquote{
  font-size: 11px;
  color: #333333;
}

#rss_content .date {
  font-size: 9px;
  color: #333333;
	display: block;
}

a:link {
  color: #49176D;
  outline: medium none;
  text-decoration: none;
font-weight: bold;	
}

a:visited {
  color: #49176D;
  outline: medium none;
  text-decoration: none;
}

a:hover {
  color: #49176D;
  outline: medium none;
  text-decoration: underline;
}

a:active {
  outline: medium none;
  text-decoration: none;
}

input[type="submit"] {
	padding: 0.2em 0.75em 0.1em;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #49176D;
	font-family: "TradeGothicW02-BoldCn20 675505", "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.03em;
}

input, select, textarea, .button, #global_search fieldset {
  -moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background-color: #FFF8E7;
	border-style: none;
	padding: 0.5em 1em;
	-moz-box-shadow: 1px 1px 3px #888888 inset;
	-webkit-box-shadow: 1px 1px 3px #888888 inset;
	box-shadow: 1px 1px 3px #888888 inset;
	font-size: 12px;
  }

.button, a.button, input[type="submit"] {
	display: block;
	border: 0 none;		
	color: #FFFFFF;
	background-color: #49176D;
	font-size: 14px;
	padding: 0.3em 0.75em 0;
	font-size: 1.3em;
	margin-top: 0.5em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

#nav {
	position: relative;
	float: right;
	margin: -10px 0px 0px 5px;
	font-size:12px;   
	height: 25px;
}
 
#nav a { 
	margin: 0px 0px 0px 5px; 
	padding: 3px 5px 3px 5px; 
	border: 0px solid #ccc; 
	background: #fff; 
	text-decoration: none;
    color: #56007e;
}
#nav a.activeSlide { 
	background: #bbb
}

#nav a:focus { 
	outline: none; 
}

</style>
