/* CSS Document */

/* TEXT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #626262;
	}
	
p {
	margin: 0;
	padding: 0 0 13px 0;
	}	

h1 {
	position: absolute;
	font-size: 0;
	left: -1000px;
   }
   	
h2 {
	position: absolute;
	font-size: 0;
	left: -1000px;
	}
	
.newsPostDetailTitle {
	margin: 0;
	padding: 0 0 5px 0;
	}
   
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #626262;
	}
	
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: lighter;
	text-decoration: none;
	color: #626262;
	margin: 0;
	padding: 15px 0 4px 0;
	}
	
/*.list li {
	list-style-image: url(../images/widgets/li-arrow.gif);
	margin: 0 -25px 0 -25px;
	padding: 0 0 3px 0;
	}*/

#footer p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	}

