body {
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited  {
	color: #8397AB;
	text-decoration: none;
}
a.sel:link , a.sel:visited  {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
strong{ color:#8397AB;}
ul		{margin:0px 20px;padding:0px 10px;}
#bg {
	width:600px;
	margin:0px auto;
	padding:20px 0;
	background-color: #B5C1CD;
	height:100%;
}
#pg {
	width:464px;
	margin:0px 68px;
}
.mnu{
	width:110px;
	float:left;
}
.cnt{
	width:354px;
	float:left;
}
.rd	{
	padding:4px;
}
.mb	{
	margin-bottom:20px;
}
.itm	{
	background:url(/gfx/postit.gif) no-repeat;
	padding:4px;
	height:80px;
	width:80px;
	display:block;
}
.itm:hover{
	background:url(/gfx/postit_r.gif) no-repeat;
}
.s_i{
	background:url(/gfx/postit_r.gif) no-repeat;
}
.ybg	{
	background:#FFFF00;
}
.lan{
	padding:1px;
	font-weight:bold;
	font-size:11px;
}
.fr{float:right;}