.body
{
	background-color: #FFCA10;

}
.plate
{
	font: bold 26pt verdana;
	border : solid 1px;
	border-color : #F4BE04;
	background-color: #F4BE04;
}
.hdr
{
	font: bold 8pt verdana;
	color : black;
}
.hdrred
{
	font: bold 8pt verdana;
	color : red;
}
.text
{
	font: 8pt verdana;
	color : black;
	border : none 0px 0px 0px 0px;
	background : #FFCA10;
}

.textred
{
	font: bold 8pt verdana;
	color : red;
	border : none 0px 0px 0px 0px;
	background : #FFCA10;
}

.search
{
	font: 8pt verdana;
	color : black;
}
.error
{
	font: 8pt verdana;
	color : red;
}
.input 
{
	font: 8pt verdana;
}
.bigPlate
{
	position:relative; 
	width:293px; 
	height:61px; 
	min-width:293px; 
	min-height:61px; 
	background-image:URL(images/plate.gif);
	background-repeat: no-repeat;
}

.smallPlate
{
	position:relative; 
	min-width:125px; 
	min-height:30px; 
	width:125px; 
	height:30px; 
	background-image:URL(images/platesmall.gif);
	background-repeat: no-repeat;
}

.bigSpan {
	width:293px; 
	height:61px;
	min-width:293px; 
	min-height:61px;
	text-align:left;
	font: 8pt verdana;
	color : black;
}
.smallSpan {
	width:125px; 
	height : 26px;
	text-align:left;
	font: 8pt verdana;
	color : black;
	
}
.bigSpanError {
	width:293px; 
	text-align:left;
	font: 8pt verdana;
	color : red;
}
.smallSpanError {
	width:125px; 
	text-align:left;
	font: 8pt verdana;
	color : red;
	
}

.bigInput
{
position:relative; width:218px; height:54px; top:3px; left:12px;
	font: bold 26pt verdana;
	border : solid 1px;
	border-color : #F4BE04;
	background-color: #F4BE04;
}
.smallInput
{
	position:relative; 
	width:90px; height:19px; top:3px; left:4px;
	font: bold 7pt verdana;
	border : solid 1px;
	border-color : #F4BE04;
	background-color: #F4BE04;
}
.smallText
{
	font: 8pt verdana;
	color : black;
	width : 125px;
	padding-top:15px;
	padding-bottom:15px;
}
.smallTitle
{
	font: bold 8pt verdana;
	color : black;
	width : 125px;
	height:20px;
}

.small
{
	border : solid 1px;
	border-color : black;
}
.a
{
	font: 8pt verdana;
	color : black;
	border : none 0px 0px 0px 0px;
	text-decoration : underline;

}
.addHdr
{
	font: 8pt verdana;
	color : white;
	border : none 0px 0px 0px 0px;
	background-color:black;
}
.searchButton
{
	border : 1px solid;
	border-color : blac;
	background-color: #F4BE04;
}