@charset "UTF-8";
body {
	background-color: #ff4e00;
	background-image: url(../art/bg_mid.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}
.body_bold {
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-family: "Lucida Grande CE", Arial, Verdana;
	color: #0072bc;
	margin-top: 20px;
	margin-bottom: -6px;
}
h2 {
	font-size: 14px;
	color: #0072bc;
	margin-top: 40px;
	margin-bottom: -10px;
}
a:link  {
	color: #ff4e00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	text-decoration: none;
}
a:visited {
	color: #0072bc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff4e00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
a:active {
	color: #0072bc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	text-decoration: none;
}
ul {
	list-style-type: square;
	margin-left: -14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

