@charset "utf-8";
/* CSS Document */

h2#linkH2{
	height: 28px;
	width: 650px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9C00;
	padding: 0px;
}
h3.linkH3{
	font-size: 14px;
	/*background-color: #FFF2DF;
	border: 1px solid #FFDEAC;
	color: #FF9C00;*/
	background-color: #F7F7F7;
	border: 1px dotted #CCC;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.linkList{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.linkList dl{
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linkList dt{
	margin: 0px;
	padding: 0px;
	float: left;
}
.linkList dd{
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFDEAC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
