/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.jpg);
/*	BACKGROUND-REPEAT: repeat-x;   */
	}

table {
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_color.jpg);
	}

.copyright {
  font-family: verdana;
  font-size: 9px; color:#f17619;
}

.NavLink:link	  	{  color:#f17619; font-size:11px; font-weight:bold; text-decoration:none; }
.NavLink:visited	{  color:#f17619; font-size:11px; font-weight:bold; text-decoration:none; }
.NavLink:active	   	{  color:#f17619; font-size:11px; font-weight:bold; text-decoration:none; }
.NavLink:hover	   	{  color:#f17619; font-size:11px; font-weight:bold; text-decoration:underline; }

.MenuLink:link	  	{  color:#009900; font-size:12px; font-weight:bold; text-decoration:none; }
.MenuLink:visited	{  color:#009900; font-size:12px; font-weight:bold; text-decoration:none; }
.MenuLink:active	{  color:#009900; font-size:12px; font-weight:bold; text-decoration:none; }
.MenuLink:hover	   	{  color:#006600; font-size:12px; font-weight:bold; text-decoration:underline; }

hr { color:#f17619; background-color:#000000; height:4px; }

h1 { color:#f17619; font-size:18px;}

.menu_title {font-size: 15px; text-decoration:underline;
		font-weight: bold; color:#CC0000;}
		
.menu_title_sub {font-size: 13px;
		font-weight: bold; font-style:italic;}
		
.menu1 {font-size: 13px;
		font-weight: bold;}
		
.menu2  {font-size: 12px;
		font-style:italic;}

.contacts {font-size: 12px;
		font-weight: bold; color:#CC0000;}
		
.location {font-size: 12px;
		color:#f17619;}
		
input, select {font-size: 10px; }