body {
	/*	margin: 0px;
*/	font-size:12px;
	margin: 0 0 0 0;
}
img { behavior: url(css/iepngfix.htc); } 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
TD {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
} 
.HD {
	font-size: 14px;
	font-weight: bold;
	/*font-family: Tahoma, Geneva, sans-serif;*/
}
.Title {
	font-size: 24px;
	color: #0000FF;
	/*font-family: AngsanaUPC;*/
	text-align:center;
	font-family: AngsanaUPC;
	font-weight: bold;
}
.frm {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFDF;
	border: 1px groove #CCCCCC;
}
.inboxRed {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:14px;
	color: #FF0000;
}
.textbox{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px groove #CCCCCC;
}
.report /* Button with CSS only */
{
	background: url(../images/report.png) 0 100px;
	height:100px;
	width:200px;
	display:block;
}
.report:hover /* mouseOver */
{
    background: url(../images/report.png) 0 0px;
}
.save /* Button with CSS only */
{
	background: url(../images/save.png) 0 100px;
	height:100px;
	width:200px;
	display:block;
}
.save:hover /* mouseOver */
{
    background: url(../images/save.png) 0 0px;
}
.inbox1{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #FF3333;
	font-weight: bold;
}