body{
	margin : 0 2% 0 2%;
	background-color : white;	
	font-family : Arial, Helvetica, sans-serif;
}

H1{
	color : #0C6C3C;
	font-size : 21px;
	font-weight : 400;
	margin : 0 0 15px 0;
	border-bottom : 1px solid black;
	clear : both;
}

H2{
	color : #0C6C3C;
	font-size : 17px;
	font-weight : bold;
	margin : 0 0 15px 0;
	padding : 10px 0 0 0;
	clear : both;
}

P{
	font-size : 12px;
	text-align : justify;
}


A{
	color : blue;
	text-decoration : none;
}

A:hover{
	color : #0C6C3C;
	text-decoration : underline;
}

B, Strong{
	color : #0C6C3C;
}


label{
	font-weight : normal;
	color : #0C6C3C;
}

legend{
	background-color : white;
	padding : 0 10px 0 5px;
	margin-bottom : 1em;
	font-weight : bold;
	font-size : 13px;
}

fieldset{
	margin-bottom : 1em;
	padding : 0.3em;
	border : 1px dashed #606;
}

input, Textarea{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border : none;
	background-color : #f0f0f0;
	padding : 1px 3px 1px 3px;
}


div{
	font-size : 12px;
}


