/* CSS Document */
body {
	/*text-align:center;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF7F24;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FF7F24;
	font-weight: bold;
	font-style: italic;
}

.style2 {color: #FF7F24}

.style3 {
	font: bold 18px Arial, Helvetica, sans-serif;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF7F24;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



a:link {
	color: #FF7F24;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FF7F24;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF7F24;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FF7F24;
	font-weight: bold;
}
.imagehandje {
	cursor: hand;
}
