/* CSS Document */

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 
} 

div.feedburnerFeedBlock ul li span.headline { 
font-weight:bold; 
display:block; 
margin:10px 0 0 0; 
}

.feedburnerFeedBlock .headline a { 
color:black; 
text-decoration:none; 
cursor:default;
}

div.feedburnerFeedBlock { 
border:0px solid #ddd; 
background-color:#FFFFFF; 
padding:0px; 
}

.feedBurnerFeedBlock { 
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 9.5px; 
  color: #000033;
} 
.feedBurnerFeedBlock a:link{
  color:black;} 
.feedBurnerFeedBlock a:visited{
  color:black;} 
.feedBurnerFeedBlock a:hover{
  color:black;} 

#creditfooter { 
  display: none; 
}

html,body {
	padding-top:0cm;
	padding-bottom:0cm;
	padding-right:0cm;
	overflow-x: auto;
	overflow-y: auto;

	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}

html>body #wrap {height:100%;} /* 100 % height */

#header {
	width:100%;
	height:5em;
}

html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}

html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:6em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#footer {
	width:100%;
	height:5em;
}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

h1,h2,h3,h4,div,p,bottom
{
	font-family: arial; 
	page-break-before: avoid;
	page-break-after: avoid;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	font-style: normal;
	margin: 0;
	padding: 0;
	background-color:green;
	color: #ffffff;
	padding-left: .15cm;
	padding-right: .25cm;
	
}

h2 {
	font-size: 16px;
	font-style:normal;
	margin: 0;
	padding: 0;
}

h3,div,p,li {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

a img { border: none ; }

h1 a:link
{
color : #FFFFFF;
}
