/* -------------------------------- html -------------------------------- */
body	{
	width:100%;
	height:100%;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333
}
a 		{color:#96bfd1; text-decoration:none;}
a:hover {color:#333;}
img		{border:0;margin-bottom:4px;}
h1		{font-size:24px;line-height:24px;margin:2px 0;padding:2px 0;}
h2		{font-size:21px;line-height:22px;margin:2px 0;padding:2px 0;}
h3		{font-size:18px;line-height:18px;margin:2px 0;padding:2px 0;}
h4		{font-size:14px;line-height:16px;margin:2px 0;padding:2px 0;}
h5		{font-size:12px;line-height:14px;margin:1px 0;padding:2px 0;}
input {
	border:1px solid #eee;
	padding:2px;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input:focus{
	border:1px solid #96bfd1;
}

/* -------------------------------- layers -------------------------------- */
#b_g 	{position:fixed;width:100%px;;margin:0px;top:0px;left:0px;right:0px;z-index:1;}
#b_c 	{width:896px;margin:0 auto;padding:10px 0;height:100%;}
#c_c 	{position:absolute;width:100%px;left:0px;right:0px;z-index:2;height:300%;}
#f_g 	{position:absolute;width:584px;height:100%;top:80px;left:24%;z-index:3;}
#f_c 	{position:absolute;width:564px;background:#fff;padding:10px;font-size: 12px;line-height:14px;}
#p_p 	{position:absolute;width:100%;top:80px;left:0;right:0;z-index:4;text-align:center;}
#q		{display:none;margin:4px 0;}
#mgn	{float:left;width:15px;height:45px;background:#f00;}
#hdr	{height:100px;}
/* -------------------------------- b_g classes -------------------------------- */
.col 	{display:inline;float:left;width:210px;height:100%;margin:0 6px;}
.bg		{}
.itm	{padding:5px;margin-bottom:20px;background:#fff;}
.itm:hover	{background:#fff;}
.inset	{margin-left:5px;}
.pad	{padding:5px;}
.rgt	{text-align:right;}
/* -------------------------------- f_g classes -------------------------------- */
.col_1 	{float:left;width:120px;margin:0 6px;height:100%;height:800px;}
.col_2 	{float:left;width:420px;margin:0 6px;height:100%;}
.thu	{float:left;border:1px solid #ccc;padding:2px;margin:1px;}
.thu:hover	{border:1px solid #96bfd1;}
.i_i	{width:200px;height:120px;overflow:hidden;}
.mnu	{font-weight:bold;font-size:12px}
.url	{
	clear:left;
	background-image: url(/gfx/url.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	background-position: 2px 3px;
}
.sml	{font-size: 10px;}
.list_row{display:block;float:none;height:63px;}
.fh{min-height:70px;margin-bottom:7px;_height:70px;}
.reg{font-size:11px;font-weight:regular;line-height:14px;}