@charset "UTF-8";
a:link {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
	text-transform: none;
	line-height: 13px;
	font-variant: normal;
}
body {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #d3d3d3;
	font-style: normal;
	font-variant: normal;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #ff6600;
	line-height: 11px;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 11px;
}
img {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
	margin: 5px;
}

