#h2 {
	font-size: 13px;
	color:#FFFFFF;
	font-family:Comic Sans MS, Helvetica;
	width:150;
	left:0;
	
	
}
#h3 {
	font-size: 14px;
	color:#FFFFFF;
	font-family:Comic Sans MS, Helvetica;
	width:120;
	background:#254047;
	left:0;
	
}
h3 {
	
	border-bottom: 1px solid #F4F4F4;
	font-size: 14px;
}
#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
	
	
}

.select
{
border: 1px solid #EBEBEB;
border-bottom-color: #DDDDDD;
background: #FBFBFB url(images/img7.gif) repeat-x;
text-transform: lowercase;
font-size: 12px;
color: #7A7A7A;

}


/* WORK LIST
----------------------------------------------- */

#work-list ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#work-list li {
	background-color: #84c1d1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 13px;
	color: #333333;
	padding: 0px;
	list-style-type: none;
}
#work-list  li  a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	min-height:120px;
	height:auto !important;
	height:120px;
	font-size: 13px;
	background-image: url(../media/zoom-btn-off.gif);
	background-repeat: no-repeat;
	background-position: 180px 97px;
	list-style-type: none;
}

 * html #work-list li a {  /* make hover effect work in IE */
}
#work-list  li  a:hover  {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:120px;
	height:auto !important;
	height:120px;
	background-color: #DCE4E1;
	background-image: url(../media/zoom-btn-on.gif);
	background-repeat: no-repeat;
	background-position: 180px 97px;
	list-style-type: none;
}
#work-list img{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 5px solid #eeeeee;
	clear: both;
}
#work-list a em {
	color: #000000;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #84c1d1;
}
#work-list a:hover em {
	color: #333333;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #DCE4E1;
}
#work-list a strong {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
}
#table_article
{
	left:20px;
	top:50px;
	width:570px;
	height:auto;
	z-index:1;
	overflow: auto;
	border: 1px solid #666;
	background-color: #FFFFFF;
	padding: 8px;

}
