a:link {
	color: #222211;
	text-decoration: none;
}
a:visited {
	color: #222211;
	text-decoration: none;
}
a:active {
	color: #333322;
	text-decoration: none;
}
a:hover {
	color: #666644;
	text-decoration: none;
}
.button {
	border: #7F90B1 1px solid; 
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #E3E8F1
}

.button_submit {
	border: #7F90B1 1px solid;
	background: url(img/button_bg.gif) repeat-x 0px 0px;
	color: #000000;
	height: 20px;
}

.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}
.text_small {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.header_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}
.title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
