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

body{
	margin:0px;
	padding:0px;	
}

.left_head{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0066FF;
	text-transform:uppercase;
	background:#99CCFF;
	line-height:35px;
	height:36px;
	border-radius:3px;
}

.tpc_cont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

.srch_textfield{
	width:895px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	padding-left:10px;
}

.gapheight{
	height:5px;
}

.box_shadow{
	-moz-box-shadow: 0 0 5px 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px 5px #e5e5e5;
	box-shadow: 0 0 5px 5px #e5e5e5;
}

.copyright{
	font-family:calibri, arial, verdana;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
}