﻿body 
{
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    	background-color :#e4e4e4;
}
.combo
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#333399;
	width : 120px;
	height : 15px;
}
.numeric
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; color:#333399;
	width : 60px;
	height : 20px;
    	text-align:right;
}
.Font1
{ 
	font-family:Tahoma;
	font-size:12px; color:black;
}
.Font2
{ 
	font-family:Tahoma;
	font-size:12px; color:black; font-weight:bold;
}
.Font3
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; color:#898777;
}
.Font4
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; color:white;
}
.Font5
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; color:white;
}
.input
{ 
	font-family:Tahoma;
	font-size:12px; color:black; 
	height : 20px;
	border:1px solid; 
	border-bottom-width:2px;
	border-top-color:#a79db0;
	border-left-color:#a79db0;
	border-right-color:#a79db0;
	border-bottom-color:#a79db0;
}
.btns
{
	color:#050;
	height:24px;
	font-family:Tahoma;
	font-size : 11px; font-weight:bold;
	padding:0px 6px 0px 6px;
	background-color:#fed;
	border:1px solid; 
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#c9dcf7');
}