/* CSS Document */

body 		{
			background: #000000;
			font-family: verdana;
			}


.language {
			font-size: 11pt;
			color: #ffffff;
			font-weight:bold;
			}
			
.language a:link, .language a:visited {
			font-size: 11pt;
			color: #ffffff;
			font-weight:bold;
			text-decoration: none;
			}

a:link, a:visited	{
			color: #cdcc34;
			}			
		
a.menu:link, a.menu:visited, a.menu:active {
			font-size: 30px;
			color: #000000;
			text-decoration:none;
			font-weight: 500;
			width: 255;
			line-height: 30px;
			}
			
a.menu:hover, a.menu_selected {
			font-size: 30px;
			color: #cbcc32;
			text-decoration:none;
			font-weight: 500;
			width: 255;
			line-height: 30px;
			}
			
a.submenu:link, a.submenu:visited, a.submenu:active {
			font-size: 9pt;
			color: #000000;
			text-decoration:none;
			font-weight: bold;
			width: 200;
			line-height: 14px;
			padding-top: 4px;
			padding-bottom: 4px;
			}
			
a.submenu:hover, a.submenu_selected {
			font-size: 9pt;
			color: #cbcc32;
			text-decoration:none;
			font-weight: bold;
			width: 200;
			line-height: 14px;
			padding-top: 4px;
			padding-bottom: 4px;
			}
			
div.text 	{
			font-size: 9pt;
			}
			
div.text td {
			font-size: 9pt;
			}
			
td.style1	{
			font-size: 8pt;
			color: #818249;
			}
			
td.style1 a:link, td.style1 a:visited	{
			font-size: 8pt;
			color: #818249;
			}		
			
input.search	{
			border: 2px solid #000000;
			}	
			

