body {background:url(bg11.jpg);background-repeat:repeat;}

img#test{ background:url(images/banner4.png);}
			ul.head{
				list-style-type:none;
				margin:0;
				padding:0;
				overflow:hidden;
			}

			li.head{
				float:left;
			}

			a.img:link,a.img:visited{
				display:block;
				width:120px;
				font-weight:bold;
				color:#FFFFFF;
				background-color:#33CCFF;
				text-align:center;
				padding:4px;
				text-decoration:none;
				text-transform:uppercase;
			}

			a.img:hover,a.img:active{
				background-color:3300CC;
			}

			div.img{
			  margin: 2px;
			  border: 1.5px solid #0000ff;
			  height: auto;
			  width: auto;
			  float: left;
			  text-align: center;
			}

			div.img img{
			  display: inline;
			  /*margin: 3px;*/
			  border: 1px solid #ffffff;
			}

			div.img a:hover img {border: 1px solid #ff0000;}
			
			div.desc{
			  text-align: center;
			  font-weight: bold;
			  width: 210px;
			  /*margin: 2px;*/
			  color: white;
			  background-color:000099;
			}

			div.cont{
				
				border-width:9px;
				border-color:white;
				height:400px;
				text-align: justify;
				/*margin:3px;*/
			}

			table{
				background-color:white;
			}
			
			div.transbox_title{
				text-shadow:5px 5px 4px #ffcc99;
				padding:4px;
				margin-top: 20px;
				margin-left: 50px;
				margin-right: 50px;
				text-align: center;
				color:#ff6633 ;
				font-weight: bold;
				font-size: 40px;
			}

			div.transbox{
				text-indent:10px;
				border-style:outset;
				border-width:9px;
				border-color:#98bf21;
				
				/*border:1px solid black;*/
				height:400px;
				margin:10px 50px;
				background-color:#F0F7DB;
				opacity:0.6;
				filter:alpha(opacity=60); /* For IE8 and earlier */
			}
			
			ul.a {
				list-style-type:square;
				font-weight:bold;
				color:green;
				font-size:20px;
			}


			ul.b {
				list-style-type:circle;
				font-weight:normal;
				color:black;
				font-size:16px;
			}
			
			#project
			{
				width:100%;
				border-collapse:collapse;
			}
			#project td, #project th 
			{
				font-size:1em;
				border:1px solid green;
				//padding:3px 7px 2px 7px;
			}
			#project th 
			{
				font-size:1.1em;
				text-align:center;
				padding-top:5px;
				padding-bottom:4px;
				background-color:#009900;
				color:#ffffff;
			}
			#project tr.alt td 
			{
				color:#000000;
				background-color:#EAF2D3;
			}
			
			td.center{
			  width: 160px;
			  text-align: center;
			}

			#publication
			{
				width:100%;
				border-collapse:collapse;
			}
			#publication td 
			{
				font-size:1em;
				border:1px #ff6600;
				//padding:3px 7px 2px 7px;
			}
			#publication th 
			{
				font-size:1.1em;
				text-align:center;
				padding-top:5px;
				padding-bottom:4px;
				background-color:#ff6600;
				color:#ffffff;
				border:1px #ff6600;
			}
			#publication tr.alt td 
			{
				color:#000000;
				background-color:#ffff99;
			}
			
			td.center{
			  width: 160px;
			  text-align: center;
			}




			/*
			a:link {text-decoration:none; color:blue;}      /\* unvisited link *\/
			a:visited {text-decoration:none; color:blue;}  /\* visited link *\/
			a:hover {text-decoration:underline; color:red;}  /\* mouse over link *\/
			a:active {text-decoration:underline; color:black;}  /\* selected link *\/ 

			tr.link {text-indent:10px;}
			*/