@charset "iso-8859-2";
/* CSS Document */
body {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	outline: none;
	color:#FF6600;
}
a:hover {
	outline: none;
	color:#666666;
}
.clear{
	clear:both;
	/*** these next attributes are designed to keep the div
	height to 1 pixel high, critical for Safari and Netscape 7 ***/
	height:1px;
	overflow:hidden;
	line-height:1px;
	font-size:0px;
	margin: 0px;
}
h1 {
	color: #F26925;
	font-size: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F26925;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
