@charset "utf-8";
body {
	font-family: Tahoma, Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.heading{
	background-color: #9dcd5c;
	height: 22px;
	width: 600px;
}
.text_margin{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.heading01{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.heading02{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#pic{
	background-image: url(images/pic.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 122px;
}
.name{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #024a77;
}
.line{
	background-color: #000;
	background-repeat: repeat-x;
	height: 1px;
	width: 600px;	
}
.h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.text{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;	
}
.table_padding{
padding: 5px;

