﻿.links_column {
	margin: 0px;
	float: left;
	width: 198px;
	text-align: center;
	vertical-align: middle;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #C7D9E3;
	padding-right: 10px;
}
.links_column a:link {
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
.links_column a:hover {
	font-weight: bold;
	text-decoration: none;
}
.links_column a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #BB7799;
}
.links_column h1 {
  margin: 0em;
  font-weight: bolder;
  font-size: 1.1em;
  text-align: right;
}
.links_column p {
  margin: 0.5em 0em 0.5em 0em;
  text-align: right;
}
.links_title_blue {
	background-color: #C7D9E3;
	color: #47758D;
	border: 5px solid #C7D9E3;
	margin: 0px 0px 2px 0px;
  /* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.links_url_blue {
	background-color: #DDE8EE;
	border: 5px solid #DDE8EE;
	margin: 0px 0px 2px 0px;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.links_url_blue a:link {
	color: #6194AF;
}
.links_url_blue a:hover {
	background-color: #6194AF;
	color: #FFFFFF;
}
.links_title_green {
	background-color: #CBE2C7;
	color: #528D47;
	border: 5px solid #CBE2C7;
	margin: 10px 0px 2px 0px;
  /* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.links_url_green {
	background-color: #DFEEDD;
	border: 5px solid #DFEEDD;
	margin: 0px 0px 2px 0px;
  /* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.links_url_green a:link {
	color: #6CAF61;
}
.links_url_green a:hover {
	background-color: #6CAF61;
	color: #FFFFFF;
}
.links_title_red {
	background-color: #E2D8C7;
	color: #8D7247;
	border: 5px solid #E2D8C7;
	margin: 10px 0px 2px 0px;
  /* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.links_url_red {
	background-color: #EEE8DD;
	border: 5px solid #EEE8DD;
	margin: 0px 0px 2px 0px;
  /* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.links_url_red a:link {
	color: #AF9261;
}
.links_url_red a:hover {
	background-color: #AF9261;
	color: #FFFFFF;
}
.links_feature {
	padding: 2px 5px 2px 5px;
	border: 5px solid #EEE8DD;
	margin: 0px 0px 2px 0px;
	color: #AF8F61; /* Do rounding (native in Firefox and Safari) */;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: right;
}
.links_feature a:link {
	color: #AF8F61;
}
.links_feature a:hover {
	background-color: #AF9261;
	color: #FFFFFF;
}
.image {
	border-width: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
