﻿body
{
	font-size: smaller;
	font-family: 'Trebuchet MS';
}
TEXTBOX
{
	background-color:   Olive  ;
}
#lblMainTitle
{
	font-size: x-large;
	color: firebrick;
	font-family: 'Palatino Linotype' , Batang, Garamond;
	font-weight: lighter;
	text-transform: capitalize;
	font-style: italic;
	text-align: center;
}
LABEL
{
	font-size: x-small;
	color: black;
	font-family: 'Trebuchet MS';
}


#tbDataEntry
{
	font-family: 'Palatino Linotype';
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
	background-color: transparent;
	width: 797px;
	border-collapse: collapse;
	font-size: 10pt;
}


