a {
	color: #fff;
}

	a.inside_content {
		color: #000;
	}
	
a:link {
	color: #fff;
}

	a:link.inside_content {
		color: #000;
	}

a:visited {	
	color: #3399ff;	
}

	a:visited.inside_content {	
		color: #3399ff;	
	}

a:hover {	
	color: #999;	
}

	a:hover.inside_content {	
		color: #999;	
	}

a:active {
	color: #666;	
}

	a:active.inside_content {	
		color: #666;	
	}
	
a:focus {
	font-weight: bold;
}

	a:focus.inside_content {
		font-weight: bold;
	}
	
body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 0.75em;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

img {
	border: none;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
}

div.kg_logo {
	width: 150px;
	height: 170px;
	background: url(../images/kg_logo_small.jpg) no-repeat;
	margin: 0 auto;
}

div.content {
	width: 435px;
	margin: 0 auto;
}
