@charset "UTF-8";
/* CSS Document */

#comapnyTitle{
	background-image:url(../../company/img/title.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:35px;
	font-size:1px;
	text-indent:-9999px;
	margin:0px 0px 20px 0px;
}

#comapnyTable th{
	background-color:#E0E0E0;
	border:solid 1px #FFFFFF;
	width:120px;
	font-size:12px;
	color:#333;
	line-height:150%;
	font-weight:normal;
	padding:5px;
}

#comapnyTable td{
	background-color:#FFF;
	font-size:12px;
	color:#333;
	line-height:150%;
	padding:5px 5px 5px 15px;
}

#comapnyTable td a{
	color:#333;
	text-decoration:none;
}

#comapnyTable td a:hover{
	text-decoration:underline;
}