/* PLEASE COPY ANY RELEVANT CHANGES IN 'STYLE.CSS' INTO THIS STYLESHEET */

/* HTML tags - Start */
	html, body {  
		border: 0; 
		margin: 0; 
		padding: 0; 
	}

	body {
		font-size: 62.5%;
		font-family: Arial, Helvetica, sans-serif;

	}

	a:link, a:visited, a:active {
		color: #708090;
		font-weight: bold;
		text-align: justify;
		text-decoration:underline;
	}
	
	a:hover {
		text-decoration: none;
	}
/* HTML tags - End */

/* SECTION SPECIFIC - START */
	/* Investor Section - Start */
		.news_table {
			margin: 0px;
			font-size: 1.1em;
			font-weight: normal;
			text-align: justify;
			line-height: 1.5em;
			color: rgb(119,119,119);
			background-color: #FFFFFF;
		}
	
		.news_table td {
			vertical-align: top;
			padding-left: 6px;
			padding-right: 6px;
			padding-bottom: 5px;
		}
	/* Investor Section - End */
/* SECTION SPECIFIC - END */
