.txt_gray_bg_white {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txt_blu_bg_white {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txt_white_bg_blu {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4288CD;
}
.txt_blu_bg_white:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txt_orange_bg_white_big {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txt_red_bg_white_big {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txt_red_bg_white_big:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txt_blu_bg_white_big {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
.form_button {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #132247;
	height: 20px;
	width: 70px;
	border: 1px solid #EFEFEF;

}
.form_textbox {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #132247;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #132247;
	height: 20px;
	width: 142px;
}