BODY {font-weight: normal; 
		  font-size: 14pt;
		  line-height: 15pt; 
		  font-family: helvetica; 
		  font-variant: normal;
		  font-style: normal;
		  background-color: #FFFFFF;
		  border-width: thin;
		  color: darkgreen;
	}

TABLE {font-weight: normal; 
		  font-size: 10pt;
		  line-height: 13pt; 
		  font-family: helvetica; 
		  font-variant: normal;
		  font-style: normal;
		  background-color: #FFFFFF;
		  color: darkgreen; 
		  border-width: 0px; 
		  border-spacing: 2px;
		  border-style: none;
		  border-color: darkgreen;
		}

TD {
		  border-width: 1px; 
		  border-spacing: 0px;
		  border-style: none;
		  border-color: darkgreen;
		  background-color: #FFFFFF;
		}

A:link {
		text-decoration: none;
		font-weight: normal;
		color: darkblue;
	}

A:visited {
		text-decoration: none;
		font-weight: normal;
		color: darkblue;
	}

A:active {
		text-decoration: none;
		font-weight: normal;
		color: darkgreen;
	}

A:hover {
		text-decoration: underline;
		font-weight: bold;
		color: darkgreen;
	}

/* preluate din css de la PKP */

#header {
    width: 100%;	
    background-color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
}


#main {
    font-weight: normal; 
	font-size: 13pt;
	line-height: 14pt; 
	font-family: helvetica; 
}

