body {
	margin:5px 0px 5px 0px; 
	padding:15px 0px 15px 0px;
	height:100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#5A9E52;
	vertical-align:top;
	background-color:#E7FBDC;
}
#full_screen{
	position:absolute; 
	left:0; 
	top:0; 
	padding:0;
	margin:0;
	width:100%;
	height:100%; /* works only if parent container is assigned a height value */ 
	/*background:#eaeaea; */
}
a {
	color: #5A9E52;
		text-decoration:none;
}
a :activ{
	color: #68AFE6;
	text-decoration:none;
}
a:hover{
	color: #3C9600;
	text-decoration:none;
}
a:focus{
	color: #FD7100;
	text-decoration:none;
}
a: visited{
	color: #145384;
	text-decoration:none;
}

.MainTable{
	border-collapse: collapse;
	border-spacing: 0px;
}


.MainTableW
{
  width : 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.TitleTable{
	width : 100%;
    text-align:left;
}


table.TitleTable tr td.TitleTD
{
    font-family:Verdana;
    font-size:11px;
    margin-top:5px;
    margin-left:5px;
    margin-bottom:5px;
    font-weight:bold;
}

table.TitleTable tr td.TitleTD A{

}

.SavedTable{
	width : 100%;
	background-color : #EEFFEE;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : Black;
}


table.SavedTable tr td.SavedTD{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	color : #009900;
	font-weight : bold;
}

.ErrorTable{
	width : 100%;
	background-color : #eeFFee;
}

table.ErrorTable tr td.ErrorTD{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	color : #3C9600;
	font-weight : bold;
}

.MainInnerTable{
	width : 100%;
	}
.MainInnerTableGrid{
	width : 100%;
	background-color : #EEEEEE;
	border: 1px solid black;
	border-collapse: collapse;
}
.MainInnerTableGrid TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align : left;
	border: 1px solid #999999;
}
.MainInnerTableGrid TD TD {
	border: 0px solid black;
}

.MainInnerTableGridT
{
   	width : 230px;
	background-color : #EEEEEE;
	border: 1px solid black;
	border-collapse: collapse;
}
.MainInnerTableGridT TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align : left;
	border: 1px solid #999999;
}
.MainInnerTableGridT TD TD {
	border: 0px solid black;
}


.ItemTable{
	width : 100%;
}
.ItemTable TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align : left;
}
.ItemTable TD TD {
	border: 0px solid black;
}


.ItemTitle{
	width : 100%;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #004400;

}

table.ItemTitle tr td.ItemTitleTD{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	color: #003300;
	font-weight : bold;
	width:100%;
}

.ItemTitleTD A{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	color : #003300;
	font-weight : bold;
}

.ItemTitleTD A:activ{
	color : #003300;
}
.ItemTitleTD A:hover{
	color : #008800;
}
.ItemTitleTD A:focus{
	color : #003300;
}
.ItemTitleTD A:visited{
	color :  #004400;
}


.HeadRow{
	background-color: #000069;
}

