*{
	padding: 0;
	margin: 0;
	font-size : 11pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #006400;
}
BODY {
	background : #D9EBB2;
}
#top{
	background : #FFFFE7 url(pic/top.png) no-repeat;
	height: 76px;
	width: 100%;
}
#bot{
	background : #FFFFE7 url(pic/bot.png) no-repeat;
	height: 39 px;
	width: 100%;
	font-size : 9px;
	padding-top : 22;
	text-align : center;
	font-weight : bold;
}
#end{
	height : 15px;
	width : 100%;
}

.text{
	padding-left : 100px;
	background : #FFFFE7 url(pic/left.png) repeat-y;
}
P {
	text-indent :25px;
	padding-bottom: 10px;
}
LI {
	FONT-SIZE: 10pt;
}
A {
	color : Blue;
}
A:HOVER {
	color : Red;
}




