* {
    font-family: Verdana,sans-serif;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}

small {
    font-weight: normal;
}

a {
    color: #0000ff;
}

.a_button {
	margin: 15px 5px 5px 5px;
	padding: 2px 4px;
/*	font-weight: bold;
*/
	text-decoration: none;
/*	border-style: solid;
	border-color: #074F7F;
	border-width: 2px;
	background-color: #A4D1EF;
*/	border-style: solid;
	border-color: #00131F;
	border-width: 1px;
	background-color: #BFE5FF;
	white-space: nowrap;
}
.a_button:hover {
	border-color: #A4D1EF;
	background-color: #074F7F;
}

.member_switcher_hr {
	width: 50%;
}
p, td, li, th {
    font-size: 12px;
    text-align: left;
    line-height: 140%;
}

td, th {
    vertical-align: top;
    padding-right: 10px;
	padding-bottom: 3px;
}

th {
	text-align: right;
	width: 120px;
}

th.countries {
	text-align: right;
	width: 240px;
}

input, textarea, select {
    font-size: 11px;
}

select.multiple {
    width: 350px;
}

input.text {
    width: 250px;
}

textarea.Description {
    height: 200px;
}

textarea {
    overflow: auto;
    width: 350px;
    height: 80px;
    line-height: 140%;
}

.mceEditor {
	width: 500px;
	height: 220px;
}

.highlight_required {
	background-color: #FFF58F;
}