.white_text {
	font-family:arial;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.white_text {
	font-family:arial;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.white_text:hover {
	font-family:arial;
	font-size:11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.blue_text {
	font-family:arial;
	font-size:11px;
	color: #476FA1;
	font-weight: bold;
	text-decoration: none;
}

A.blue_text {
	font-family:arial;
	font-size:11px;
	color: #476FA1;
	font-weight: bold;
	text-decoration: none;
}

A.blue_text:hover {
	font-family:arial;
	font-size:11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.black_text {
	font-family:arial;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A.black_text {
	font-family:arial;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A.black_text:hover {
	font-family:arial;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

input {font-family: Arial; font-size: 10px; background-color: #FFFFFF; color: black; border: 1px solid black}

select {font-family:Arial; font-size: 10px; background-color: #FFFFFF; color: black; border: 1px solid black}

button {font-family: Arial; font-size: 10px; background-color: #9A9FA4; color: #FFFFFF; border: 1px solid black}

.button_chosen {font-family: Arial; font-size: 10px; background-color: #9A9FA4; color: #FFFFFF; border: 1px solid black}

.button_text {font-family: Arial; font-size: 10px; color: black; }

textarea {font-family: Arial; font-size: 10px; background-color: #FFFFFF; color: black; border: 1px solid black}