/* Presentation Stylesheet */ 
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;	
	color: #878887;	
}

img {
border: 0px;
}

#tabs a {
	text-decoration: none;
}

#tabs a:hover {
	text-decoration:underline;
}

a {
	text-decoration:underline;
	color: #878887;	
} 

a:hover {
	text-decoration: none;
}

a #footer_menu {
}

#site_info {
	text-align: right;
	font-size: 10px;
}

h1 {
	font-weight:bold;
	font-size:xx-large;
	margin: 0px;
	color: #878887;
 }
 
h2 {
	font-weight:bold;
	font-size:x-large;
	color: white;
	margin: 0px;
	margin-bottom: 5px;
}

h3 {
	font-weight:bold;
	font-size:large;
	color: white;
	margin: 0px;
}

h4 {
	font-weight:bold;
	font-size:x-large;
	margin: 0px;
}

p {
 	font-size: large;
 	margin: 0px;
	margin-bottom: 5px;
 	line-height:1.2em;
	color: #878887;
}
 
#tcssidebar p {
 	font-size: large;
 	margin-bottom:5px;
 	line-height:1.2em;
	color: white;
	margin: 0;
}

#tcssidebar a {
	font-size: large;
	color: white;
}
#tcssidebar ul {
	color: white;
	margin-top: 5px;
	margin-bottom: 10px;
}

#tcssidebar li {
	color: white;
}

 .rss-items {
 	margin: 0px;
	padding: 10px	
}	

 .rss-item {
 list-style-type: none;
 margin-bottom: 5px;
 }

 .rss-item a  {
	font-size: 24px;
	
}

