@charset "UTF-8";
/* CSS Document */

ul {
line-height: 15px;

}

#container1 {
	background-color: #FFF;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-top: solid #CCCCCC 1px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 985px;
}


.title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	/*border-bottom: dotted #CCCCCC 1px;*/
	margin-bottom: 10px;
}


.title .subtitle a, .svcgrp  .title .subtitle a:visited {
	font-size: 10px;
	color: #999999;
}

.title .subtitle a:hover {
	color: #000000;
}


