/**********************************************************************\
|	MENU STYLING													   |
\**********************************************************************/
body{
	line-height: 				18px;
}
ul 
{
	margin: 					0px;
	padding: 					0px;
	padding-top: 				5px;
	
	font-family:				lucida grande, Arial, Helvetica, sans-serif;
	font-size: 					11px;
}
ul li {
	list-style-image: 			url(/images/global/frontend/menu_arrow.gif); 
	margin-left: 				10px;
	padding-bottom: 			3px;
}
ul a { 
	color: 						#666;
	text-decoration: 			none;
}

ul a:hover {
	text-decoration: 			underline;
}

ul li ul
{
	list-style-image: 			url(/images/global/frontend/menu_arrow.gif);
	margin: 					0px;
	padding: 					0px;
	padding-left: 				15px;
	padding-top: 				0px;
	padding-bottom: 			0px;
}


.committee td{
	line-height: 				24px;
	padding-left: 				10px;
	}






			h2
			{
				margin:0;
			}
			.news 
			{
				background-image: url(http://www.icpm2008.org/images/page/gray_vlak.jpg);
				background-repeat: no-repeat;
				padding: 5px 10px;
				width:250px;
			}			
			.news td 
			{
				padding: 5px 5px;
			}			
			input, select
			{
				font-size: 11px;;
				font-weight: bold;
				color: #656565;
				padding-left: 5px;
			}			
			.subimage 
			{
				width: 28px;		
			}			
			.heading
			{
				height: 37px;
				width: 100%;
				margin-bottom: 10px;
			}			
			.heading .label
			{
				height: 37px;
				font-size: 16px;
				font-weight: bold;
				color: #656565;
				float: left;
				padding-top:7px;
				margin-left:10px;
			}			
			.heading .image
			{
				height:37px;
				width:40px;
				float: left;
			}
			hr
			{
				border:none;
				border-bottom:2px dotted #e2e2e3;
				margin:0px;

				margin-bottom:10px;
				margin-top:10px;
			}
			._font 
			{
				font-family: Myriad,Arial;
				font-size: 12px;
				font-weight: bold;
				color: #656565;
			}
			.downloads td
			{
				border-bottom:2px dotted #e2e2e3;
				padding: 2px;
				padding-bottom:5px;
			}

