.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #0065AF;
	text-decoration: none;
}
.text a{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.text a:hover{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #0065AF;
	text-decoration: none;
}
.link a{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #0065AF;
	text-decoration: none;
}
.link a:hover{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}


.border {
	border: 1px solid #BACCDA;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #efefef;
	border: 1px dotted #A19F80;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px dotted #A19F80;
}