/* p {margin: 0px 0px 0px 0px;} */

a.link_navigation {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.link_navigation:active, a.link_navigation:visited {
	color: #333333;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.link_navigation:hover {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a.link_sephone_footer {
	color: #486c86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a.link_sephone_footer:active, a.link_sephone_footer:visited, a.link_sephone_footer:hover {
	color: #486c86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.error { color: #ff0000; }

.text_tiny { font-size: 8px; }
.text_small { font-size: 10px; }
.text_large { font-size: 14px; }
	
.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }
	
.bordercolor_light_gray { color: #cccccc; }
.bordercolor_dark_gray { color: #666666; }
.bordercolor_black { color: #000000; }
.bordercolor_red { color: #ff0000; }

/* custom styles */

/* navbar */
#link_menu {
  background-color: #e17da4;
  height: 22px;
  width: 800px;
  margin-bottom: 2px;
  margin-top: 0px;
}

.filler_left {
  border-right: 1px solid #fff;
  float: left;
  height: 22px;
  width: 28px;
}

.filler_right {
  border-left: 1px solid #dd0676;
  float: left;
  height: 22px;
}

.menu_option {
  border-right: 1px solid #fff;
  border-left: 1px solid #dd0676;
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  height: 22px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.06em;
}

div.menu_option a {
  text-decoration: none;
  color: #fff;
}

div.menu_option a:hover {
  text-shadow: #ff9 0px 0px 10px;
  color: #ff9;
}
