/* CSS Document */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}


body {
	padding: 0;
	background-color: #FFFFFF;
	color: #666666; /* center on ie */
	font-size: 12px;
	margin-top: 0px;
	line-height: 150%;
	text-align:left;
}

a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:active {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color: #FF9900;
}

#copyright {
	font-size: 10px;
	color: #666666;
	line-height: 140%;
}

#copyright a:link{text-decoration:none; color: #000000;}
#copyright a:visited{text-decoration:none; color: #000000;}
#copyright a:active{text-decoration:none; color: #000000;}
#copyright a:hover{text-decoration:none; color: #FF9900;;}

.kb10 {
	font-size: 10px;
	font-weight: bold;
}

.k10 {
	font-size: 10px;
}
