.search {
	font-size: 12px;
	width: 100px;
	color: #A8343F;
	border: 1px solid #A8343F;
}
.bottom {
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0px;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3ECD9;
	font-family: "Tahoma";
}
td {
	word-break: break-all;
	font-size: 12px;
	font-family: "Tahoma";
}
input, select, textarea {
	font-size: 12px;
	font-family: "Tahoma";
}
.left {
	font-size: 12px;
	line-height: 20px;
	color: #9D6122;
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #A5453E;
}
.content {
	font-size: 12px;
	color: #A5453E;
}
.red {
	color: #FF0000;
}
.green {
	color: #336600;
}
.orange {
	color: #FF9900;
}
.purple {
	color: #9933CC;
}
a:link{
	color: #9D6122;
	text-decoration: none;
}
a:active{
	color: #9D6122;
	text-decoration: none;
}
a:visited{
	color: #9D6122;
	text-decoration: none;
}
a:hover{
	color: #9D6122;
	text-decoration: underline;
}
