html, body {
margin		:	0px;
font-size	:	10px;
font-family	:	Arial;
}
select {
font-size	:	10px;
}
input {
font-size	:	10px;
font-family	:	Arial;
}
.user {
color		:	#FFFFFF;
}

.menu_div {
margin-left:10px;
font-weight:bold;
}
.menu {
font-weight:bold;
}

.form_div {
margin:10px;
margin-bottom:5px;
margin-top:5px;
}
.form_div_search {
margin:10px;
margin-bottom:2px;
margin-top:1px;
}
.new_account_input {
width: 140px;
}
.new_account_combo {
width: 144px;
}
textarea {
font-family:Arial;
font-size:10px;
}

A.menu:link { font-family: Arial; font-size:10px; color: #FFFFFF; text-decoration: none; font-weight:bold;}
A.menu:visited { font-family: Arial; font-size:10px; color: #FFFFFF; text-decoration: none; font-weight:bold;}
A.menu:active { font-family: Arial; font-size:10px; color: #FFFFFF; text-decoration: none; font-weight:bold;}
A.menu:hover { font-family: Arial; font-size:10px; color: #FFFFFF; text-decoration: underline; font-weight:bold;}

.separator {
font-family: arial;
font-weight: bold;
font-size:11px;
color:#FFCC00;
}
.results_separator {
font-family: arial;
font-weight: bold;
font-size:11px;
color:#ffffff;
}