@CHARSET "UTF-8";

.text-key {
    color: #178ACC;
    font-weight: bold;
}

.text-value {
	text-indent: 2em;
	margin-bottom: 6px;
}

#line {
    border-top: 1px solid #E5E5E5;
    margin-bottom: 5px;
}

/* footer */
#footer {
	*border-top: 2px solid rgb(229, 229, 229);
	*background-color: rgb(232, 232, 232);
    border-top: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	font-size: 10px;
	height: 50px;
	margin-top: 10px;
	position: static;
	padding: 6px 0px 6px 0px;
	text-align: center;
}

#footer a {color: #999;}