.title { font-weight: bold;}
* {
  padding: 0;
  border: 0;
  margin: 0;
}

center {
  text-align: left;
}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

html, body, input, table, span, div, p, td, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
}

select, input {
  font-family: Verdana; font-size: 11px; color:#000; margin-bottom: 5px; padding: 2px; border:1px solid #ccc; 
}

input[type=text] {
}

input[type=button] {
}

input[type=submit] {
}

input[type=password] {
}

input[type=checkbox] {
  border: 0px;
}

input[type=radio] {
  border: 0px;
}
input:focus, select:focus, textarea:focus
{
	border-color:	#ED1B24 !important;
}
a {
	text-decoration: inherit;
	color: #666
}
a:hover {
	text-decoration: underline;
	color: #666;
}