	.box {
		border: 1px solid #99CC99;
		background-color: #F0F0F0;
		opacity: 0.8;
		-moz-opacity:0.8;
		filter:alpha(opacity=80);
	}
	
	.box .texttit {
		color: #006000;
	}
	.box h2 {
		color: #006000;
	}
	
	a {
		color: #1A59AF;
		font-weight: bold;
		text-decoration: underline;
	}
	a:hover, a:visited:hover {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		color: #3B6CAE;
		font-weight: bold;
		text-decoration: underline;
	}
	.texttit {
		color: #2F9831;
		font-weight: bold;
		margin-bottom: 4px;
	}
	body, td, p {
		font-family: Arial, Helvetica, sans-serif;
/*		text-align: justify;*/
		font-size: 12px;
	}
	h1 {
		font-family: Verdana, Arial, Helvetica; 
		font-size: 15px; 
		color: #2F9831; 
		font-weight: bold; 
	}
	h2, .title {
		font-family: Verdana, Arial, Helvetica; 
		font-size: 13px; 
		color: #2F9831; 
		font-weight: bold; 
	}
