	body { background-color:#BBC8BA; }
	table
	{
		font-family:Tahoma;
		font-size:9pt;
		background-color:#e0eadf;
	}
	h2.content_caption
	{
		width:520px;
		padding-bottom:3px;
		border-bottom:2px dashed #1da0bc;

		font-size:12pt;
	}
	a        { color:#3f583a; text-decoration:none }
	a:hover  { color:#3f583a; text-decoration:underline }

	table.main_table
	{
		width:90%;
		border:1px solid black;
	}
	td
	{
		vertical-align:top;
	}
	td.navi_main
	{
		background-color:#ff972f;
		border-bottom:1px solid black;
	}
	td.navi_left
	{
		height:700px;
		
		background-color:#88a086;
		border-right:1px solid black;
		border-bottom:1px solid black;
		
	}
	td.navi_2nd
	{
		height:20px;
		background-color:#88a086;
		border-bottom:1px solid black;
	}
	td.main_content
	{
		padding:6px 16px 30px 16px;
		border-bottom:1px solid black;
	}
	td.footer
	{
		height:20px; 

		background-color:#88a086;
		
		empty-cells:show; 
	}

	img.address_logo
	{
		width:160px;
		height:330px;

		border-bottom:1px solid black;
	}

p.content_caption
{
	padding-top:20px;
	padding-bottom:2px;
	line-height:16pt;

	font-weight:bold;
	text-decoration:underline;
	font-size:120%;
}
p.content_subcaption
{
	padding-top:9px;
	line-height:120%;

	font-weight:bold;
	font-size:110%;
}
p.content_subsubcaption
{
	font-weight:bold;
}
a.content_linking_caption /* a caption that is also a link */
{
	font-weight:bold;
	font-size:110%;
}


/* ---- 2nd row navigation ---- */
	a.nav2ndLink
	{
		float:left;
		width:150px;
		height:20px;
		padding-top:5px;
		padding-left:10px;
		border-bottom:1px solid black;
		background-color:#bbc8ba;
		overflow:hidden;
		white-space:nowrap;

		font-family:'Verdana';
		font-size:7pt;
		color:black;
		text-decoration:none;
		text-align:left;
	}
	* html a.nav2ndLink /* CSS box model IE HACK */
	{
		\height: 26px; /* for IE5 and IE6 in quirks mode */
		h\eight: 22px; /* for IE6 in standards mode */

		\width:160px;
		wi\dth:150px;
	}
	a.nav2ndLink:hover
	{
		background-color:#ced6cb;

		text-decoration:none; 
	}
	a.nav2ndLinkActive
	{
		background-color:#88a086;
		color:#e0eadf;/*ced6cb;*/
	}
/* ---- 2nd row navigation ---- */

