@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
body {
	background-image: url(images/kd.gif);
	background-repeat: no-repeat;
}
h1 {
	font-size: 200%;
	text-align: center;
}
h2 {
	font-size: 150%;
	text-align: center;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}
.center {
	text-align: center;
}
.centerbold {
	text-align: center;
	font-weight: bold;
}

h4 {
	font-size: 115%;
	font-weight: bold;
}
.textbox {
	text-align: center;
	background-color: #FFFFAE;
	}
	
	
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.footer {
	font-size: 75%;
	color: #333333;
	text-align: center;
}
.just {
	text-align: justify;
}
.footerright {
	font-size: 70%;
	color: #333333;
	text-align: right;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.footerleft {
	font-size: 75%;
	color: #333333;
	text-align: left;
}
