body {
	background-color: #ffffff;
	margin: 10;
}

.textbox {
	border: 1px solid #d7d7d7;
	height: 30px;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	background-image: url(../images/textbox_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

p, div, span, td {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
}

.title {
	font-size: 15px;
	font-family: Trebuchet MS, Verdana, Arial;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

a {
	color: #bd0707;
	text-decoration: underline;
}

a:hover {
	color: #bd0707;
	text-decoration: none;
}
