@charset "utf-8";

/* link table */
#linkbox1 {
	font-size: 115%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #82A6CE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82A6CE;
	background-image: url(../images/content_box1_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-right: 10px;
	padding-left: 15px;
	width: 665px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	float: none;
	clear: none;
}
#link table {
	width: 665px;
	float: none;
}
#link td {
	border: 1px solid #0A5C81;
	font-size: 100%;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#link .linkheader {
	background-color: #F2B600;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#link .col1 {
	background-color: #5E8C5E;
	color: #FFFFFF;
	text-align: center;
}
#link .col2 {
	background-color: #0D8DA4;
	color: #FFFFFF;
}
#link .col2 a:link, #link .col2 a:visited{
	background-color: #0D8DA4;
	color: #F2B600;
	text-decoration: underline;
}
#link .col2 a:hover {
	background-color: #0D8DA4;
	color: #FFFFFF;
	text-decoration: none;
}
#link .col3 {
	background-color: #808080;
	color: #FFFFFF;
	text-align: center;
}
#link .col4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #00B5B5;
}
