input {
	font-family: Arial; 
	font-size: 12px; 
	background-color: #EAEAEA; 
	color: black; 
	border: 1px solid #4C4FBF
}
select {
	font-family:Arial;
	font-size: 12px;
	background-color: #EAEAEA;
	color: black;
	border: 1px solid #4C4FBF
}

button {
	font-family: Arial;
	font-size: 12px;
	background-color: #EAEAEA;
	color: black;
	border: 1px solid #4C4FBF
}

textarea {
	font-family: Arial;
	font-size: 12px;
	background-color: #EAEAEA;
	color: black;
	border: 1px solid #4C4FBF
}

.white_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

.black_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.section_headers {
	font-family:Arial; 
	font-size:12px; 
	color:#4C4FBF;
	font-weight:bold
}

a.bluelink {
	font-family: Arial;
	font-size: 12px;
	color: #4C4FBF;
	text-decoration: none;
}
a.bluelink:hover {
	font-family: Arial;
	font-size: 12px;
	color: #EF9E24;
	text-decoration: none;
}

a.menu {
	font-family: Arial;
	font-size: 12px;
	color: #4C4FBF;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #EF9E24;
	text-decoration: none;
}

a.menu_selected {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.sub_menu {
	font-family: Arial;
	font-size: 12px;
	color: #4C4FBF;
	text-decoration: none;
}

a.sub_menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #EF9E24;
	text-decoration: none;
}

a.sub_menu_selected {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.adHeadline {
	font-family:Arial; 
	font-size:12px; 
	color:#4C4FBF;
	font-weight:bold;
	text-decoration: none;
}

A.adHeadline {
	font-family:Arial; 
	font-size:12px; 
	color:#4C4FBF;
	font-weight:bold;
	text-decoration:none;
	
}

.adText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

A.adText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

