
* {
 	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

body, html {
	background-color: #FFFFFF;
	height: 100%;
}

div {
	text-align: left;
}

a {
	text-decoration: none;
	color: black;
}

a:hover, a.active {
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #FE931F;
}

label {
	cursor: pointer;
}

img {
	display: inline;
	behavior: url(/pngbehavior.htc);
}

p {
 	margin: 5px 0px 10px 0px;
}

hr {
	height: 1px;
	background-color: #666666;
	margin: 10px 0px;
	display: block;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	color: #555555;
	font-weight: bold;
	text-align: left;
}

body table {
 	width: 100%;
	height: 100%;
}

#logo {
	width: 207px;
	height: 86px;
}

#site {
	width: 967px;
	height: 727px;
	margin: 15px;
}

#navi_left {
	margin-top: 30px;
	margin-left: 60px;
	width: 169px;
	float: left;
	display: inline;
}

#navi_top {
	margin: 12px 10px 10px 274px;
	color: #FFFFFF;
}

#navi_left a {
	padding: 5px 0px 5px 16px;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	text-decoration: none;
}

#navi_left a:hover, #navi_left a.active {
	color: #000000;
}