@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
img {
	margin: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}
#header {
	width: 980px;
	background-image: url(../images/header.png);
	background-color: transparent;
	height: 110px;
}
#name {
	color: #FFFFFF;
	float: right;
	margin-right: 50px;
	margin-top: 70px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#navigation {
	width: 980px;
	background-image: url(../images/navigation.png);
}
#content {
	width: 980px;
	background-image: url(../images/background.png);
}
#footer {
	width: 980px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 80px;
}
#copyright {
	color: #FFFFFF;
	float: right;
	margin-right: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#columnCenter {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#columnLeft {
	width: 180px;
	background-color: #666666;
	height: 400px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}
#columnRight {
	background-color: #CCCCCC;
	height: 400px;
	width: 620px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	float: left;
}
#title {
	padding-left: 20px;
}
#title2 {
	padding-left: 100px;
}
#columnCenterKin {
	margin-right: 85px;
	margin-left: 90px;
}
#NaviA {
	background-image: url(../images/hyperbg.png);
	width: auto;
	height: 25px;
	padding-top: 6px;
	padding-left: 50px;
	background-repeat: no-repeat;
	padding-right: 0px;
}
#columnCenterLeft {
	float: left;
	padding-top: 0px;
	padding-left: 20px;
}
#columnCenterRight {
	float: right;
	width: 460px;
	list-style-position: inside;
	padding: 10px;
	line-height: 20px;
}
#listing {
	padding-left: 50px;
}
#references {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 50px;
}
.text16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.p14 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
}
.Stil1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.Stil2 {
	color: #FF0000;
	font-size: 12px;
}

.blk {
	color: #0000FF;
	font-weight: bold;
	font-size: 14px;
}
.clearfloat {
	clear:both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}

