body {
	font-style : normal;
	font-weight : normal;
	font-size : 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	margin: 15px 0px 0px 0px;
	font-size: 250%;
	font-family: arial;
	font-weight: normal;
	color: #FF5A00;
	font-style: normal;
}

h2 {
	margin-top: 15px;
	font-family: arial;
	font-size: 120%;
	font-weight : bold;
	color:#FF5A00;
	font-style: normal;
}

p {
	line-height: 180%;
}

li {
	line-height: 150%;
}

legend {
	color: #FF6600;
}

.error {
	color: #FF0000;
	font-weight : bold;
}


/*-----------------------------------------------------------------*/


hr {
	border: 1px solid #ff6600;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/*-----------------------------------------------------------------*/


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 100%;
	text-decoration: none;
}

/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #ff6600;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}