/* CSS Document */

.c_head {
	padding: 0 10px 0 10px;
	text-align: left;
}

.c_content {
	background-color: #08334b;
}

.c_contentpane {
	padding: 8px 15px 0 15px;
	text-align: left;
	clear: both;
}

.c_footer {
	padding: 8px 10px 0 15px;
	text-align: right;
}

.title {
	margin: 0;
	float: left;
	white-space: nowrap;
}
.title_vis {
	margin: 0;
	float: right;
	text-align: right;
}

.clear_float {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*---------- default style for head & normal -----------*/
.Head {
	font-weight: bold;
	font-size: 14px;
}

.Normal {
	color: #43494D;
}

.Normal p {
	margin-top: 0px;
}


