/* COMMON */
body	{
	color:#555555;
	font-size:12px;
	font-family:arial,helvetica;
	padding:0;
	margin:0;
	background-color:#ffffff;
}
td				{font-size:12px; font-family:arial,helvetica;}
form			{display:inline;}

p         {text-align:justify;}

img				{border:none;}

input			 {font-size:12px; height:21px; font-family:arial,helvetica;}
input.fld  {width:100%;}
input.chk	 {height:14px;}

textarea	{font-size:12px; width:100%; font-family:arial,helvetica;}

select		{font-size:12px; font-family:arial,helvetica; height:21px;}
select.w	{width:100%}

.small		{font-size:10px; font-family:arial,helvetica;}
.titl			{font-size:12px; color:#044467;}
td.titl		{padding-right:16px;}

a					{color:#044467; text-decoration:none; font-weight:normal;}
a:visited	{color:#044467;}
a:hover		{color:#1166bb; text-decoration:none;}

a.menu				{
	color:#888888;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding: 4px 10px 4px 10px;
}
a.menu:visited{color:#888888;}
a.menu:hover	{color:#000000; text-decoration:none;}
#activem a.menu { color:#333333; }
#activem a.menu:visited { color:#333333; }

#roundedbox {
	position:absolute;
	z-index:50;
	background-image:url(img/box_tl.gif);
	background-position:left top;
	background-repeat:no-repeat;	}
#roundedbox div{
	background-image:url(img/box_tr.gif);
	background-position:right top;
	background-repeat:no-repeat;	}
#roundedbox div div {
	background-image:url(img/box_bl.gif);
	background-position:left bottom;
	background-repeat:no-repeat;	}
#roundedbox div div div{
	background-image:url(img/box_br.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}


/* SCROLLING LAYERS: width/height in hold and wn, and in clip for wn */
div#wn	{ position:relative; overflow:hidden; }
/*div#hold	{
	position:relative;
	overflow:hidden;
	width:100%;
	height:68px;
	z-index:100;
}
div#wn	{
	position:absolute;
	left:0px; top:0px;
	width:100%;
	height:68px;
	clip:rect(0px, 100%, 68px, 0px);
	overflow:hidden;
	z-index:1;
}
div#slyr	{
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
}*/
  
table#stbl td { padding:0 8px 0 9px; }
