select, input, textarea
{
	padding : 0;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	margin : 0;
	font-size : 11px;
	font-weight : normal;
	font-family: 'Arial'; 
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bold
{
	font-weight: bold;
}
.italics
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.newslike
{
	text-align: justify;
}
.newslike12
{
	font-size: 12px;
	text-align: justify;
}
.error
{
	color:#FF0000;
}
.boldunderline
{
	font-weight: bold;
	text-decoration: underline;
}
.reg12underline
{
	font-size: 12px;
	text-decoration: underline;
}
.reg12bold
{
	font-size: 12px;
	font-weight: bold;
}
.input20
{
	width: 20px;
}
.boldred
{
	font-weight: bold;
	color: #FF0000;
}