.logo_text
{
font-family: arial, verdana; 
font-size: 12px;
color: #ffffff;
text-decoration: none;
}


.top_nav_text
{
font-family: arial, verdana; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
}

.floating_window_outer_div
{
position: relative;
top: 0px;
left: 0px;
display: block;
}

.floating_window_inner_div
{
position: absolute;
top: 0px;
left: 0px;
display: none;
}

.top_nav_btn
{
position: relative;
top: 0px;
left: 0px;
display: block;
}

.top_nav_drop_down
{
position: absolute;
top: 0px;
left: 0px;
display: none;
}


.red
{
	color: #FF0000;
}

.copy_purple_bold 
{
	font-family: verdana;
	font-size: 12px;
	color: #616E81;
	font-weight: bold;
}
.copy_grey_bold 
{
	font-family: verdana;
	font-size: 12px;
	color: #616E81;
	font-weight: bold;
}

.copy_grey_bold_smaller
{
	font-family: verdana;
	font-size: 10px;
	color: #616E81;
	font-weight: bold;
}

.copy_grey
{
	font-family: verdana;
	font-size: 10px;
	color: #616E81;
	text-decoration: none;
}

.copy_grey_homepage
{
	font-family: verdana;
	font-size: 12px;
	color: #616E81;
	text-decoration: none;
}

.copy_white_bold
{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.copy_white
{
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}
.copy_light_tiny_underlined
{
	font-family: verdana;
	font-size: 9px;
	color: #616E81;
	text-decoration: underline;
}
.copy_light_tiny
{
	font-family: verdana;
	font-size: 9px;
	color: #616E81;
	text-decoration: none;
}
.copy_light_small
{
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
}

.copy_light
{
	font-family: verdana;
	font-size: 11px;
	color: #616E81;
}
.copy_washout_big
{
	font-family: verdana;
	font-size: 12px;
	color: #616E81;
}

.link_light_blue
{
	font-family: verdana;
	font-size: 10px;
	color: #46C3F2;
	font-weight: bold;
	text-decoration: none;
}
.link_grey
{
	color: #616E81;
}
.link_light
{
	color: #FFFFFF;
}

.textfield {
	width: 100px;
	font-family: verdana;
	font-size: 10px;
	color: #949597;
	
}
.homepage_textfield {
	width: 130px;
	font-family: verdana;
	font-size: 10px;
	color: #949597;
	
}

.textfield_login {
	width: 120px;
	font-family: verdana;
	font-size: 11px;
	color: #949597;
	
}

.form_select {
width: 160px;
font-family: verdana; 
font-size: 10px;
color: #616E81;
}

.form_textfield {
width: 160px;
font-family: verdana; 
font-size: 10px;
color: #616E81;
}


.form_textarea {
width: 160px;
height: 80px;
font-family: verdana; 
font-size: 10px;
color: #616E81;
}


.sort_by_dropdown {
font-family: verdana; 
font-size: 10px;
}

.photo_upload {
width: 160px;
font-family: verdana; 
font-size: 10px;
}

.form_error {

font-family: verdana; 
font-size: 10px;
font-style: italic;
color: #616E81;
}
/*not white anymore light blue*/
.form_error_white {

font-family: verdana; 
font-size: 10px;
color: #46C3F2;
}


