﻿.html
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	background: url(images/bg_page.gif);
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
.main
{
	width: 778px;
	margin: 0;
	padding: 0;
	background: url(images/bg_page.gif);
}
.content
{
	background-color: White;
	margin: auto;
	border: black 1px solid;
}
.banner
{
	padding: 0px;
	--height: 100px;
	background-position: top;
}
.menutop
{
	float: right;	
	background: url(images/bg_menu_top.gif);		
}
.menutop_content
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px 0px;
}

.menutop_left
{
	background: url(images/left_topmenu.gif);
	width: 20px;
}
.menutop_right
{
	background: url(images/right_topmenu.gif);
	width: 20px;
}
.leftcolumm
{
	float: left;
	width: 200px;
	padding: 1px;
	border: black 1px solid;
}

.rightcolumm
{
	float: right;
	padding: 1px;
	border: black 1px solid;
	height: auto;
	width: 450px;
}


.A5:link
{
	color: #fcb827;
	text-decoration: none;
}
.A5:visited
{
	color: #fcb827;
	text-decoration: none;
}
.A5:active
{
	color: #fcb827;
	text-decoration: none;
}
.A5:hover
{
	color: #fcb827;
	text-decoration: underline;
}

.bottom
{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 130px;
	color: #ffffff;
	text-align: left;
	border: 10;
	padding: 0px;
	height: 100px;
	background: #58A200;
}
.bottom_1
{
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0;
	background: #428000;
}
.copyright
{
	color: #9B9B9B;
	text-align: center;
}

.A10:link
{
	color: #ffffff;
	text-decoration: none;
	text-decoration: none;
}
.A10:visited
{
	color: #ffffff;
	text-decoration: none;
}
.A10:active
{
	color: #ffffff;
	text-decoration: none;
}
.A10:hover
{
	color: #0000FF;
	text-decoration: underline;
}

a.Top_Menu:link, a.Top_Menu:visited {
  
  color            : #243293;
  text-decoration  : none;
  font-weight      : bold;
}

a.Top_Menu:hover {
  color            : #999999;
  color            : red;
  text-decoration  : none;
  font-weight      : bold;
 /* text-decoration  : underline;*/
}

a.Top_Menu:link, a.Top_Menu:visited {
  
  color            : #243293;
  text-decoration  : none;
  font-weight      : bold;
}

a:hover {
  color            : #999999;
  color            : red;
  text-decoration  : none;
  font-weight      : bold;
 /* text-decoration  : underline;*/
}