.sectiontitle
{
	margin-top:2px;
	padding:12px 0px 12px 10px;
	height:13px;	
	background-color:#E9EBEF;
	color:#000000;
	font-weight:bold;
}

.sectiontitle a:link, .sectiontitle a:visited, .sectiontitle a:hover, .sectiontitle a:active
{
	text-decoration:none;
	padding-left:20px;
	color:#000000;
}

.plus
{
	background-image:url(../image/plus.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.minus
{
	background-image:url(../image/minus.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.sectionbody
{
	margin-top:2px;
	padding:12px 10px 12px 10px;
	background-color:#E9EBEF;
	color:#000000;
}

.sectionbody a:link 
{
	color: #000066;
	text-decoration: underline;
}

.sectionbody a:visited 
{
	text-decoration: underline;
	color: #000066;
}

.sectionbody a:hover 
{
	text-decoration: none;
	color: #FF3300;
}

.sectionbody a:active 
{
	text-decoration: none;
	color: #000066;
}

.sectionbody ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.sectionbody li
{
	padding-left:8px;
	background-image:url(../image/ico_li2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px 0px 5px 0px;
}