.HeadRow TD{
	font-weight : bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.HeadRow TD A{
	font-weight : bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.HeadRowSmall{
	background-color: #000069;
}

.HeadRowSmall TD{
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.HeadRowSmall TD A{
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.HeadRowSmallGrid{
	background-color: #000069;
}

.HeadRowSmallGrid TD{
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid White;
}

.HeadRowSmallGrid TD TD
{
	border: 0px solid White;
}

.SubMenu{font-size: 10px;color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;}
  A.SubMenu:link {color: #000000; text-decoration: underline;}
  A.SubMenu:visited {color: #000000; text-decoration: underline;}
  A.SubMenu:active {color: #000000; text-decoration: none;}
  A.SubMenu:hover {color: #000000; text-decoration: none;}
  A.SubMenu:focus {color: #000000; text-decoration: none;}

.SubMenuSelected{font-size: 10px;font-weight : bold;color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;}
  A.SubMenuSelected:link {color: #000000; text-decoration: underline;}
  A.SubMenuSelected:visited {color: #000000; text-decoration: underline;}
  A.SubMenuSelected:active {color: #000000; text-decoration: none;}
  A.SubMenuSelected:hover {color: #000000; text-decoration: none;}
  A.SubMenuSelected:Focusr {color: #000000; text-decoration: none;}

.Title{font-size: 11px;font-weight: bold;color: #000099;}
  A.Title:link {color: #0000C9; text-decoration: none;}
  A.Title:visited {color: #0000C9; text-decoration: none;}
  A.Title:active {color: #0000C9; text-decoration: underline;}
  A.Title:hover {color: #0000C9; text-decoration: underline;}
  A.Title:focus {color: #0000C9; text-decoration: underline;}


img.ItemImage{
	border : 0px solid Black;
	padding : 1px 1px 1px 1px;
}

img.ArrowImage{
	border : 0px solid Black;
}

img.NoBorder{
	border : 0px solid Black;
}
img.CurrencyFlag
{
	border : 1px solid Black;
}

.NavigationTable{
	border :0px double Black;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.NavigationTable TD{
	font-size: 10px;
	font-family: Verdana,Helvetica;
}

.OptionsTable td{
	font-family: Ariel, Verdana, Tahoma;
	font-size: 11px;
}
/* -------------------------------------------------------------------------------------------------*/

.menu_1 a, .menu_1 a:visited {
	font-size:0.7em;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3C9600;
	text-decoration: none;
	background: #BBF190 url("../images/menu_1_b.gif") no-repeat left bottom;
	display: block;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:0px;
	margin-right: 60px;
	margin-bottom:0px;
	margin-left:7px;
}
.menu_1_active_true a, .menu_1_active_true a:hover, .menu_1_active_true a:visited{
	font-size:11px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #007020;
	text-decoration: none;
	background: #BBF190 url("../images/menu_1_b.gif") no-repeat left bottom;
	display: block;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:0px;
	margin-right: 60px;
	margin-bottom:0px;
	margin-left:7px;
}

.menu_1{
/*	background: #BBF190 url("../images/menu_1_b.gif") repeat-x left bottom;*/
}
.menu_1 a:hover, .menu_1 a:active{
	color: #008000;	
	font-size:0.7em;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:0px;
	margin-right: 60px;
	margin-bottom:0px;
	margin-left:7px;
/*	background: #BBF190 url("../images/menu_1_b.gif") repeat-x left bottom;*/
}

.menu_1_active a:hover{
	color: #008000;	
}

.menu_1_active a {
	color: #007020; /*#3C9600;*/
	text-decoration: none;
	background: #BBF190 url("../images/menu_1_active.gif") repeat-y;
	font-weight: bold;
	display: block;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:0px;
	margin-right: 60px;
	margin-bottom:0px;
	margin-left:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

/*.menu_1_active a:hover {
	color: #4C82A6;
}*/

.menu_main_2 {
	margin: 0 0px 0 24px;
	width: 100%;
	background: url("../images/menu_2_b2.gif") repeat-y;
}

.menu_2 a, .menu_2 a:visited, .menu_2 a:active{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 172px;
	margin: 0 7px;
	background: #6FC629 url("../images/menu_2_b.gif") bottom repeat-x;
	padding: 4px 0px;	
}
.menu_2 a:hover {
	color: #FFE492;;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 172px;
	margin: 0 7px;
	background: #6FC629 url("../images/menu_2_b.gif") bottom repeat-x;
	padding: 4px 0px;	
}
.menu_2_active a:link, .menu_2_active a:hover, .menu_2_active a:visited, .menu_2_active a:active{
	font-weight: bold;
	color: #FFE492;
	text-decoration: none;
	display: block;
	width: 172px;
	margin: 0 7px;
	background: #6FC629 url("../images/menu_2_b.gif") bottom repeat-x;
	padding: 4px 0px;	
}

.menu_main_3 {
	width: 100%;
	margin-left: 17px;
	background-color: #52A43B;/* url("../images/menu_2_b2.gif") repeat-y;*/
}

.menu_3 a{
	background: #6FC629 url("../images/menu_3_b.gif") bottom repeat-x;	
}

#footer{
	background: url("../images/footer_b.gif") repeat-x left ;
}

.title, h1{
	font-size: 12px;
	font-weight: bold;
}


.content {
	padding: 10px 20px 15px 10px;	
	font-size:11px;
	font-family : Verdana;
	text-align: justify;
	width:100%;
}

.content img {
	border:0px solid #52A43B; 
	margin-top:2px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:2px;
}

p{
	font-size: 12px;
	font-family : Verdana;
	text-align: justify;
	color:#000000;
}
.contt p{
	font-size: 15px;
	font-family : Garamond;
	text-align: justify;
	color:#006600;
}
.contt b{
	font-size: 14px;
	font-family : Garamond;
	text-align: justify;
	color:#006600;
	text-transform:none;
}

b{
	font-size: 18px;
	font-family : Garamond;
	text-align: justify;
	color:#008800;
	text-transform:Uppercase;
}

.content a {
	color:green;
	text-decoration: underline;
}

.content a:active {
	color:#6FC629;
	text-decoration: underline;
}

.content a:hover {
	color:#6FC629;
}

.content ul li { 
	list-style: disc;
	padding-bottom:0.3em;
}

.content ol li { 
	padding-bottom:0.3em;
}

.content table td {
	border-collapse: collapse;
	text-align:left;
	color: #5A9E52;
	font-weight: normal;
	font-size:11px;
	font-family: Times;
	font-family : Verdana;
	text-align: justify;
}
	
.content table caption {	
	FONT-SIZE: 12px; 
	FONT-WEIGHT: bold; 
	TEXT-ALIGN: left;
	color: #5A9E52;
	font-family : Verdana;
}


.content table th {
	color:#ffffff;
	padding: 4px 4px 4px 4px;
	background:#6FC629;
	font-family : "Times New Roman", Times, serif;
	}
.content font{
	text-align: right;
	font-size:18px;
	padding: 4px 0px 4px 4px;
	font-family : Verdana;
}
	
.content table td {
	font-size:12px;
	padding: 4px 4px 4px 4px;
	background:#ffffff;
	font-family : Verdana;
	color:#000000;
}
	
h1 {
	margin:0px 0px 0px 10x;	
	font-size:11px;
	font-family : "Times New Roman", Times, serif;
	color:#5A9E52;
}

h2 {
	margin:10px 0px 0px 0px;	
	font-size:11px;
	font-family : "Times New Roman", Times, serif;
	color:#5A9E52;
}

 hr {
 	border:1px solid green; 
 	height:1px;
 	clear: both;

}

.copyrights{
	color:#30A21C;
	font: 10pt;
	font-family: Garamond, Verdana;
	text-decoration: none;
	background: transparent;
}
.copyrights A, .copyright A:visided, .copyright A:hover{
	color: #30A21C;
	font: 10pt;
	font-family: Garamond, Verdana;
	text-decoration:none;
	background:transparent;
}
.path, .path a{
	color: #008000;	
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	margin: 4px 0px 4px 0px;
}

/* ---------------------------------------------------------------------------------------------------------- */
.body_menu{
	width:100%;
	vertical-align:top;
}
.body_menu_row{
	height:20px;
	width:100%;
	background: #6FC629;
	padding-left:5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.body_menu_row a, .body_menu_row a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.body_menu_row a:hover{
	color: #FFE492;
}
.body_menu_row_text{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}
.body_menu_row_href{
	width:100%;
	text-align: right;
}
.body_menu_row_href a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#008800;
}
.body_menu td table td{
	font-face: Arial, Verdana, Tahoma;
	font-size: 14px;
}
.main_page_news a:link, .main_page_news a:visited{
	color:#000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}
.main_page_news a:hover{color:#3C9600;}
.voting {
	margin:0px;
	border:0px solid #D3CEA8;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #18460A;
}
.voting b{
	font-size: 11px;
	white-space: wrap;
	color: #18460A;
	
}
.voting p{
	white-space: wrap;
	color: #18460A;
}
.voting table{
	margin: 0px;
	padding: 0px;
	color: #18460A;
}
.voting th {
	font-size:12px;
	border:0px;
	background: #FFFFFF;
	color: #F5A519;
	white-space: wrap;
}
.voting td {
	white-space: wrap;
	border:none;
	background: #FFFFFF;
	font-family: Verdana;
	font-size:12px;
	padding:0px;
	padding-bottom:2px;
	margin:0px;
}
.voting a:link, .voting a:visited{
	white-space: wrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	background: #FFFFFF;
	color: #F5A519;
	font-weight: bold;
	text-decoration: none;
}
.voting a:hover{
	text-decoration:underline;
}

.voting ul { 
	padding: 0px;
	margin: 5px;
	list-style: inside;
}
.moree{
	font-family: Arial, Helvetica, sans-serif;
}
.langs{
	color: #3C9600;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	font-weight: normal;
}
