/*------------------------------------------------------------
	COMMON ELEMENTS
--------------------------------------------------------------*/
body {
	margin: 10px;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}
input,textarea {
	font-size: 12px;
}

p{font-size:1.2em}
strong{font-size:1.1em}

h2,h3 {
	color: #F49D20;
}
h3,h4 {
	text-decoration: underline;
}
h4 {
	color : #12195F;
}
strong.error {
	color: red;
}
