table, tr, td
{
	font-size: 11pt;
	font-family: 'Optima', 'Times New Roman';
	border-collapse: collapse;
	border-spacing: 0px;
	text-align:center;
	vertical-align:middle;
}

td.top
{
	width: 670px;
	height: 86px;
	background-image: url("frame_top.png");
}

td.middle
{
	width: 670x;
	height: 43px;
	background-image: url("frame_middle.png");
}

td.bottom
{
	width: 670px;
	height: 87px;
	background-image: url("frame_bottom.png");
}

font.maincolor
{
	color: #73734D;
}

td.contents_e
{
	font-size: 11pt;
	text-align: justify;
	text-justify: newspaper;
	color: #73734D;
	font-family: 'Calibri', 'Times New Roman';
}

td.contents_j
{
	font-size: 9pt;
	text-align: left;
	color: #73734D;
}

table#pub td
{
	font-size: 9pt;
	color: #73734D;
	text-align: left;
	vertical-align: top;
}

a
{
	color: #73734D;
	text-decoration: none;
}
a:link		{border-bottom:0px solid #73734D;}
a:visited	{border-bottom:0px solid #73734D;}
a:active	{border-bottom:0px solid #73734D;}
a:hover		{color:navy; border-bottom:1px solid navy;}

font.select
{
	color: navy;
	border-bottom:2px solid navy;
}

a.linkpink
{
	color: fuchsia;
	text-decoration: none;
}
a.linkpink:link		{border-bottom:1px solid fuchsia;}
a.linkpink:visited	{border-bottom:1px solid fuchsia;}
a.linkpink:active	{border-bottom:1px solid fuchsia;}
a.linkpink:hover	{color:fuchsia; border-bottom:2px solid fuchsia;}


