/* Begin: main builder style */
body,table{
/*
	font-family:Verdana, Arial, Helvetica, sans-serif;
*/
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	
}
input,select,textarea{
	border:1px solid #d5d6ce;
	/*background-color:#FEF;*/
	font-size:12px;
}
form{
	margin:0px;
}
body{
	margin:1px;
	
}
/*input:hover,input:focus,
select:hover,select:focus,
textarea:hover,textarea:focus
{
	background-color:#666;
}*/
.fontBold{
	font-weight:bold;
}
.fontItalic{
	font-style:italic;
	font-size:10px
}
.borderBottom{
	border-bottom:1px solid #000;
	margin-bottom:4px;
}
.errorMessage{
	color:red;
	font-weight:bold;
	text-align:center;
}
.txtCenter input{
	text-align:center
}
.upCase input{
	text-transform:uppercase
}
.marginTop4{
	margin-top:4px;
}
.marginBottom4{
	margin-bottom:4px;
}
.noBorder{
	border-width:0px;
}
.noWrap{
	white-space: nowrap
}
/* End: main builder style */
