.text {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8D867E;
	text-decoration: none;
}
.text input {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	height: 15px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
.title {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.orange_title {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.red_text {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.list {
	font-family: tahoma;
	color: #999999;
	list-style-type: disc;
	padding: 3px;
}


.cont_bg {
	background-image: url(images/cont_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
