@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;
}
.just {
	text-align: justify;
}

h1 {
	font-size: 200%;
	text-align: center;
}
h2 {
	font-size: 150%;
	text-align: center;
}
h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-size: 115%;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.center {
	text-align: center;
}
.centerbold {
	text-align: center;
	font-weight: bold;
}
.textbox {
	text-align: center;
	background-color: #e9e8d6;
	border-style: ridge;
	}		
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.footer {
	font-size: 75%;
	color: #333333;
	text-align: center;
}
.footerright {
	font-size: 70%;
	color: #333333;
	text-align: right;
}
.footerleft {
	font-size: 75%;
	color: #333333;
	text-align: left;
}
.notes {
	font-size: 90%;
}
.alignright {
	text-align: right;
}
.textboxleft {
	background-color: #e9e8d6;
	border-style: ridge;
}
.textboxborder {
	border-style: ridge;
	outline-width: medium;
	}	
