
#overall_menu {
	font-family: arial;
	font-size: 10px;
}

#overall_menu a {
	color: black;
	text-decoration: none;
}

#overall_menu a:hover {
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* GREY BUTTON COLORS BACKGROUND */
td.grey_button_teall, td.grey_button_blue, td.grey_button_red, td.grey_button_purple, td.grey_button_teall_on, td.grey_button_blue_on, td.grey_button_red_on, td.grey_button_purple_on {
	background-image: url("images/button_grey2.jpg");
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	height: 22px;
	width: 149px;
	background-repeat: no-repeat;
}	

/* COLORS HOVER */
td.grey_button_teall:hover, td.grey_button_blue:hover, td.grey_button_red:hover, td.grey_button_purple:hover, td.grey_button_teall_on:hover, td.grey_button_blue_on:hover, td.grey_button_red_on:hover, td.grey_button_purple_on:hover  {
	cursor: pointer; text-decoration: underline;
}
td.grey_button_teall:hover, td.grey_button_teall_on, td.grey_button_teall_on:hover {
	background-image: url("images/button_teall.jpg");
}
td.grey_button_blue:hover, td.grey_button_blue_on, td.grey_button_blue_on:hover {
	background-image: url("images/button_blue.jpg");
}
td.grey_button_red:hover, td.grey_button_red_on, td.grey_button_red_on:hover {
	background-image: url("images/button_red.jpg");
}
td.grey_button_purple:hover, td.grey_button_purple_on, td.grey_button_purple_on:hover {
	background-image: url("images/button_purple.jpg");
}
/* END COLORS HOVER */



table#contact_form input, table#contact_form textarea {
	font-size: 10px;
	font-family: arial;
}

span.page_content {
	font-family: arial;
	font-size: 11px;
}

td.page_content {
	font-family: arial;
	font-size: 11px;
}

td#login {
	background-image: url("images/left_mod_back.jpg"); 
	background-repeat: no-repeat;
	height: 127px;
	font-family: arial;
	font-size: 10px;
	text-align: left;
	padding: 15px;
}

td#login input, span.page_content input {
	font-family: arial;
	font-size: 11px;
}

td#login h5 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

td#address {
	text-align: left;
	font-family: arial;
	font-size: 10px;
	padding: 10px;
}

td#footer {
	font-family: arial;
	font-size: 10px;
	text-align: right;
	/* background-color: #adc5e1; */
	padding: 3px;
}




