/* CSS Document */

.bannerimage {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-width: 4px;
	border-color: #C1D2D9;
}
.underbannertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #C1D2D9;
	text-decoration: none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	border-style: outset;
	border-color: #C1D2D9;
	color: #C1D2D9;
	border-width: 3px;
	width: 136px;
	display: block;
	padding: 3px;
	margin: 3px;
	text-decoration: none;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #C1D2D9;
	padding-right: 10px;
}



.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	border-style: inset;
	border-color: #C1D2D9;
	color: #C1D2D9;
	border-width: 3px;
	width: 136px;
	display: block;
	padding: 3px;
}





.borderlinks {
	border: 2px groove #C1D2D9;
	width: 146px;
}
