<!--

body		{font-family: "Verdana", "Helvetica"; color: #202020; font-size: 9pt;
		background-color: white; margin: 0px;}

a		{color: #707070; text-decoration: underline;}
a:visited	{color: #707070; text-decoration: underline;}
a:hover		{color: #FF0000; text-decoration: underline;}
a:active	{color: #FF0000; text-decoration: underline;}

img		{border: 0;}

table		{font-family: "Verdana", "Helvetica"; font-size: 9pt;}

table.index	{border-color: black; background-color: white; height: 100%;}

table.top	{background-image: url("images/top.jpg"); height: 100px; width: 750px;
		background-color: #0080C0;}

table.menu	{border-color: black; width: 750px;
		background-image: url("images/menu/back.gif");}
td.menu		{background-image: url("images/menu/back.gif");}

table.submenu	{border-color: black; width: 750px;}
td.submenu	{background-image: url("images/menu/back_sub.gif"); height: 18px;}

table.main	{border-color: black; background-color: white; width: 750px;}

div.head	{font-size: 22pt; text-decoration: underline;}

select		{color: red; font-weight: bold;}

#copyright	{position: absolute; bottom: 10px; right: 10px;}

-->