hr { color: #999999; }

div#container {
	width: 640px;
	height: 100%;
	background-color: #FFCC00;
}
div#contents {
	margin: 10px;
	padding: 0;
	background-color: white;
}
div#innerContents {
	margin: 0 10px;
	padding: 10px 0;
}

div.controls {
	width: 75%;
	height: 75px;

	margin: 10px auto;
}

ul.disc-bullet {
	list-style-type: disc;
}

.clear {clear:both;}

.sectionTitle {
	font-weight: bold;
	text-decoration: none;
}

.small {
	font-family: arial;
	font-size: 8px;
}
.medium {
	font-family: arial;
	font-size: 16px;
}
.large {
	font-family: arial;
	font-size: 18px;
}

.kk_formLabel { font-weight: bold; }

.color-purple {
	color: #660066;
}
.color-green {
	color: #339900;
}
.color-black {
	color: black;
}
.color-yellow {
	color: #FFCC00;
}
.color-blue {
	color: #6699CC;
}
.color-gray {
	color: #999999;
}
