body
	{
		margin:0px;
		background-color:#5b834f;
		font-family:'Verdana','Helvetica';
		text-align: center;
		margin:10px;
	}

table.out
	{
		border-style:none;
		height:100%;
	}
	
td.top
	{
		background-color:#000000;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		height:58px;
		color:#ffffe0;
		font-size:20px;
		text-align:left;
		vertical-align:bottom;
		background-image: url(graf/bg_top.gif);
		padding-left:20px;
		width:720px;
	}
	
td.graf
	{
		background-color:#000000;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		height:124px;
		color:#ffffe0;
		font-size:20px;
		text-align:left;
		vertical-align:bottom;
		background-image: url(graf/bg_graf.jpg);
		padding-left:20px;
		width:720px;
	}
	
td.menu
	{
		background-image: url(graf/bg_menu.gif);
		color:#f8f8f8;
		text-align:right;
		height: 30px;
		font-size:10px;
		font-weight:bold;
		background-color:#ffffff;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		padding-right:20px;
		width:720px;
	}
	
td.main
	{
		background-color:#ffffff;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		width:700px;
		padding:20px;
		text-align:left;
		height:100%;
	}
	
table.inmain
	{
		border-style:none;
		width:700px;
		height:100%;
	}

td.inmainl
	{
		border-style:none;
		width:400px;
		vertical-align:top;
	}

td.inmainr
	{
		border-style:none;
		vertical-align:top;
		text-align:center;
		font-size:12px;
		color:#707070;
		font-weight:bold;
		padding-left:30px;
	}
	
td.foot
	{
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		height:12px;
		background-image: url(graf/bg_foot.gif);
		font-size:10px;
		width:720px;
	}

p
	{;
		font-size: 12px;
		text-align: left;
		line-height: 150%;
	}
	
a
	{
		text-decoration: none;
		color:#ffffff;
	}
	
a:hover
	{
		text-decoration: none;
		color:#ffe040;
	}
	
a.text
	{
		text-decoration: none;
		color:#008000;
		font-size: 12px;
	}
	
a.text:hover
	{
		text-decoration: underline;
	}

h1
	{
		font-size:22px;
		font-weight:bold;
		color:#808080;
	}
	
ul, ol
	{
		font-size: 12px;
		text-align: justify;
		line-height:150%;
	}