@charset "UTF-8";
/* CSS Document */
.cms {
	clear: both;
	font-size: 12px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;	/*border-bottom: 1px dotted #999999;*/
}
.cms td {
	font-size: 12px;
	color: #333;
} 
.cms h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}
.cms h3 a {
	text-decoration: none;
	color: #333366;
}
a {
	color: #006699;
} 

.cms p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
	visibility: hidden;
}

.sublink {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.block {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	text-align: left;
	}
.leftcombo {
 float:left;
	width:150px;
	}
.rightcombo {
 float:right;
	width:550px;
	}
