body
{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:Tahoma;
	font-size:11px;
}
.txt_left
{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;		
}
.txt_left:hover
{
	color:#006600;
	text-decoration:none;		
}
.txt_main_prok
{
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
}
.txt_main_prok:hover
{
	font-weight:bold;
	color:#FFF000;
	text-transform:capitalize;
}
.txt_pro_title
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF0000;
	padding-left:50px;
}
.txt_pro1
{
	font-size:10px;
	word-spacing:0.2em;
}
.txt_contact1
{
	color:#006600;
	font-weight:bold;
	word-spacing:0.2em;
}
.button
{
	FONT-WEIGHT: 700;
	FONT-SIZE: 7pt;
	COLOR:#006600;
	FONT-FAMILY: Tahoma;
	BACKGROUND-COLOR:#FFFF00;
	cursor:hand;
	width:inherit;
}	
.txt_about1
{
	word-spacing:0.2em;	
}
.txt_bottom
{
	font-size:10px;
}
.margin_left
{
	padding-left:50px;
}
.margin_main_intro
{
	padding-left:5px;
	padding-right:15px;
}
.margin_main_intro_title
{
	font-weight:bold;	
}
.margin_main_intro_c
{
	line-height:15px;
}
.margin_main_intro_link
{
	vertical-align:middle;
	padding-right:30px;
	color:#FFFFFF;
	text-decoration:none;
}
.margin_main_intro_link:hover
{
	color:#FFF000;
	text-decoration:none;	
}
.pglink
{
	color:#336600;
	text-decoration:underline;
	text-transform:capitalize;
	font-weight:bold;
	font-size:10px;
}
.pglink:hover
{
	color:#FF0000;
	text-decoration:underline;	
}
.imgpro
{
	background:url(images/khung_sp.jpg);
	float:left;
	margin:0px 5px 0px 0px;
	width:226px;
	height:183px;
}
IMG.pro
{
	height:135px;
	padding-top:10%;
}
.linkG
{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	margin-right:10px;		
}
.linkG:hover
{
	color:#336600;
	text-decoration:underline;
	font-weight:bold;
}

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}