/* CSS Document */

a:link {
	color: #332F22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #332F22;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-size: 12px;
	font-height:20px;
}
.font1{font-size:13px; color:#CC0000;}
.font2{font-size:16px; font-weight:bold;color:#660000;}
.font3{color:#FF0000;}
.line1{line-height:16px;}
.line2{line-height:20px;}
.a1:link {
	color: #FF3300;
	size:16px
	text-decoration: none;
}
.a1:visited {
	text-decoration: none;
	color: #FF3300;
}
.a1:hover {
	text-decoration: underline;
	color: #FF3300;
}
.a1:active {
	text-decoration: none;
}
.a2:link {
	color: #ffffcc;font-weight:bold;
	text-decoration: none;
}
.a2:visited {
	text-decoration: none;
	color: #ffffcc;
}
.a2:hover {
	text-decoration: underline;
	color: #FF3300;
}
.a2:active {
	text-decoration: none;
}
.m1{background-image:url(images/ding.gif);}
.m2{background-image:url(images/ding02.GIF);}
.bg-left{background-image:url("04.GIF");background-repeat:no-repeat;background-position:0px 0px}  
li{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2BD97;
	list-style-type: circle;
}
li:hover{
	background-color: #FFFFFF;
}