	body {
		margin:10px 10px 10px 10px;		
		}
	A 		{ color: #125B11; text-decoration: underline; }
	A:link	{ color: #125B11; text-decoration: underline; }
	A:visited	{ color: #125B11; text-decoration: underline; }
	A:active	{ color: #125B11;  }
	A:hover	{ color: #125B11;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}
		
	.sticker { 
		font-family: verdana, arial, sans-serif; 
		font-size: xx-small; 
		color: #FFFFFF; 
		background: #125B11;
		font-weight: normal;
		}

	.content-justify { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: justify; 
		}

	.content-center { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: bold;
		text-align: center; 
		}

	.content-left { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: left; 
		}

	.copyright { 
		font-family: verdana, arial, sans-serif; 
		font-size: xx-small; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: center; 
		}
		
	.tag { 
		font-family: verdana, arial, sans-serif; 
		font-size: xx-small; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: center; 
		}

	.question { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: bold;
		text-align: left; 
		margin-bottom: 10px; 
		}

	.answer { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: justify; 
		}

	.contact-colored { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #125B11; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: left; 
		margin-left: 10px; 
		}

	.contact-normal { 
		font-family: verdana, arial, sans-serif; 
		font-size: 10pt; 
		color: #000000; 
		background: #FFFFFF;
		font-weight: normal;
		text-align: justify; 
		margin-left: 10px; 
		}