* {
	font-family: Arial, Helvetica, sans-serif;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}



a {
	outline:none;
	text-decoration:none;
	
}

a img {
	border:0;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #006400;
	margin-bottom:10px;
}

a {
	color:#006400;
	text-decoration:none;
}
	a:hover {
		color:#d00;
	}

ul,ol {
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content,td {
	font-size:9pt;
	line-height:180%;
	color:#333;
}

.news_date  {
	margin:0 0 0 20px;
}

.title *,h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:normal;
	font-style:normal;
	line-height:110%;
	letter-spacing:normal !important;
	color: #006400;
	padding-bottom:10px;
	border-bottom:1px dotted black;
}
.title a,h1 a {
	color: #006400;
}
.title a:hover,h1 a:hover {
	color:red;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:bold;
	font-style:normal;
	line-height:110%;
	letter-spacing:normal !important;
	color: #006400;
	padding:10px 0 0 0;
	border-bottom:0px dotted black;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
