body {			margin:0px;
				font-family:"Times New Roman", Times, serif;
				font-size: 12px;
				background-color:#006634;			
}

h1 {font:"Times New Roman", Times, serif;
	font-size:22px;
	color:#006634;
	font-style:normal;	
	font-weight:normal;
	margin-bottom:1px;
	margin-top:25px;
	}
	
h2 {font:"Times New Roman", Times, serif;
	font-size:18px;
	color:#053503;
	font-style:normal;	
	font-weight:bold;
	line-height: 40px;
	border-bottom:1px;
	border-bottom-color:#87c00f;
	border-bottom-style:dashed;
	margin-top:25px;
	margin-right:35px;
	}	
	
p { font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#053503;
	font-style:normal;
	font-spacing: 2px;
	font-weight:normal;
	line-height: 20px;
	margin-bottom:20px;
	margin-right:35px;
	text-align:justify;	
}

.msg {
color: #FF0000;
}

a {				color:#87c00f;
				font-size: 14px;
				font-family:"Times New Roman", Times, serif;
				font-weight:bold;
				text-decoration:none;
}

a:link {		color:#87c00f;
				font-weight:bold;
				text-decoration:none;
}

a:visited {		color:#87c00f;
				text-decoration:none;
				font-weight:bold;
}

a:hover {		color:#033500;
				text-decoration:none;
				font-weight:bold;				
}


