a:link {
	text-decoration: none;

}
.bg {
	background-image: url(image/man7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ulist {
	list-style-type: none;
	color: #FFFFFF;
	list-style-image: url(image/white_a.gif);



}
a:hover {
	color: #0099CC;
	text-decoration: none;
	list-style-type: disc;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.tabborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #FFFFCC;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.indent {
	text-indent: 7pt;
}
.ulist2 {
	list-style-type: circle;
}
.def {
	color: #FFFFFF;
	text-decoration: none;
}

