body {
	background: #EEEED1;
}
TABLE, TEXTAREA, INPUT { 
	color:#333300; background: #FFFFff;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:Verdana
}
h1 {
	margin:0; font-size: 18px;
	font-weight: bold; word-spacing:0; text-indent:0; line-height:100%
}
h2 {
	margin:0; font-size: 16px;
	font-weight: bold; word-spacing:0; text-indent:0; line-height:100%
}
h3 {
	margin:0; font-size: 14px;
	font-weight: bold; word-spacing:0; text-indent:0; line-height:100%
}


a:link {
	color:#687298;
	text-decoration:none;
	font-weight:none;
	font-size: 13px;
}

a:active {
	color:#687298;
	text-decoration:none;
	font-weight:none;
	font-size: 13px;
}

a:visited {
	color:#687298;
	text-decoration:none;
	font-weight:none;
	font-size: 13px;
}

a:hover {
    color: #990000;
}

.menu a{
	background-repeat:no-repeat;
	
	font-size: 13px;
	padding-top: 2px;
	display: block;
	background-image: url(../picture/lbullet.gif);
	background-position: 17px 9px;
	padding-bottom: 1px;
	padding-left: 35px;
}
.menu a: hover {
	color:#B4E7F1
}